support storing and replaying the monospace attribute in textbuffer

This commit is contained in:
Ailin Nemui 2014-09-11 18:15:06 +02:00
commit 98435fb464
3 changed files with 12 additions and 0 deletions

View file

@ -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