GUI: home/end keys

This commit is contained in:
tildearrow 2022-01-11 18:54:31 -05:00
parent 5dfe19e52d
commit 80c03fcbae
2 changed files with 36 additions and 0 deletions

View file

@ -235,6 +235,8 @@ class FurnaceGUI {
void finishSelection();
void moveCursor(int x, int y);
void moveCursorTop();
void moveCursorBottom();
void editAdvance();
void prepareUndo(ActionType action);
void makeUndo(ActionType action);