mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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:
parent
856e1de779
commit
09ca58961b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user