Bug #339
InputLine behaviour is sometimes unexpected
0%
Description
- The InputLine is cleared on KeyUp/Down events when a history entry is changed
- Changed InputLine history entries are immediately appended to the history, regardless of actually getting sent
Additional information:
The attached patch does the following:
- 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 replaced by the unchanged lines and
- the sent line gets appended to the history
History
#1 Updated by al about 16 years ago
0001-also-preserve-temporary-history-entries-on-the-last2.patch replaces 0001-also-preserve-temporary-history-entries-on-the-last.patch
#2 Updated by al about 16 years ago
0001-clear-InputLine-on-Key_Down.patch:
If the user is on the most recent tempHistory line (== history.count() + 1) and presses Key_Down, reset InputLine.
The content of this line gets deleted.
#3 Updated by al about 16 years ago
0001-InputLine-history-handling-improved_betterthanever.patch attached
This patch obsoletes all other patches in this BR :>
#4 Updated by EgS about 16 years ago
applied 0001-InputLine-history-handling-improved_betterthanever.patch.