mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Refactor ui_create_duck_win
This commit is contained in:
parent
63f594b494
commit
c253d3cd1b
@ -867,8 +867,7 @@ ui_create_duck_win(void)
|
|||||||
ProfWin *window = wins_new("DuckDuckGo search", WIN_DUCK);
|
ProfWin *window = wins_new("DuckDuckGo search", WIN_DUCK);
|
||||||
int num = wins_get_num(window);
|
int num = wins_get_num(window);
|
||||||
ui_switch_win(num);
|
ui_switch_win(num);
|
||||||
win_print_time(window, '-');
|
win_print_line(window, '-', 0, "Type ':help' to find out more.");
|
||||||
wprintw(window->win, "Type ':help' to find out more.\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user