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