Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4804 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-04-16 20:32:36 +00:00 committed by exg
commit 77dd63ac83
2 changed files with 15 additions and 14 deletions

View file

@ -65,6 +65,9 @@ typedef struct {
TEXT_CHUNK_REC *cur_text;
unsigned int last_eol:1;
int last_fg;
int last_bg;
int last_flags;
} TEXT_BUFFER_REC;
/* Create new buffer */