1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+ttysw+ttyansi.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

14 lines
437 B
C

--- ./lib/libxview/ttysw/ttyansi.c.orig Tue Jun 29 07:17:21 1993
+++ ./lib/libxview/ttysw/ttyansi.c Sat Apr 1 18:25:30 2000
@@ -31,6 +31,10 @@ static char sccsid[] = "@(#)ttyansi.
#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();