Initial cursesd

This commit is contained in:
jl777
2019-02-17 00:46:28 -11:00
parent e225c54012
commit e3ccd36f0b
10 changed files with 465 additions and 139 deletions

View File

@@ -91,7 +91,9 @@ void rogueiterate(struct rogue_state *rs)
// Set up windows
if ( hw == NULL )
{
hw = newwin(LINES, COLS, 0, 0);
}
idlok(stdscr, TRUE);
idlok(hw, TRUE);
#ifdef MASTER