Files
nethack/win/tty
PatR 2e5818d803 tty build warning
Use casts to try to suppress a couple of assignments of long to short
that Michael's compiler warns about.  'cw->maxrow' might have a value
that's too big for 'short' (when dealing with really big menus), but
'cw->maxcol' never will (unless someone comes up with a terminal or
emulator that's wider that 32K-1 characters...).
2015-11-13 01:12:43 -08:00
..
2015-05-25 09:21:31 +09:00
2015-05-09 13:43:16 -04:00
2015-11-13 01:12:43 -08:00