textui/TODO.md

10 lines
303 B
Markdown
Raw Normal View History

2021-07-19 22:48:00 +00:00
# TODO
- Add click events
- Fix resizing on web_div display
2021-08-26 18:12:36 +00:00
- Prevent ctrl+c on web display
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)