diff options
author | nicm <nicm> | 2020-04-18 06:15:07 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-18 06:15:07 +0000 |
commit | d94bdf7420eb6d0ef88783a35db2c592a3fccec0 (patch) | |
tree | 28e41a1116bfb1442a6cd405ad013564fb95d463 /tmux.h | |
parent | 5289d4ed13e18fa4430aba27af0d525d2f76fc30 (diff) | |
download | rtmux-d94bdf7420eb6d0ef88783a35db2c592a3fccec0.tar.gz rtmux-d94bdf7420eb6d0ef88783a35db2c592a3fccec0.tar.bz2 rtmux-d94bdf7420eb6d0ef88783a35db2c592a3fccec0.zip |
Revert previous, there is still a problem.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1244,7 +1244,6 @@ struct tty { #define TTY_BLOCK 0x80 #define TTY_HAVEDA 0x100 #define TTY_HAVEDSR 0x200 -#define TTY_SYNCING 0x400 int flags; struct tty_term *term; @@ -1539,14 +1538,12 @@ struct client { #define CLIENT_CONTROL_NOOUTPUT 0x4000000 #define CLIENT_DEFAULTSOCKET 0x8000000 #define CLIENT_STARTSERVER 0x10000000 -#define CLIENT_REDRAWPANES 0x20000000 #define CLIENT_ALLREDRAWFLAGS \ (CLIENT_REDRAWWINDOW| \ CLIENT_REDRAWSTATUS| \ CLIENT_REDRAWSTATUSALWAYS| \ CLIENT_REDRAWBORDERS| \ - CLIENT_REDRAWOVERLAY| \ - CLIENT_REDRAWPANES) + CLIENT_REDRAWOVERLAY) #define CLIENT_UNATTACHEDFLAGS \ (CLIENT_DEAD| \ CLIENT_SUSPENDED| \ |