forked from PsychoticNinja/irssi
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:
parent
856e1de779
commit
09ca58961b
@ -48,10 +48,7 @@
|
|||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
# default foreground color (%N) - -1 is the "default terminal color"
|
# default foreground color (%N) - -1 is the "default terminal color"
|
||||||
default_color = -1;
|
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;
|
|
||||||
|
|
||||||
# these characters are automatically replaced with specified color
|
# these characters are automatically replaced with specified color
|
||||||
# (dark grey by default)
|
# (dark grey by default)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user