When we write out the grid including escape sequences, an SGR 0 needs to

cause the colours to be written again. Also treat colours separately
from attributes so that RGB colours will work.
This commit is contained in:
nicm
2017-04-25 18:20:51 +00:00
parent c48d09ec88
commit 03d01eabb5
2 changed files with 44 additions and 22 deletions

1
tmux.h
View File

@@ -1470,7 +1470,6 @@ void proc_kill_peer(struct tmuxpeer *);
/* cfg.c */
extern int cfg_finished;
extern struct client *cfg_client;
void start_cfg(void);
int load_cfg(const char *, struct client *, struct cmdq_item *, int);
void set_cfg_file(const char *);