mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
537 B
Plaintext
17 lines
537 B
Plaintext
$NetBSD: patch-cg,v 1.2 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/ttysw/cim_change.c.orig 1993-06-29 05:17:12.000000000 +0000
|
|
+++ lib/libxview/ttysw/cim_change.c
|
|
@@ -17,10 +17,10 @@ static char sccsid[] = "@(#)cim_chan
|
|
#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;
|
|
|