diff options
| author | Albert Cervin <albert@acervin.com> | 2024-01-24 13:00:09 +0100 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-01-24 13:00:09 +0100 |
| commit | c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36 (patch) | |
| tree | 93f7ecb1e7d1ebb792d767255b27c1742745204a /src/dged/minibuffer.h | |
| parent | 64d6816a36567274551dd4f067fe4d05b1445cc0 (diff) | |
| download | dged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.tar.gz dged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.tar.xz dged-c27f5c5ed4bce91eaa50d7d1daa5335f186dcc36.zip | |
Relative find file and small fixes
- Save text was not always displaying
- Files were sometimes not reloaded properly
Diffstat (limited to 'src/dged/minibuffer.h')
| -rw-r--r-- | src/dged/minibuffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
