comparison src/proto/misc2.pro @ 182:906b37d2f9c3 v7.0056

updated for version 7.0056
author vimboss
date Sun, 06 Mar 2005 23:42:22 +0000
parents 8c60f65311fa
children 8fa8d7964cf1
comparison
equal deleted inserted replaced
181:2aabb26a113f 182:906b37d2f9c3
50 int ga_grow __ARGS((garray_T *gap, int n)); 50 int ga_grow __ARGS((garray_T *gap, int n));
51 void ga_concat __ARGS((garray_T *gap, char_u *s)); 51 void ga_concat __ARGS((garray_T *gap, char_u *s));
52 void ga_append __ARGS((garray_T *gap, int c)); 52 void ga_append __ARGS((garray_T *gap, int c));
53 int name_to_mod_mask __ARGS((int c)); 53 int name_to_mod_mask __ARGS((int c));
54 int simplify_key __ARGS((int key, int *modifiers)); 54 int simplify_key __ARGS((int key, int *modifiers));
55 int handle_x_keys __ARGS((int key));
55 char_u *get_special_key_name __ARGS((int c, int modifiers)); 56 char_u *get_special_key_name __ARGS((int c, int modifiers));
56 int trans_special __ARGS((char_u **srcp, char_u *dst, int keycode)); 57 int trans_special __ARGS((char_u **srcp, char_u *dst, int keycode));
57 int find_special_key __ARGS((char_u **srcp, int *modp, int keycode)); 58 int find_special_key __ARGS((char_u **srcp, int *modp, int keycode));
58 int extract_modifiers __ARGS((int key, int *modp)); 59 int extract_modifiers __ARGS((int key, int *modp));
59 int find_special_key_in_table __ARGS((int c)); 60 int find_special_key_in_table __ARGS((int c));