Files
nethack/win
PatR 86343af200 Qt: force 'toptenwin' option On
'toptenwin' defaults to false, so the high scores list at end of game
gets written to stdout by default.  stdout might be a bit bucket if
the game is started from a menu somewhere or from Explorer or Finder
or something comparable.  Even when started from a terminal, writing
to stdout is bad if running asynchronously ('nethack &').

Have Qt init force the 'toptenwin' option to true to show the high
scores in a pop-up text window.  The "since you were in wizard mode
your score is ignored" line also goes to a pop-up text window now too.
An extra <return> is needed to dismiss that when quitting if you go
through the full disclosure sequence.

'nethack -s' writes scores to stdout before interface initialization
takes place, so isn't affected by this change.  That's intentional so
that 'nethack -s > ~/myscores' can be used to capture the output.
2022-01-06 12:25:17 -08:00
..
2021-03-13 18:17:00 -08:00
2021-12-26 14:40:03 -08:00
2022-01-06 12:25:17 -08:00
2022-01-03 20:52:57 -05:00
2021-02-05 19:16:49 -05:00
2021-12-20 08:16:13 -08:00
2021-11-11 17:35:11 -06:00
2022-01-04 22:28:16 +02:00