1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2015-10-06 23:23:43 +01:00
commit 85b32f88b4

View File

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