read_string_loop

This commit is contained in:
nova
2026-07-20 00:16:35 +02:00
parent 25c912069a
commit f7589dbe2b
2 changed files with 66 additions and 64 deletions
+2
View File
@@ -129,6 +129,7 @@ static const char ui_rename_text[] = "rename "SETTINGS_COMMAND_REPLACE_STR" to:"
static const char ui_makefile_text[] = "makedir:";
static const char ui_makedir_text[] = "makefile:";
static const char ui_delete_text[] = "delete:";
static const char ui_search_text[] = "/"; /*unlike the other ui, this one doesnt automatically add a space*/
/* {{{ */
static const unsigned long binding_count = sizeof(key_binding) / sizeof(binding);
@@ -156,6 +157,7 @@ static const char ui_delete_text[];
static const char copy_cmd[];
static const char cut_cmd[];
static const char del_cmd[];
static const char ui_search_text[];
#endif
/* }}} */