From 1ed9af8300c037174dba4fc83fffeea9e6291ab8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 4 Sep 2015 11:07:08 -0700 Subject: 2141 - attempt to deal with slow networks On slow networks sometimes escape sequences were being partially consumed, causing junk to be added to the editor when you pressed arrow keys and so on. Now we have a way to wait. Empirically seems to work if I page-up and then scroll back up using up-arrow. Before I'd consistently get junk even on my local machine. Now I no longer do. If we still see problems I'll increase the wait time and see if the increase helps. Then we'll know more about this approach. --- cannot_write_tests_for | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cannot_write_tests_for') diff --git a/cannot_write_tests_for b/cannot_write_tests_for index a77ef91b..8a678b37 100644 --- a/cannot_write_tests_for +++ b/cannot_write_tests_for @@ -3,3 +3,7 @@ 3. hide/show screen 4. more touch event types 5. sandbox isolation + +termbox issues are implementation-specific and not worth testing: + whether we clear junk from other processes + latency in interpreting low-level escape characters -- cgit 1.4.1-2-gfad0