~kris/suckless

st

ref: b94f5ca58102f32a9b9ee62c2487494e4fa8dfb6 st/normalMode.h -rw-r--r-- 361 bytes
b94f5ca5 — sioodmy fix(flake): default app 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);