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:
Nicholas Marriott
2009-09-01 09:11:05 +00:00
parent 34bb735a65
commit f8aa5821be
3 changed files with 12 additions and 18 deletions

View File

@ -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;