fixup! no further confirmation once editing commences

This commit is contained in:
Kartik K. Agaram 2022-03-05 14:40:42 -08:00
parent 057f4a2870
commit f72340cc37
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ extern void load_editor_buffer_to_current_definition_in_image(lua_State* L);
extern int load_editor_buffer_to_current_definition_in_image_and_reload(lua_State* L);
extern void save_to_current_definition_and_editor_buffer(lua_State* L, const char* definition);
extern void save_editor_state(int rowoff, int coloff, int cy, int cx);
int editor_view_in_progress(lua_State* L);
extern void assign_call_graph_depth_to_name(lua_State* L, int depth, const char* name);
extern char* caller(lua_State* L);