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 (
Expand
)
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
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
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
2012-11-26
IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...
Maxime Coste
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