blob: bbb4a02f163c69da333377198c8ae5adecc3b82b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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();
|