This commit is contained in:
jl777
2019-02-17 01:51:13 -11:00
parent 8824e836a7
commit 43edfb4ae2
4 changed files with 14 additions and 2 deletions

View File

@@ -544,9 +544,11 @@ tstp(int ignored)
fflush(stdout);
//wmove(curscr,oy,ox);
#ifndef __APPLE__
#ifndef BUILD_ROGUE
curscr->_cury = oy;
curscr->_curx = ox;
#endif
#endif
}
/*