mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 06:02: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
|
|
@ -18,6 +18,7 @@ enum {
|
|||
LINE_CMD_BLINK, /* enable/disable blink */
|
||||
LINE_CMD_BOLD, /* enable/disable bold */
|
||||
LINE_CMD_ITALIC, /* enable/disable italic */
|
||||
LINE_CMD_MONOSPACE, /* enable/disable monospace (gui only) */
|
||||
LINE_COLOR_EXT, /* extended color */
|
||||
LINE_COLOR_EXT_BG, /* extended bg */
|
||||
#ifdef TERM_TRUECOLOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue