mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
moving software to separate submodules part 1
This commit is contained in:
8
desktop/.st/patch/normalMode.h
Normal file
8
desktop/.st/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);
|
||||
Reference in New Issue
Block a user