macOS: Add a global menu entry to reset the terminal

This commit is contained in:
Kovid Goyal
2021-06-05 10:12:44 +05:30
parent d264c3d91e
commit 4cff3e51cb
6 changed files with 22 additions and 6 deletions

View File

@@ -277,6 +277,7 @@ typedef enum {
OPEN_FILE = 1024,
NEW_WINDOW = 2048,
CLOSE_WINDOW = 4096,
RESET_TERMINAL = 8192,
} CocoaPendingAction;
void set_cocoa_pending_action(CocoaPendingAction action, const char*);
#endif