aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index 8894072..553be12 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -11,6 +11,8 @@ struct runes_pty {
char readbuf[RUNES_READ_BUFFER_LENGTH];
int readlen;
int remaininglen;
+
+ int scheduled_flush: 1;
};
RunesPty *runes_pty_new(void);