diff options
| -rw-r--r-- | TODO | 15 |
1 files changed, 9 insertions, 6 deletions
| @@ -1,18 +1,23 @@ | |||
| 1 | vt emulation | 1 | vt emulation |
| 2 | ------------ | 2 | ------------ |
| 3 | 3 | ||
| 4 | * color definition in CSI | ||
| 5 | * implement CSI parsing | ||
| 6 | * wide-character support in conjunction with fallback xft code | 4 | * wide-character support in conjunction with fallback xft code |
| 7 | * mouse selection support | 5 | * double-height support |
| 8 | 6 | ||
| 9 | code & interface | 7 | code & interface |
| 10 | ---------------- | 8 | ---------------- |
| 11 | 9 | ||
| 12 | * clean and complete terminfo entry | 10 | * clean and complete terminfo entry |
| 13 | * add fallback fonts for the restricted xft code | ||
| 14 | * add a simple way to do multiplexing | 11 | * add a simple way to do multiplexing |
| 15 | 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 | |||
| 16 | bugs | 21 | bugs |
| 17 | ---- | 22 | ---- |
| 18 | 23 | ||
| @@ -21,8 +26,6 @@ bugs | |||
| 21 | * fix rows and column definition in fixed geometry | 26 | * fix rows and column definition in fixed geometry |
| 22 | * fix -e handling | 27 | * fix -e handling |
| 23 | * remove DEC test sequence when appropriate | 28 | * remove DEC test sequence when appropriate |
| 24 | * reverse cursor when drawin light on light background | ||
| 25 | * text should be readable | ||
| 26 | * When some application outputting long text is run in the shell init scripts, | 29 | * When some application outputting long text is run in the shell init scripts, |
| 27 | then this text might be stripped to the standard 80x25 due to st running the | 30 | then this text might be stripped to the standard 80x25 due to st running the |
| 28 | virtual terminal at first priority. Maybe the vt initialisation could be | 31 | virtual terminal at first priority. Maybe the vt initialisation could be |
