textui/TODO.md

11 lines
391 B
Markdown
Raw Normal View History

2021-07-19 22:48:00 +00:00
# TODO
- Add click events for ansi display
2021-07-19 22:48:00 +00:00
- Fix resizing on web_div display
2021-09-05 16:40:20 +00:00
- Ignore ctrl+c on web display (generally speaking, on displays that does not
support proper 'quit')
2021-07-19 22:48:00 +00:00
- Optimize drawing to display, by allowing sequences of characters with the same
colors (if supported by the display)
2021-08-26 18:12:36 +00:00
- Restore ansi terminal properly after exit (ctrl+c does not work anymore, for
example)