aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-02-12 21:27:50 -0500
committerJesse Luehrs <doy@tozt.net>2017-02-12 21:27:50 -0500
commite45d71466d4a997428bb19eca8c01a9194076f30 (patch)
treeca7489c69fb2729dd69698e522e546e9f9c37278 /src/pty-unix.h
parent6ee215a7797cbb15aed6136ccfcaf5daff5ae654 (diff)
downloadrunes-e45d71466d4a997428bb19eca8c01a9194076f30.tar.gz
runes-e45d71466d4a997428bb19eca8c01a9194076f30.zip
Revert "combine flushes when reading large amounts of data"
This reverts commit 6ee215a7797cbb15aed6136ccfcaf5daff5ae654. actually, the redraw_rate stuff should already be handling this
Diffstat (limited to 'src/pty-unix.h')
-rw-r--r--src/pty-unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pty-unix.h b/src/pty-unix.h
index 553be12..8894072 100644
--- a/src/pty-unix.h
+++ b/src/pty-unix.h
@@ -11,8 +11,6 @@ struct runes_pty {
char readbuf[RUNES_READ_BUFFER_LENGTH];
int readlen;
int remaininglen;
-
- int scheduled_flush: 1;
};
RunesPty *runes_pty_new(void);