summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Collapse)Author
2012-12-13Prompt: when completion has only one candidate, next tab starts a new completionMaxime Coste
2012-12-07InputHandler: tweak prefix completion behaviourMaxime Coste
2012-12-06PromptHandler now call callback when edited and aborted.Maxime Coste
Used for a new feature: incremental search
2012-11-29Add configurable prompt completion behaviourMaxime Coste
If option 'complete_prefix' is non 0, then completion first use completion candidates common prefix, then circle through candidates.
2012-11-29Fix InputMode::Prompt blocking behaviour when inserting registerMaxime Coste
2012-11-27InputHandler: InputModes no longer die directly on mode change, they survive ↵Maxime Coste
until end of on_key
2012-11-26IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount ↵Maxime Coste
editor implementation
2012-11-08InputHandler: Handle C-c as EscapeMaxime Coste
2012-11-05Move client drawing responsiblity to the ClientManagerMaxime Coste
2012-10-29fix crashes when cycling through menu with an active filterMaxime Coste
2012-10-29validate key in InputHandler before sending to mode, and minor refactorMaxime Coste
2012-10-28Handle all available input before redrawingMaxime Coste
2012-10-18avoid utf8 errors with invalid keys, like ncurse KEY_RESIZEMaxime Coste
2012-10-17rename Client to InputHandlerMaxime Coste