You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
360 B
8 lines
360 B
3 years ago
|
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);
|