summaryrefslogtreecommitdiff
path: root/usr.bin/vim/proto/message.pro
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-07 21:40:33 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-07 21:40:33 +0000
commitc224fc199c25dd257673c273eb344786b9bf532c (patch)
tree8f8ed1297120c537480d9e5d46bfe7452bd8505b /usr.bin/vim/proto/message.pro
parentd0d91e2d3d6569e4defdd5178241f28fa678d753 (diff)
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.
Diffstat (limited to 'usr.bin/vim/proto/message.pro')
-rw-r--r--usr.bin/vim/proto/message.pro22
1 files changed, 22 insertions, 0 deletions
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));