Curses: implement the windowcolors option
Allow changing the curses windows foreground and background colors, for example: OPTIONS=windowcolor:menu #8000F0/20F080 message grey/blue
This commit is contained in:
@@ -118,7 +118,7 @@ GIT_AVAILABLE=Y
|
||||
endif
|
||||
|
||||
PDCURSES=pdcursesmod
|
||||
PDCURSESFLAGS = -DPDC_WIDE
|
||||
PDCURSESFLAGS = -DPDC_WIDE -DPDC_RGB
|
||||
|
||||
#
|
||||
#==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user