diff options
author | nicm <nicm> | 2020-04-18 06:20:50 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-18 06:20:50 +0000 |
commit | 1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd (patch) | |
tree | 471efe39b17d06879738baa64fbb23f0bff51550 /tmux.h | |
parent | d94bdf7420eb6d0ef88783a35db2c592a3fccec0 (diff) | |
download | rtmux-1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd.tar.gz rtmux-1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd.tar.bz2 rtmux-1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd.zip |
Add a flag to protect against nested syncs and add some extra logging to
redrawing.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1244,6 +1244,7 @@ struct tty { #define TTY_BLOCK 0x80 #define TTY_HAVEDA 0x100 #define TTY_HAVEDSR 0x200 +#define TTY_SYNCING 0x400 int flags; struct tty_term *term; |