summaryrefslogtreecommitdiff
path: root/ham/tnt/patches/patch-ad
blob: 82a3f550fc1199561cb4ffcd7839feacf640a712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.1 2007/12/09 13:08:44 obache Exp $

--- src/window.c.orig	2000-01-06 01:16:51.000000000 +0000
+++ src/window.c
@@ -90,6 +90,7 @@ int insertmode;
 int charconv;
 int xtermkeys;
 
+#define BC localBC /* BC is defined in /usr/include/termcap.h */
 /* Terminal capabilities */
 static char *AL, *DL, *IC, *DC, *WR;
 static char *CL, *CM, *CS, *IS, *BC;