Faster drawing with only one flush
[iomenu.git] / TODO
blobb25671b2e7ab592729d0114086af42cd19cb35ff
1 -       Check return values for every function that may fail.
3 -       Add support for a default input string (when I will need it or if
4         someone ask for it).
6 -       Prettier prompt?
8 -       Fix the input shifting the line count by 1.
10 -       Async line input?  With fork(): I finally understood how it basically
11         works.  mmap the buffer and fill it in one fork while the other
12         continues with the keyboard interaction?
14 -       Option to output header title rather than the line itself, with
15         lines counted relatively from the beginning of the header.  This
16         way, it can acts as a swiper-all: grep through multiple files, and
17         display the file content, with the line number, and output the line
18         number then the file name.
20         -       Use this for io-grep
22 -       Case insensitive match.