tty_askname() fix [#if UNIX || VMS]

Typing a response at the "Who are you?" prompt didn't allow digits in
the character's name under Unix and VMS; something like "arc15" came out
as "arc__".  This allows them to be used anywhere except for the first
character.  "arc15" now works; "15arc" ends up as "_5arc" so that there
still won't be a leading digit abutting the uid value when they're joined
to form the save file name.
This commit is contained in:
nethack.rankin
2006-12-12 05:15:07 +00:00
parent 0db19f1c96
commit f16db6f5f6
2 changed files with 6 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ tty: when loading user's run-time configuration, explicitly negating one of
to regular ASCII and left the earlier option inaccurately set to "on"
unix: remove use of parentheses in nethack man page usage that confused a
man page conversion tool
unix,vms: allow digits after first character in name at "Who are you?" prompt
winCE: disable processing of double-click messages if the first click
causes map to scroll
Windows, probably MSDOS and OS/2: attempting to use very first false rumor