pkgsrc/x11/xview-lib/patches/patch-cm
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

15 lines
448 B
Text

$NetBSD: patch-cm,v 1.1 2001/12/20 09:20:03 tron Exp $
--- lib/libxview/ttysw/ttyansi.c.orig Tue Jun 29 07:17:21 1993
+++ lib/libxview/ttysw/ttyansi.c Thu Dec 20 10:09:17 2001
@@ -31,6 +31,10 @@
#include <xview/sel_attrs.h>
+static int send_input_to_textsw();
+static int ansi_lf();
+static int ansi_char();
+
char *strncpy();
char *textsw_checkpoint_undo();
Textsw_index textsw_replace_i18n(), textsw_erase_i18n();