diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-28 11:30:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-28 11:30:26 +0000 |
commit | 2ba339a26bc02bf4caa92e735ba79bd0dcc76a9f (patch) | |
tree | c5bdd6b1e1dfe58f3f7cc279cbdf9392578c699a /default.theme | |
parent | 8567481fd058a9f66c76a55e02305c97153b7588 (diff) | |
download | irssi-2ba339a26bc02bf4caa92e735ba79bd0dcc76a9f.zip |
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
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 6 |
1 files changed, 3 insertions, 3 deletions
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; |