summaryrefslogtreecommitdiffstats
path: root/hangman/prdata.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid messing up the display when too many letters are guessed at once.dholland2020-07-121-4/+12
| | | | | | | | 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@.
* Pass -Wstrict-overflowdholland2012-10-131-7/+6
|
* WARNS=5dholland2012-06-191-3/+3
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* WARNSify, KNFifylukem1997-10-111-7/+9
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+58