mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
$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;
|