From c224fc199c25dd257673c273eb344786b9bf532c Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sat, 7 Sep 1996 21:40:33 +0000 Subject: Initial import of vim 4.2. This is meant to replace nvi in the tree. Vim, in general, works better, provides more features, and does not suffer from the license problems being imposed upon nvi. On the other hand, vim lacks a non-visual ex mode, in addition to open mode. This includes the GUI (X11) code, but doesn't try to compile it. --- usr.bin/vim/proto/message.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 usr.bin/vim/proto/message.pro (limited to 'usr.bin/vim/proto/message.pro') diff --git a/usr.bin/vim/proto/message.pro b/usr.bin/vim/proto/message.pro new file mode 100644 index 00000000000..c0ba6843ab5 --- /dev/null +++ b/usr.bin/vim/proto/message.pro @@ -0,0 +1,22 @@ +/* $OpenBSD: message.pro,v 1.1 1996/09/07 21:40:29 downsj Exp $ */ +/* message.c */ +int msg __PARMS((char_u *s)); +int emsg __PARMS((char_u *s)); +int emsg2 __PARMS((char_u *s, char_u *a1)); +int emsgn __PARMS((char_u *s, long n)); +int msg_trunc __PARMS((char_u *s)); +void wait_return __PARMS((int redraw)); +void msg_start __PARMS((void)); +void msg_pos __PARMS((int row, int col)); +void msg_outchar __PARMS((int c)); +void msg_outnum __PARMS((long n)); +void msg_home_replace __PARMS((char_u *fname)); +int msg_outtrans __PARMS((register char_u *str)); +int msg_outtrans_len __PARMS((register char_u *str, register int len)); +int msg_outtrans_special __PARMS((register char_u *str, register int all)); +void msg_prt_line __PARMS((char_u *s)); +void msg_outstr __PARMS((char_u *s)); +void msg_moremsg __PARMS((int full)); +void msg_clr_eos __PARMS((void)); +int msg_end __PARMS((void)); +int msg_check __PARMS((void)); -- cgit v1.2.3