mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Use "Password:" with no space for password prompts and don't display a *s for
the password, like pretty much everything else. From martynas@ with minor tweaks by me.
This commit is contained in:
@ -172,7 +172,7 @@ server_lock(void)
|
||||
|
||||
status_prompt_clear(c);
|
||||
status_prompt_set(c,
|
||||
"Password: ", server_lock_callback, NULL, c, PROMPT_HIDDEN);
|
||||
"Password:", server_lock_callback, NULL, c, PROMPT_HIDDEN);
|
||||
server_redraw_client(c);
|
||||
}
|
||||
server_locked = 1;
|
||||
|
Reference in New Issue
Block a user