Beeps should work(?). ANSI colors had some bugs, bolds weren't working and

blinking crashed irssi.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@305 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-09 16:58:52 +00:00 committed by cras
commit 3fd3a03402
4 changed files with 9 additions and 11 deletions

View file

@ -76,8 +76,6 @@ static gchar *gui_window_line2text(LINE_REC *line)
color &= 0xfff0;
color |= 8|ATTR_COLOR8;
break;
case LINE_CMD_BEEP:
break;
case LINE_CMD_INDENT:
break;
}