aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index e1168a1..b1af774 100644
--- a/TODO
+++ b/TODO
@@ -4,14 +4,15 @@ vt emulation
4* implement BCE right 4* implement BCE right
5* color definition in CSI 5* color definition in CSI
6 * implement CSI parsing 6 * implement CSI parsing
7* make the keypad keys really work 7* wide-character support in conjunction with fallback xft code
8 * kel, kfnd, ked, kext 8* mouse selection support
9 9
10code & interface 10code & interface
11---------------- 11----------------
12 12
13* clean and complete terminfo entry 13* clean and complete terminfo entry
14* add fallback fonts for the restricted xft code 14* add fallback fonts for the restricted xft code
15* add a simple way to do multiplexing
15 16
16bugs 17bugs
17---- 18----
@@ -21,6 +22,10 @@ bugs
21* fix selection paste for xatom STRING 22* fix selection paste for xatom STRING
22* fix umlaut handling in settitle 23* fix umlaut handling in settitle
23* fix rows and column definition in fixed geometry 24* fix rows and column definition in fixed geometry
25* fix -e handling
26* remove DEC test sequence when appropriate
27* reverse cursor when drawin light on light background
28 * text should be readable
24 29
25misc 30misc
26---- 31----