mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Merge branch 'master' into osx-functional
This commit is contained in:
commit
fb6e7d1dda
@ -235,6 +235,7 @@ inp_get_line(void)
|
|||||||
char *line = NULL;
|
char *line = NULL;
|
||||||
while (!line) {
|
while (!line) {
|
||||||
line = inp_readline();
|
line = inp_readline();
|
||||||
|
ui_update();
|
||||||
}
|
}
|
||||||
status_bar_clear();
|
status_bar_clear();
|
||||||
return line;
|
return line;
|
||||||
@ -251,6 +252,7 @@ inp_get_password(void)
|
|||||||
get_password = TRUE;
|
get_password = TRUE;
|
||||||
while (!password) {
|
while (!password) {
|
||||||
password = inp_readline();
|
password = inp_readline();
|
||||||
|
ui_update();
|
||||||
}
|
}
|
||||||
get_password = FALSE;
|
get_password = FALSE;
|
||||||
status_bar_clear();
|
status_bar_clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user