comparison src/proto/message.pro @ 679:e629de7618da

updated for version 7.0203
author vimboss
date Tue, 21 Feb 2006 22:04:51 +0000
parents 5ffc9de8bb26
children 6beb2c667935
comparison
equal deleted inserted replaced
678:93a1bf1cb633 679:e629de7618da
14 char_u *msg_may_trunc __ARGS((int force, char_u *s)); 14 char_u *msg_may_trunc __ARGS((int force, char_u *s));
15 int delete_first_msg __ARGS((void)); 15 int delete_first_msg __ARGS((void));
16 void ex_messages __ARGS((exarg_T *eap)); 16 void ex_messages __ARGS((exarg_T *eap));
17 void msg_end_prompt __ARGS((void)); 17 void msg_end_prompt __ARGS((void));
18 void wait_return __ARGS((int redraw)); 18 void wait_return __ARGS((int redraw));
19 void set_keep_msg __ARGS((char_u *s)); 19 void set_keep_msg __ARGS((char_u *s, int attr));
20 void set_keep_msg_from_hist __ARGS((void));
20 void msg_start __ARGS((void)); 21 void msg_start __ARGS((void));
21 void msg_starthere __ARGS((void)); 22 void msg_starthere __ARGS((void));
22 void msg_putchar __ARGS((int c)); 23 void msg_putchar __ARGS((int c));
23 void msg_putchar_attr __ARGS((int c, int attr)); 24 void msg_putchar_attr __ARGS((int c, int attr));
24 void msg_outnum __ARGS((long n)); 25 void msg_outnum __ARGS((long n));