freebsd-ports/games/nethack34/files/patch-ah
Christian Weisgerber 91a7be6e44 Remove check for obsolete "bs" termcap attribute which is disappearing
from new termcap entries.

Reported by:	Guy Middleton <guy@obstruction.com>
2003-06-19 14:20:34 +00:00

16 lines
390 B
Text

$FreeBSD$
--- 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';