]> granicus.if.org Git - nethack/commit
Fix YN function in Qt windowport compact mode (wasn't parsing properly).
authorwarwick <warwick>
Sun, 13 Jan 2002 00:33:02 +0000 (00:33 +0000)
committerwarwick <warwick>
Sun, 13 Jan 2002 00:33:02 +0000 (00:33 +0000)
commit15e5fc1a958db99e2a8ae60e3201e4b4010ca1de
treed5be7184da9d3dea7b3f0fe2486408b3ce687796
parente37ac867993c1ca312f9232ba0c8e0b2118f84e3
Fix YN function in Qt windowport compact mode (wasn't parsing properly).

Often, the yn_function "choices" parameter is not set, so for a non-keyboard
GUI (compact mode is for handheld computers with a stylus), the windowport
has to parse the prompt to find out the posible input choices. I got the
parsing wrong.
win/Qt/qt_win.cpp