aboutsummaryrefslogtreecommitdiff
path: root/games/nethack36/files/patch-win-tty-termcap.c
blob: e35b0c4395ba029076a044346c7f41f1f490cdcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- win/tty/termcap.c.orig	2015-11-11 10:05:22 UTC
+++ win/tty/termcap.c
@@ -206,10 +206,6 @@ int *wid, *hgt;
         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';