index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input_handler.cc
Age
Commit message (
Collapse
)
Author
2012-12-13
Prompt: when completion has only one candidate, next tab starts a new completion
Maxime Coste
2012-12-07
InputHandler: tweak prefix completion behaviour
Maxime Coste
2012-12-06
PromptHandler now call callback when edited and aborted.
Maxime Coste
Used for a new feature: incremental search
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
If option 'complete_prefix' is non 0, then completion first use completion candidates common prefix, then circle through candidates.
2012-11-29
Fix InputMode::Prompt blocking behaviour when inserting register
Maxime Coste
2012-11-27
InputHandler: InputModes no longer die directly on mode change, they survive ↵
Maxime Coste
until end of on_key
2012-11-26
IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount ↵
Maxime Coste
editor implementation
2012-11-08
InputHandler: Handle C-c as Escape
Maxime Coste
2012-11-05
Move client drawing responsiblity to the ClientManager
Maxime Coste
2012-10-29
fix crashes when cycling through menu with an active filter
Maxime Coste
2012-10-29
validate key in InputHandler before sending to mode, and minor refactor
Maxime Coste
2012-10-28
Handle all available input before redrawing
Maxime Coste
2012-10-18
avoid utf8 errors with invalid keys, like ncurse KEY_RESIZE
Maxime Coste
2012-10-17
rename Client to InputHandler
Maxime Coste