JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove long text being cropped/wrapped to standard 80x24 on launch.
[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
30 misc
31 ----
32
33     $ grep -nE 'XXX|TODO' st.c
34