aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-hack::hack.termcap.c
blob: de8fd532021cb361488509acde036d22b747b00a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- hack/hack.termcap.c.orig	Sat Mar  6 22:18:53 2004
+++ hack/hack.termcap.c	Thu Mar 11 18:42:47 2004
@@ -35,7 +35,8 @@
 		flags.nonull = 1;
 	if(pc = tgetstr("pc", &tbufptr))
 		PC = *pc;
-	if(!(BC = tgetstr("bc", &tbufptr))) {
+	if(!(BC = tgetstr("bc", &tbufptr))
+	 &&!(BC = tgetstr("le", &tbufptr))) {
 		if(!tgetflag("bs"))
 			error("Terminal must backspace.");
 		BC = tbufptr;