Browse Source

Merge pull request #142 from jl777/jl777

sync jl777
pull/4/head
ca333 5 years ago
committed by GitHub
parent
commit
299a227fef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/cc/rogue/rogue.c

6
src/cc/rogue/rogue.c

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

Loading…
Cancel
Save