xC: show the prompt even with empty configuration
Alpine 3.23 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

This commit is contained in:
2026-07-20 02:26:49 +02:00
parent 0c256943fd
commit a65389ec62
+2 -1
View File
@@ -983,8 +983,9 @@ input_start (struct input *self)
app_input_init (self);
termo_start (self->tk);
self->prompt_shown = 1;
self->active = true;
self->prompt_shown = 1;
input__redisplay (self);
}
/// Stop the interface