commit | 3b35daacf734dc824b6101e54d62067fde6016b8 | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue May 09 13:04:36 2017 +0000 |
committer | nicm <nicm> | Tue May 09 13:04:36 2017 +0000 |
tree | a2a689b2a562dd902d057b5e587fcc8e083b5663 | |
parent | 18f36906a9e40ebcf9705fa9deb197bc4a1f813a [diff] |
If the current screen was complex enough, it was possible to make redraw itself hit the "terminal can't keep up" check. To avoid this, record how much data we send during redraw (we know we will be starting with 0) and skip the check until it has been flushed. GitHub issue 912.