Add a flag to disable blocking while sending a SIXEL image (turned off when the

buffer hits 0 size).
This commit is contained in:
Nicholas Marriott
2019-11-28 14:20:22 +00:00
parent e01df67ca1
commit d2e3f3c1cc
2 changed files with 9 additions and 0 deletions

1
tmux.h
View File

@@ -1204,6 +1204,7 @@ struct tty {
#define TTY_OPENED 0x20
#define TTY_FOCUS 0x40
#define TTY_BLOCK 0x80
#define TTY_NOBLOCK 0x100
int flags;
struct tty_term *term;