From 07f3e774633a28a6ff20bc8e23469254d4097c01 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 8 Oct 2006 18:44:05 +0000 Subject: add a TODO file with some goals and direction --- TODO | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..a33381c --- /dev/null +++ b/TODO @@ -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 + + -- cgit v1.2.3