aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-15 16:36:48 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-15 16:36:48 +0100
commitcc86d148cb4092a57af2b58eeae96bbd721de803 (patch)
treefed4ab47eaf2d77b68eac83cfd9531e709006bb1 /TODO
parentd5640c772998de7bccd76c3f8e934fa685cb2bb4 (diff)
downloadst-patched-cc86d148cb4092a57af2b58eeae96bbd721de803.tar.bz2
st-patched-cc86d148cb4092a57af2b58eeae96bbd721de803.tar.xz
st-patched-cc86d148cb4092a57af2b58eeae96bbd721de803.zip
Changing the TODO to the current state.
Diffstat (limited to 'TODO')
-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----