You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

44 lines
1.3 KiB

* 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.