Skip to content
  • rswindell's avatar
    Bug-fix: From the text.dat Yes/No/Quit/Password entry (YNQP), the 'Q' character · aa709e2a
    rswindell authored
    was never used. This was intended to be a method for internationalization,
    letting the sysop change which key is used as the uiniversal "quit" key.
    This commit replaces most of the uses of the hard-coded 'Q' for quit wtih the
    3rd charcter in the text.dat YNQP string. Some hard-coded menus still have the
    'Q' key hard-coded and will need to be addressed later. The text.h YN index
    macro was changed to YNQP and the JS text index variable name will change
    as well.
    aa709e2a