Subject: CVS commit: [netbsd-4] src/games/hack
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/21/2007 16:36:28
Module Name:	src
Committed By:	bouyer
Date:		Sun Jan 21 16:36:28 UTC 2007

Modified Files:
	src/games/hack [netbsd-4]: hack.termcap.c

Log Message:
Pull up following revision(s) (requested by chuck in ticket #375):
	games/hack/hack.termcap.c: revisions 1.14 - 1.15
fixes problem introduced in 1.13 where the setting of "BC" (backspace char)
was left to libterm rather than being done by hack itself.  the problem
with this was that hack was directly setting BC to \b if there was no
"bc" in the termcap entry, but libterm does not do this.   this resulted in
the xputs(BC) calls in nocmov() and backsp() incorrectly doing nothing, thus
messing up the display.  added new var BC_BS to provide the old behavior
for nocmov() and backsp().


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.4.1 src/games/hack/hack.termcap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.