mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRC
colors. Set this to ON, if your terminal shows bright background colors as blinking. Patch by pv2b git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2539 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a6f4afab2d
commit
600e0da443
2 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ void term_common_init(void)
|
|||
settings_add_bool("lookandfeel", "colors", TRUE);
|
||||
settings_add_bool("lookandfeel", "term_force_colors", FALSE);
|
||||
settings_add_bool("lookandfeel", "term_auto_detach", FALSE);
|
||||
settings_add_bool("lookandfeel", "mirc_blink_fix", FALSE);
|
||||
settings_add_str("lookandfeel", "term_type", "8bit");
|
||||
|
||||
force_colors = FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue