aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-25 18:20:51 +0000
committernicm <nicm>2017-04-25 18:20:51 +0000
commit03d01eabb5c5227f56b6b44d04964c1328802628 (patch)
treef51d9622395115b52d9f4f4e8f06453bdceb951c /tmux.h
parentc48d09ec8870ac218d6cc2bbec638d59839eda27 (diff)
downloadrtmux-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.h1
1 files changed, 0 insertions, 1 deletions
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 *);