mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 07:46:21 +00:00
Added msg command
This commit is contained in:
@@ -15,3 +15,11 @@ void create_title_bar(void)
|
||||
mvwprintw(title_bar, 0, 0, title);
|
||||
wrefresh(title_bar);
|
||||
}
|
||||
|
||||
void title_bar_show(char *title)
|
||||
{
|
||||
wclear(title_bar);
|
||||
mvwprintw(title_bar, 0, 0, title);
|
||||
wrefresh(title_bar);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user