st/TODO.md

14 lines
385 B
Markdown
Raw Permalink Normal View History

2021-12-28 19:23:20 +01:00
* write a proper README
2021-08-13 22:07:04 +02:00
* optimize scrolling by using one single linear array for both hist buffer and
term.line?
* don't malloc-free in treflow, use the same array and use memmove?
2021-08-02 17:03:38 +02:00
* extract patch for scrollback
2021-08-13 22:07:04 +02:00
* send bugfix for tdeletechar and tinsertchar: args to memmove can point beyond
the array
2021-08-13 22:07:04 +02:00
* send bugfix in handling CSI 'J', case 1: term.c.y > 1 to term.c.y >= 1