TUI: removed boxes around enties

This commit is contained in:
2022-10-01 14:21:08 +02:00
parent 75394a3501
commit 3940a90ad5
2 changed files with 20 additions and 8 deletions

View File

@ -12,9 +12,10 @@
#define COLOR_AREA_STDSCR 1
#define COLOR_AREA_OVERVIEW 2
#define COLOR_AREA_ENTRY 3
#define COLOR_AREA_ENTRY_SELECTED 4
#define COLOR_AREA_DETAIL 5
#define COLOR_AREA_ENTRY_EVEN 3
#define COLOR_AREA_ENTRY_ODD 4
#define COLOR_AREA_ENTRY_SELECTED 5
#define COLOR_AREA_DETAIL 6
class TUI
{