1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Removed unused default_real_color, updated default_color's value to "-1"

(didn't work without quotes)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1934 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-28 23:17:38 +00:00 committed by cras
parent 856e1de779
commit 09ca58961b

View File

@ -48,10 +48,7 @@
#############################################################################
# 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;
default_color = "-1";
# these characters are automatically replaced with specified color
# (dark grey by default)