From f4172376d933c5c9033ff421f04db828825f9017 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 23 Feb 2021 11:32:52 -0500 Subject: start goto line --- ted.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.h') 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 { -- cgit v1.2.3