openbsd-ports/editors/se/patches/patch-src_edit_h
jturner 77526cd665 Import ports/editors/se. ok sthen@
se is a screen oriented version of the classic UNIX text editor ed. It
has a full visual interface allowing you to see the text you're editing.
It's command syntax will be very familiar to users who already know ed.

Some of se's additional features are, a built-in help system,
configurable options that can be loaded from a startup file, the ability
to be ran interactively or via the included scriptse utility, and
optional usage logging.
2013-05-04 15:13:47 +00:00

18 lines
526 B
Plaintext

$OpenBSD: patch-src_edit_h,v 1.1.1.1 2013/05/04 15:13:47 jturner Exp $
commit 7677b8ad51c5bbcae9dd08afb08d32e242d497ce
Author: James Turner <james@calminferno.net>
Date: Fri May 3 17:19:38 2013 -0400
--- src/edit.h.orig Fri May 3 22:24:46 2013
+++ src/edit.h Fri May 3 22:24:41 2013
@@ -31,7 +31,7 @@ int optpat(char lin[], int *i);
int ptscan(int way, int *num);
int settab(char str[]);
void serc(void);
-int serc_safe (char *path);
+FILE *serc_safe_open (char *path);
char *sysname(void);
void log_usage(void);