mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
Oops, it is always a good idea to get arguments the right way round.
This commit is contained in:
parent
216df07688
commit
d3b5c242cc
@ -172,7 +172,7 @@ server_lock(void)
|
|||||||
|
|
||||||
status_prompt_clear(c);
|
status_prompt_clear(c);
|
||||||
status_prompt_set(c,
|
status_prompt_set(c,
|
||||||
"Password: ", server_lock_callback, c, NULL, PROMPT_HIDDEN);
|
"Password: ", server_lock_callback, NULL, c, PROMPT_HIDDEN);
|
||||||
server_redraw_client(c);
|
server_redraw_client(c);
|
||||||
}
|
}
|
||||||
server_locked = 1;
|
server_locked = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user