Files
konsole/PROJECTS
Lars Doelle 9b465067ac bug fixes, signals.
svn path=/trunk/kdebase/konsole/; revision=39668
2000-01-31 07:22:10 +00:00

45 lines
1.3 KiB
Plaintext

* current issues -------------------------------------------------
* configuration related:
- command line options
font, menu, scrollbar, schema, kdelnk, codec, keytrans, ...
* improve/complete documentation
- include README.* into doc.
- explain configuration files
* currently working on
add configuration for function keys.
document broken keypad (It's a QT issue really)
document VT100 keypad codes (doc/missing.keys)
* future stuff, perhaps ------------------------------------------
- when manipulating binary files, sometimes one
screws up ones terminal settings. xterm has
a convenient 'hard reset' menu choice.
- keep session open after client program termination.
Useful for things like 'konsole -e ls'.
- deflicker, setting all the attributes separately
both when creating and changing to a session
creates 3 setimage and 1 paint events. (This may
have improved, lately).
* write configuration utility for config (*.schema,*.kdelnk) files.
* stuff centered around resizing and text vs. matrix:
- make resizing more clever
to see the issue, 'ls /dev', make window smaller
and then larger again.
- introduce the concept of "logical lines" for resizing and
cut'n'paste.
- selecting lines that wraps insert a '\n' in the middle of the
line when pasting. A related problem occures with resizing.