JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
efecd50acdd9c61bdbcdae64fa96fde54efaffad
[st.git] / TODO
1 vt emulation
2 ------------
3
4 * implement BCE right
5 * color definition in CSI
6         * implement CSI parsing
7 * wide-character support in conjunction with fallback xft code 
8 * mouse selection support
9
10 code & interface
11 ----------------
12
13 * clean and complete terminfo entry
14 * add fallback fonts for the restricted xft code
15 * add a simple way to do multiplexing
16
17 bugs
18 ----
19
20 * fix shift up/down (shift selection in emacs)
21 * fix selection paste for xatom STRING
22 * fix umlaut handling in settitle
23 * fix rows and column definition in fixed geometry
24 * fix -e handling
25 * remove DEC test sequence when appropriate
26 * reverse cursor when drawin light on light background
27         * text should be readable
28 * When some application outputting long text is run in the shell init scripts,
29   then this text might be stripped to the standard 80x25 due to st running the
30   virtual terminal at first priority. Maybe the vt initialisation could be
31   moved somewhere after knowing the right window size.
32
33 misc
34 ----
35
36     $ grep -nE 'XXX|TODO' st.c
37