JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
144bb2c72e243022c21e66433ed6324d9e185c35
[st.git] / TODO
1 vt emulation
2 ------------
3
4 * implement BCE right
5 * color definition in CSI
6         * implement CSI parsing
7 * make the keypad keys really work
8         * kf0 .. kf44
9         * kend, kel, kent, kfnd, ked, kext
10         * kNXT, kPRV
11         * ka1, ka3, kb2
12 * add arrow keys handling
13
14 code & interface
15 ----------------
16
17 * clean selection code
18 * clean and complete terminfo entry
19 * add border around cursor, when it could be hard to read
20         * white border when not selected would suffice
21         * + definition in config.h
22
23 bugs
24 ----
25
26 * handle XOpenMI() errors
27 * fix shift up/down (shift selection in emacs)
28 * fix selection paste for xatom STRING
29 * fix umlaut handling in settitle
30 * fix rows and column definition in fixed geometry
31 * clear the borders of the st window, if something has drawn on it
32
33 misc
34 ----
35
36     $ grep -nE 'XXX|TODO' st.c
37