JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Updating the TODO file for after 0.4.
[st.git] / TODO
1 vt emulation
2 ------------
3
4 * wide-character support in conjunction with fallback xft code 
5 * double-height support
6
7 code & interface
8 ----------------
9
10 * clean and complete terminfo entry
11 * add a simple way to do multiplexing
12
13 drawing
14 -------
15 * add diacritics support to xdraws()
16 * add kerning configuration
17 * make the font cache simpler
18 * add hard width handling
19         * xft is reporting wrong width and height for characters
20
21 bugs
22 ----
23
24 * fix shift up/down (shift selection in emacs)
25 * fix selection paste for xatom STRING
26 * fix rows and column definition in fixed geometry
27 * fix -e handling
28 * remove DEC test sequence when appropriate
29 * When some application outputting long text is run in the shell init scripts,
30   then this text might be stripped to the standard 80x25 due to st running the
31   virtual terminal at first priority. Maybe the vt initialisation could be
32   moved somewhere after knowing the right window size.
33
34 misc
35 ----
36
37     $ grep -nE 'XXX|TODO' st.c
38