diff --git a/TODO b/PROJECTS similarity index 89% rename from TODO rename to PROJECTS index a4ecf11e..4e379eb7 100644 --- a/TODO +++ b/PROJECTS @@ -41,9 +41,6 @@ Here is a list of little projects - check through FIXMEs - clean up code -- dynamic buffer adjustment or configurability. -- clear buffer facility. - - write configuration utility at least for *.schema files. - evtl. handle *.kdelnk files using regular setup utilities @@ -51,8 +48,6 @@ Here is a list of little projects - allow reloading the configuration files at runtime. -! announce konsole-1.0 ------------------------------------ - - check for other codes/features (Linux console, xterm) - change xterm title hack to respect icon instruction? - secure keyboard? (check other security issues) @@ -60,6 +55,8 @@ Here is a list of little projects - double high, double width (vt100) - reverse wraparound? - add secondary buffer to linux console (the real one). + - smooth scroll? + - LEDs? - Linux console improvements - Attributes @@ -68,13 +65,6 @@ Here is a list of little projects - Linux console knows some extra tricks mapping graphical characters. -- Fonts - - produce font families instead of doing underline and bold - in the program? - - use scalable font? - - allow fonts being configured freely - - fix national characters in Linux console emulation. - - add configuration for function keys. - /dev/console? diff --git a/src/TEShell.C b/src/TEShell.C index 7587ca4f..dd12bea3 100644 --- a/src/TEShell.C +++ b/src/TEShell.C @@ -31,7 +31,7 @@ NOTE that this module is part of a program and not a dump for obsolete tty interfaces. The opening sequence can be reduced to - three or four lines, and, yes, i'll do this on a regular basis. + three or four lines, and, yes, i may do this on a regular basis. \par FIXME