diff options
| author | @syxhe <https://t.me/syxhe> | 2024-07-27 01:06:08 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-07-27 01:06:08 -0500 |
| commit | 78d7f29b532705c5997e565539d9c250449cd061 (patch) | |
| tree | 7b65108c481cd7828a5a02418cecc09d79ed7610 /src/screen.h | |
| parent | 1d46925315b40b1bdbc44d1714c366589d153948 (diff) | |
Menu now also updates color
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 9419d5c..8b8c8f8 100644 --- a/src/screen.h +++ b/src/screen.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #ifndef __SLOTS__SCREEN_H__184802466018249 | 1 | #ifndef __SLOTS__SCREEN_H__184802466018249 |
| 2 | #define __SLOTS__SCREEN_H__184802466018249 | 2 | #define __SLOTS__SCREEN_H__184802466018249 |
| 3 | 3 | ||
| 4 | #include <menu.h> | ||
| 4 | #include <curses.h> | 5 | #include <curses.h> |
| 5 | 6 | ||
| 6 | #define STATIC_ARRSIZE(arr) (sizeof((arr)) / sizeof((arr)[0])) | 7 | #define STATIC_ARRSIZE(arr) (sizeof((arr)) / sizeof((arr)[0])) |
| @@ -68,6 +69,9 @@ struct funcholder { | |||
| 68 | struct spinp { | 69 | struct spinp { |
| 69 | WINDOW *bannerwin; | 70 | WINDOW *bannerwin; |
| 70 | int phrasenum; | 71 | int phrasenum; |
| 72 | |||
| 73 | WINDOW *menuholder; | ||
| 74 | MENU *menu; | ||
| 71 | } spinp; | 75 | } spinp; |
| 72 | 76 | ||
| 73 | struct buyp { | 77 | struct buyp { |
