diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-01-31 14:17:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 14:17:44 +0100 |
commit | 4031b92b9b88a0492d5f77e4d61bf31fabaf9e96 (patch) | |
tree | be3e378d1019c4f3fd89008c49bfecdc7dc71b5c /src/fe-text/textbuffer.h | |
parent | 228f487a69cc032b368a0ae0daea6796b7d10d6e (diff) | |
parent | 98435fb4649367c182e35aea8c89ce7a4cf8d4d3 (diff) | |
download | irssi-4031b92b9b88a0492d5f77e4d61bf31fabaf9e96.zip |
Merge pull request #626 from ailin-nemui/textbuffer_monospace
support storing and replaying the monospace attribute in textbuffer
Diffstat (limited to 'src/fe-text/textbuffer.h')
-rw-r--r-- | src/fe-text/textbuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/textbuffer.h b/src/fe-text/textbuffer.h index eacfd447..303789a3 100644 --- a/src/fe-text/textbuffer.h +++ b/src/fe-text/textbuffer.h @@ -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 |