NetBSD/games/hangman
dholland 7ca3fbbe70 Avoid messing up the display when too many letters are guessed at once.
The field to put them in was made 26 characters wide... but includes
the string "Guessed: ". So if you get to 17 it wraps to the next line
and clreol()'s it. Instead, when reaching this point step on the
"Guessed:" string instead.

Reported by phil@.
2020-07-12 02:34:54 +00:00
..
Makefile
endgame.c
extern.c
getguess.c
getword.c
hangman.6
hangman.h
main.c
pathnames.h
playgame.c
prdata.c
prman.c
prword.c
setup.c