From c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 24 Jan 2024 13:00:09 +0100 Subject: Relative find file and small fixes - Save text was not always displaying - Files were sometimes not reloaded properly --- src/dged/minibuffer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dged/minibuffer.h') diff --git a/src/dged/minibuffer.h b/src/dged/minibuffer.h index 727aac5..b7c5171 100644 --- a/src/dged/minibuffer.h +++ b/src/dged/minibuffer.h @@ -59,6 +59,9 @@ void minibuffer_echo_timeout(uint32_t timeout, const char *fmt, ...); */ int32_t minibuffer_prompt(struct command_ctx command_ctx, const char *fmt, ...); +int32_t minibuffer_prompt_initial(struct command_ctx command_ctx, + const char *initial, const char *fmt, ...); + void minibuffer_set_prompt(const char *fmt, ...); uint32_t minibuffer_draw_prompt(struct command_list *commands); -- cgit v1.2.3