Merge pull request #142 from jl777/jl777

sync jl777
This commit is contained in:
ca333
2019-02-20 08:56:53 +01:00
committed by GitHub

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*/
}
/*