openbsd-ports/comms/minicom/patches/patch-window-c
form c5c73de58e Upgrade to 1.83.0.
Use INSTALL/DEINSTALL.
Fake.
2000-05-18 04:41:30 +00:00

14 lines
303 B
Plaintext

# $OpenBSD: patch-window-c,v 1.1 2000/05/18 04:41:32 form Exp $
--- window.c.orig Tue Aug 11 03:10:29 1998
+++ window.c Tue Aug 11 03:07:12 1998
@@ -104,7 +104,7 @@
int useattr = 1;
int dirflush = 1;
-extern int LINES, COLS;
+int LINES, COLS;
int usecolor = 0;
WIN *stdwin;
char *_tptr = CNULL;