diff options
author | Bill Nottingham <notting@redhat.com> | 2005-01-27 18:46:52 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-01-27 18:46:52 +0000 |
commit | b6f483006a9d9f7780bc54b23aa8ff55f7b0ec53 (patch) | |
tree | 9c9a3a4dccf7bfba1bd10f6c08f28129945c82e5 /main.c | |
parent | b86a173150c60960b096a73a77907e62e800c1ff (diff) |
Support for the "default" color in Slang.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -451,6 +451,7 @@ static void start_curses (void) #ifdef USE_SLANG_CURSES SLtt_Ignore_Beep = 1; /* don't do that #*$@^! annoying visual beep! */ SLsmg_Display_Eight_Bit = 128; /* characters above this are printable */ + SLtt_set_color(0, NULL, "default", "default"); #else /* should come before initscr() so that ncurses 4.2 doesn't try to install its own SIGWINCH handler */ |