2017-12-12 21:42:41 +01:00
|
|
|
$NetBSD: patch-cg,v 1.3 2017/12/12 20:42:41 hauke Exp $
|
2001-12-20 10:19:53 +01:00
|
|
|
|
2009-12-10 21:35:56 +01:00
|
|
|
--- lib/libxview/ttysw/cim_change.c.orig 1993-06-29 05:17:12.000000000 +0000
|
|
|
|
+++ lib/libxview/ttysw/cim_change.c
|
2017-12-12 21:42:41 +01:00
|
|
|
@@ -17,15 +17,13 @@ static char sccsid[] = "@(#)cim_chan
|
2001-12-20 10:19:53 +01:00
|
|
|
#include <xview_private/i18n_impl.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <pixrect/pixrect.h>
|
|
|
|
-#include <xview_private/ttyansi.h>
|
|
|
|
#include <xview_private/charimage.h>
|
|
|
|
#include <xview_private/charscreen.h>
|
|
|
|
#include <xview_private/tty_impl.h>
|
|
|
|
+#include <xview_private/ttyansi.h>
|
|
|
|
|
|
|
|
char boldify;
|
|
|
|
|
2017-12-12 21:42:41 +01:00
|
|
|
-extern char *strcpy();
|
|
|
|
-
|
|
|
|
/* static */ void ttysw_roll();
|
|
|
|
static void reverse();
|
|
|
|
/* static */ void ttysw_swap();
|