Remove OS specific

This commit is contained in:
jl777
2019-02-19 16:57:07 -11:00
parent e027678ec2
commit 619c92a1ac

View File

@@ -548,13 +548,13 @@ tstp(int ignored)
getyx(curscr, y, x);
mvcur(y, x, oy, ox);
fflush(stdout);
//wmove(curscr,oy,ox);
#ifndef __APPLE__
wmove(curscr,oy,ox);
/*#ifndef __APPLE__
#ifndef BUILD_ROGUE
curscr->_cury = oy;
curscr->_curx = ox;
#endif
#endif
#endif*/x
}
/*