mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/set hide_mirc_colors -> /set hide_colors, which also hides ANSI colors.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2776 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a26be5e37d
commit
ed1eb46eb4
2 changed files with 9 additions and 9 deletions
|
|
@ -161,7 +161,7 @@ void fe_common_core_init(void)
|
|||
settings_add_bool("lookandfeel", "beep_when_away", TRUE);
|
||||
|
||||
settings_add_bool("lookandfeel", "hide_text_style", FALSE);
|
||||
settings_add_bool("lookandfeel", "hide_mirc_colors", FALSE);
|
||||
settings_add_bool("lookandfeel", "hide_colors", FALSE);
|
||||
settings_add_bool("lookandfeel", "hide_server_tags", FALSE);
|
||||
|
||||
settings_add_bool("lookandfeel", "use_status_window", TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue