mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 03:56:22 +00:00
Refactor ui_create_duck_win
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user