diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-23 11:32:52 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-23 11:32:52 -0500 |
commit | f4172376d933c5c9033ff421f04db828825f9017 (patch) | |
tree | 8d53b18edb7aec7896ca48e5ab06c4448eec53e5 /ted.h | |
parent | 376d732e48b89b0a0a392e2582826775e2d4a2d1 (diff) |
start goto line
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |