Nice
Now I really want to hurry up with my mindcrafter
Now I really want to hurry up with my mindcrafter
C:\src\poscheng\poschengband [master]> git status # On branch master # Your branch is ahead of 'origin/master' by 3 commits. # (use "git push" to publish your local commits) # nothing to commit, working directory clean C:\src\poscheng\poschengband [master]> git push error: The requested URL returned error: 502 while accessing https://github.com/ poschengband/poschengband.git/info/refs?service=git-receive-pack fatal: HTTP request failed C:\src\poscheng\poschengband [master]>
main-gcu.c: In function `Term_xtra_gcu_alive': main-gcu.c:603: error: dereferencing pointer to incomplete type main-gcu.c:603: error: dereferencing pointer to incomplete type main-gcu.c: In function `Term_nuke_gcu': main-gcu.c:739: error: dereferencing pointer to incomplete type main-gcu.c:739: error: dereferencing pointer to incomplete type <builtin>: recipe for target `main-gcu.o' failed make: *** [main-gcu.o] Error 1
mvcur(curscr->_cury, curscr->_curx, LINES - 1, 0);
mvcur(getcury(curscr), getcurx(curscr), LINES - 1, 0);
Comment