Make behavior of input line history a bit more intuitive
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 8 May 2009 21:15:42 +0000 (23:15 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 8 May 2009 21:15:42 +0000 (23:15 +0200)
commite1997b582c3ad73c4ff02f2b0167defb864db0a6
tree966545dac3aac3fd256663e6c214e1906a4f51ce
parent90054426faf4e49ce164567e04bf9b02d50bdc47
Make behavior of input line history a bit more intuitive

Pressing enter will append the current text to the input line history even if an earlier
entry was selected before. This is the behavior in any shell known to man, thus expected :)

Finally closes #655.
src/uisupport/inputline.cpp