summaryrefslogtreecommitdiffstats
path: root/games/nethack34/files/patch-win-tty-termcap.c
blob: 4305f60177063e3a7ad69b6e11a8fd4895832b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- win/tty/termcap.c.orig	Thu Jun 19 16:12:47 2003
+++ win/tty/termcap.c	Thu Jun 19 16:13:00 2003
@@ -217,10 +217,6 @@
 	    error("Terminal must backspace.");
 # else
 	    if(!(BC = Tgetstr("bc"))) {	/* termcap also uses bc/bs */
-#  ifndef MINIMAL_TERM
-		if(!tgetflag("bs"))
-			error("Terminal must backspace.");
-#  endif
 		BC = tbufptr;
 		tbufptr += 2;
 		*BC = '\b';
OpenPOWER on IntegriCloud