summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer.h
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2009-01-10 18:38:08 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2009-01-10 18:38:08 +0000
commit9dcea776a1dd359be200856bd6c959a6d76364ef (patch)
tree10ffeebf312215953cfb671489acd7039e432fe2 /src/fe-text/textbuffer.h
parentb9cbba2ae2601ec2252203afc403728566748f0d (diff)
downloadirssi-9dcea776a1dd359be200856bd6c959a6d76364ef.zip
Remove buggy /scrollback redraw - scrollback_save_formats.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4981 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/textbuffer.h')
-rw-r--r--src/fe-text/textbuffer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fe-text/textbuffer.h b/src/fe-text/textbuffer.h
index 52935981..e3b8f1f4 100644
--- a/src/fe-text/textbuffer.h
+++ b/src/fe-text/textbuffer.h
@@ -16,11 +16,6 @@ enum {
LINE_CMD_REVERSE, /* enable/disable reversed text */
LINE_CMD_INDENT, /* if line is split, indent it at this position */
LINE_CMD_INDENT_FUNC, /* if line is split, use the specified indentation function */
- LINE_CMD_FORMAT, /* end of line, but next will come the format that was used to create the
- text in format <module><format_name><arg><arg2...> - fields are separated
- with \0<format> and last argument ends with \0<eol>. \0<continue> is allowed
- anywhere */
- LINE_CMD_FORMAT_CONT, /* multiline format, continues to next line */
LINE_CMD_BLINK, /* enable/disable blink */
LINE_CMD_BOLD, /* enable/disable bold */
};