JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Removing BCE from the TODO list.
[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 umlaut handling in settitle
22 * fix rows and column definition in fixed geometry
23 * fix -e handling
24 * remove DEC test sequence when appropriate
25 * reverse cursor when drawin light on light background
26         * text should be readable
27 * When some application outputting long text is run in the shell init scripts,
28   then this text might be stripped to the standard 80x25 due to st running the
29   virtual terminal at first priority. Maybe the vt initialisation could be
30   moved somewhere after knowing the right window size.
31
32 misc
33 ----
34
35     $ grep -nE 'XXX|TODO' st.c
36