InputLine history handling improved
authorDaniel Albers <daniel@lbers.com>
Sun, 19 Oct 2008 11:38:38 +0000 (13:38 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 19 Oct 2008 11:54:48 +0000 (13:54 +0200)
commitee9eb6726ae65a85fbb5e98e65d038d410580146
tree55be5f9c194bee27b951597764a699d3ceae409f
parentd2268cca78024ec7b67e1007dea41f87bef2fc4e
InputLine history handling improved

- The InputLine isn't cleared as often (KeyUp/Down)
- Changed InputLine history entries are preserved until a line is sent
- As soon as a new line is sent, changed history entries are restored, the sent line gets appended to the history
- KeyDown on the last line also appends lines to the history
src/uisupport/inputline.cpp
src/uisupport/inputline.h