~kris/suckless

st

ref: df114a3730140548cc7c9e76bc96a450e0897caa st/normalMode.h -rw-r--r-- 361 bytes
df114a37 — siduck misc | fix scrolling not working in nvim 4 years ago
                                                                                
1
2
3
4
5
6
7
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);