Added new window and layout types

This commit is contained in:
James Booth
2014-12-16 01:39:47 +00:00
parent 070547a7ff
commit 630fef015d
8 changed files with 466 additions and 389 deletions

View File

@@ -189,7 +189,7 @@ _cons_about(void)
cons_check_version(FALSE);
}
pnoutrefresh(console->win, 0, 0, 1, 0, rows-3, cols-1);
pnoutrefresh(console->layout->win, 0, 0, 1, 0, rows-3, cols-1);
cons_alert();
}