Tidy wins_create_summary()
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef HAVE_NCURSESW_NCURSES_H
|
||||
#include <ncursesw/ncurses.h>
|
||||
@@ -1901,6 +1902,14 @@ cons_alert(void)
|
||||
}
|
||||
}
|
||||
|
||||
char*
|
||||
cons_get_string(ProfConsoleWin *conswin)
|
||||
{
|
||||
assert(conswin != NULL);
|
||||
|
||||
return strdup("Console");
|
||||
}
|
||||
|
||||
void
|
||||
cons_theme_colours(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user