summaryrefslogtreecommitdiff
path: root/games/nethack34/files/patch-ah
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-06-19 14:20:34 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-06-19 14:20:34 +0000
commit91a7be6e44ae4353b9f78bbc4db732790c8ea906 (patch)
treec27ece00b96ed23b136a8aab24a4394b2b0bef38 /games/nethack34/files/patch-ah
parentAdd p5-enum 1.016, (diff)
Remove check for obsolete "bs" termcap attribute which is disappearing
from new termcap entries. Reported by: Guy Middleton <guy@obstruction.com>
Notes
Notes: svn path=/head/; revision=83319
Diffstat (limited to '')
-rw-r--r--games/nethack34/files/patch-ah16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/nethack34/files/patch-ah b/games/nethack34/files/patch-ah
new file mode 100644
index 000000000000..767df586d172
--- /dev/null
+++ b/games/nethack34/files/patch-ah
@@ -0,0 +1,16 @@
+
+$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';