mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
hidden lines
This commit is contained in:
parent
be70fa5eb7
commit
8dfeca57ed
12 changed files with 139 additions and 31 deletions
|
|
@ -65,10 +65,10 @@ typedef struct {
|
|||
LINE_REC *cur_line;
|
||||
TEXT_CHUNK_REC *cur_text;
|
||||
|
||||
unsigned int last_eol:1;
|
||||
int last_fg;
|
||||
int last_bg;
|
||||
int last_flags;
|
||||
unsigned int last_eol:1;
|
||||
} TEXT_BUFFER_REC;
|
||||
|
||||
/* Create new buffer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue