Adding vim browse patch ref. #21
This commit is contained in:
parent
e139d1fd75
commit
e039854635
13 changed files with 769 additions and 23 deletions
8
patch/normalMode.h
Normal file
8
patch/normalMode.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
void normalMode();
|
||||
void historyPreDraw();
|
||||
void historyOverlay(int x, int y, Glyph* g);
|
||||
void historyModeToggle(int start);
|
||||
void historyOpToggle(int, int);
|
||||
typedef enum {failed=0, success=1, exitMotion=2, exitOp=3, finish=4} ExitState;
|
||||
ExitState kPressHist(char const *txt, size_t len, int ctrl, KeySym const *kSym);
|
||||
ExitState pressKeys(char const* s, size_t e);
|
||||
Loading…
Add table
Add a link
Reference in a new issue