diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,17 +1,15 @@ | |||
1 | vt emulation | 1 | vt emulation |
2 | ------------ | 2 | ------------ |
3 | 3 | ||
4 | * screen erased with background color ## capname:bce | 4 | * color definition in CSI |
5 | * back tab ## capname:cbt ## seq:CSI Z | 5 | * implement CSI parsing |
6 | * ... | 6 | * implement real italic |
7 | 7 | ||
8 | code & interface | 8 | code & interface |
9 | ---------------- | 9 | ---------------- |
10 | 10 | ||
11 | * clean selection code | 11 | * clean selection code |
12 | * clean and complete terminfo entry | 12 | * clean and complete terminfo entry |
13 | * fast drawing | ||
14 | * ... | ||
15 | 13 | ||
16 | bugs | 14 | bugs |
17 | ---- | 15 | ---- |
@@ -21,6 +19,7 @@ bugs | |||
21 | * fix selection click | 19 | * fix selection click |
22 | * fix selection paste for xatom STRING | 20 | * fix selection paste for xatom STRING |
23 | * fix umlaut handling in settitle | 21 | * fix umlaut handling in settitle |
22 | * fix the scrolling issues in less | ||
24 | 23 | ||
25 | misc | 24 | misc |
26 | ---- | 25 | ---- |