TUI: removed boxes around enties
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user