fix(input): change the default_prompt to Input:

The unicode arrow makes sense when using the prompt buffer, but not so
much if the prompt is going to be a window title instead.
This commit is contained in:
Steven Arcangeli 2022-03-31 08:24:46 -07:00
parent e14e35a9d4
commit 2f8a001ae5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local default_config = {
enabled = true,
-- Default prompt string
default_prompt = "",
default_prompt = "Input:",
-- Can be 'left', 'right', or 'center'
prompt_align = "left",