summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-23 11:32:52 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-23 11:32:52 -0500
commitf4172376d933c5c9033ff421f04db828825f9017 (patch)
tree8d53b18edb7aec7896ca48e5ab06c4448eec53e5 /ted.h
parent376d732e48b89b0a0a392e2582826775e2d4a2d1 (diff)
start goto line
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 0b7445b..2ca308f 100644
--- a/ted.h
+++ b/ted.h
@@ -167,6 +167,7 @@ ENUM_U16 {
MENU_WARN_UNSAVED, // warn about unsaved changes
MENU_ASK_RELOAD, // prompt about whether to reload file which has ben changed by another program
MENU_GOTO_DEFINITION,
+ MENU_GOTO_LINE,
} ENUM_U16_END(Menu);
typedef struct {