summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-01-27 18:46:52 +0000
committerBill Nottingham <notting@redhat.com>2005-01-27 18:46:52 +0000
commitb6f483006a9d9f7780bc54b23aa8ff55f7b0ec53 (patch)
tree9c9a3a4dccf7bfba1bd10f6c08f28129945c82e5 /main.c
parentb86a173150c60960b096a73a77907e62e800c1ff (diff)
Support for the "default" color in Slang.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 45d81c5a..65792eac 100644
--- a/main.c
+++ b/main.c
@@ -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 */