mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
support storing and replaying the monospace attribute in textbuffer
This commit is contained in:
parent
503cbeb330
commit
98435fb464
3 changed files with 12 additions and 0 deletions
|
|
@ -146,6 +146,9 @@ static void update_cmd_color(unsigned char cmd, int *color)
|
|||
case LINE_CMD_ITALIC:
|
||||
*color ^= ATTR_ITALIC;
|
||||
break;
|
||||
case LINE_CMD_MONOSPACE:
|
||||
/* ignored */
|
||||
break;
|
||||
case LINE_CMD_COLOR0:
|
||||
*color &= BGATTR;
|
||||
*color &= ~ATTR_FGCOLOR24;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue