From 2ba339a26bc02bf4caa92e735ba79bd0dcc76a9f Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Oct 2001 11:30:26 +0000 Subject: Added support for using terminfo/termcap instead of curses. By default, configure chooses to use ncurses if found, of terminfo if only curses was found. --with-terminfo parameter can be used to specify if you want it or not. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1924 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.theme') diff --git a/default.theme b/default.theme index 3b457830..4c19d41c 100644 --- a/default.theme +++ b/default.theme @@ -47,9 +47,9 @@ ############################################################################# -# default foreground color (%N) - 0 is the "default terminal color" -default_color = 0; -# default foreground color when "0" can't be used, +# default foreground color (%N) - -1 is the "default terminal color" +default_color = -1; +# default foreground color when -1 can't be used, # such as with bolds and reverses. white is default. default_real_color = 7; -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0