1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Refactor ui_create_duck_win

This commit is contained in:
James Booth 2013-10-07 01:08:46 +01:00
parent 63f594b494
commit c253d3cd1b

View File

@ -867,8 +867,7 @@ ui_create_duck_win(void)
ProfWin *window = wins_new("DuckDuckGo search", WIN_DUCK);
int num = wins_get_num(window);
ui_switch_win(num);
win_print_time(window, '-');
wprintw(window->win, "Type ':help' to find out more.\n");
win_print_line(window, '-', 0, "Type ':help' to find out more.");
}
void