hidden lines

This commit is contained in:
ailin-nemui 2017-09-08 15:19:40 +02:00
commit 8dfeca57ed
12 changed files with 139 additions and 31 deletions

View file

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