From e45d71466d4a997428bb19eca8c01a9194076f30 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 12 Feb 2017 21:27:50 -0500 Subject: Revert "combine flushes when reading large amounts of data" This reverts commit 6ee215a7797cbb15aed6136ccfcaf5daff5ae654. actually, the redraw_rate stuff should already be handling this --- src/pty-unix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pty-unix.h') 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); -- cgit v1.2.3-54-g00ecf