From 03d01eabb5c5227f56b6b44d04964c1328802628 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 25 Apr 2017 18:20:51 +0000 Subject: 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. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b9ee9516..829772c9 100644 --- a/tmux.h +++ b/tmux.h @@ -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 *); -- cgit