Rename prompt-input to match the usual format names.

This commit is contained in:
nicm
2026-06-23 23:52:39 +00:00
parent 89027bd22c
commit 1b5a07a740

View File

@@ -904,7 +904,7 @@ status_prompt_redraw(struct client *c)
status_prompt_area(c, &ax, &aw);
tmp = utf8_tocstr(c->prompt_buffer);
format_add(ft, "prompt-input", "%s", tmp);
format_add(ft, "prompt_input", "%s", tmp);
prompt = format_expand_time(ft, c->prompt_string);
free(tmp);