diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-08 18:44:05 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-08 18:44:05 +0000 |
commit | 07f3e774633a28a6ff20bc8e23469254d4097c01 (patch) | |
tree | 5181fbc20a9287f9a399a5596592ad96eaf1d5f8 /TODO | |
parent | 5d7d6254801074b754d3917fbd707d137edef59d (diff) |
add a TODO file with some goals and direction
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ + +TODO list for uuterm... + + +Critical usability issues: + +- Indic character reordering +- Porting to X +- Mouse support/selection +- Configurable keyboard mappings +- Support for input methods + + +Convenience/eyecandy/etc.: + +- 88- or 256-color mode +- Support for 32bpp framebuffer device +- Fontsets instead of monolithic font +- UCF compiler +- Terminal escapes for input method interaction + + +Long term goals: + +- Port to 8086/BIOS/EGA (not even DOS needed) +- Bidirectional text layout + + |