summaryrefslogtreecommitdiff
path: root/japanese/nethack34/files/patch-minimal_term
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/nethack34/files/patch-minimal_term')
-rw-r--r--japanese/nethack34/files/patch-minimal_term16
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/nethack34/files/patch-minimal_term b/japanese/nethack34/files/patch-minimal_term
new file mode 100644
index 000000000000..824ad6da0627
--- /dev/null
+++ b/japanese/nethack34/files/patch-minimal_term
@@ -0,0 +1,16 @@
+
+$FreeBSD: /tmp/pcvs/ports/japanese/nethack34/files/patch-minimal_term,v 1.1 2003-06-20 12:25:08 knu Exp $
+
+--- 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';