summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Expand)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
2012-11-29Add configurable prompt completion behaviourMaxime Coste
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
2012-11-26IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...Maxime Coste
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