diff options
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 |