diff options
author | nicm <nicm> | 2017-04-25 18:20:51 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-04-25 18:20:51 +0000 |
commit | 03d01eabb5c5227f56b6b44d04964c1328802628 (patch) | |
tree | f51d9622395115b52d9f4f4e8f06453bdceb951c /tmux.h | |
parent | c48d09ec8870ac218d6cc2bbec638d59839eda27 (diff) | |
download | rtmux-03d01eabb5c5227f56b6b44d04964c1328802628.tar.gz rtmux-03d01eabb5c5227f56b6b44d04964c1328802628.tar.bz2 rtmux-03d01eabb5c5227f56b6b44d04964c1328802628.zip |
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.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |