diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-12 07:56:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-12 07:56:38 -0700 |
commit | 8195ed4ee94f490d377b91caa0d79f21dd3e86ed (patch) | |
tree | a0267cfb168e437768d239daf18624cabe361f16 /cannot_write_tests_for | |
parent | 43f634adb0eda2fc0377423e5c5b2a7d8f087780 (diff) | |
download | mu-8195ed4ee94f490d377b91caa0d79f21dd3e86ed.tar.gz |
3853
Bring back commit 3844, albeit in simplified form. I'd forgotten that the one place where we still need to buffer rendering is when people hold down up/down arrow keys.
Diffstat (limited to 'cannot_write_tests_for')
-rw-r--r-- | cannot_write_tests_for | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cannot_write_tests_for b/cannot_write_tests_for index 0c0685c9..1bd9ce3c 100644 --- a/cannot_write_tests_for +++ b/cannot_write_tests_for @@ -4,6 +4,12 @@ 3. more touch event types 4. sandbox isolation 5. errors in reading/writing files (missing directory, others?) +6. has-more-events? termbox issues are implementation-specific and not worth testing: latency in interpreting low-level escape characters + +calls to update-cursor are currently duplicated: + render-all calls update-cursor to simplify testing + event-loop needs to call update-cursor explicitly to backstop branches doing their own minimal rendering + solution: update-cursor after minimal rendering |