mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed resize during password and tls commands
This commit is contained in:
parent
09cd288186
commit
de15d47be4
@ -235,6 +235,7 @@ inp_get_line(void)
|
||||
char *line = NULL;
|
||||
while (!line) {
|
||||
line = inp_readline();
|
||||
ui_update();
|
||||
}
|
||||
status_bar_clear();
|
||||
return line;
|
||||
@ -251,6 +252,7 @@ inp_get_password(void)
|
||||
get_password = TRUE;
|
||||
while (!password) {
|
||||
password = inp_readline();
|
||||
ui_update();
|
||||
}
|
||||
get_password = FALSE;
|
||||
status_bar_clear();
|
||||
|
Loading…
Reference in New Issue
Block a user