Files
nethack/win
nhmall 4e086caceb ensure tty_curs() behaves the same whether DEBUG defined or not
ensure tty_curs() behaves the same whether DEBUG defined or not
when it comes to positioning the cursor.

The return statement, in the debug case only, was preventing
the cursor from being moved following a range check, so the
next output was written whereever the cursor happened to be
previously.

The messaging that detects the failed range check will get
written in the DEBUG defined case hopefully allowing resolution
to the range check failure, but now the cmov will still
be attempted just as it is in the case where DEBUG is not
defined.
2018-03-11 23:29:06 -04:00
..
2018-03-10 21:48:22 +02:00
2017-09-26 10:04:25 +03:00
2017-09-26 10:04:25 +03:00
2015-12-16 17:52:34 -05:00
2017-09-26 10:04:25 +03:00
2017-10-16 10:35:36 +03:00
2017-11-02 23:41:55 +02:00