Using blinking/bright background colors would crash irssi..

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@619 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-08-22 21:39:18 +00:00 committed by cras
commit 08c6484b6b
4 changed files with 17 additions and 2 deletions

View file

@ -19,7 +19,8 @@ enum {
LINE_CMD_COLOR0, /* change to black, would be same as \0\0 but it breaks things.. */
LINE_CMD_COLOR8, /* change to dark grey, normally 8 = bold black */
LINE_CMD_UNDERLINE, /* enable/disable underlining */
LINE_CMD_INDENT /* if line is split, indent it at this position */
LINE_CMD_INDENT, /* if line is split, indent it at this position */
LINE_CMD_BLINK /* blinking background */
};
typedef struct {