comparison src/gui.c @ 1137:26a577a823aa

updated for version 7.1a
author vimboss
date Sun, 06 May 2007 12:28:24 +0000
parents 6c4da3e24371
children 3acf7c922a04
comparison
equal deleted inserted replaced
1136:b5c914e467f7 1137:26a577a823aa
2712 gui_mch_stop_blink(); 2712 gui_mch_stop_blink();
2713 return retval; 2713 return retval;
2714 } 2714 }
2715 2715
2716 /* 2716 /*
2717 * Fill buffer with mouse coordinates encoded for check_termcode(). 2717 * Fill p[4] with mouse coordinates encoded for check_termcode().
2718 */ 2718 */
2719 static void 2719 static void
2720 fill_mouse_coord(p, col, row) 2720 fill_mouse_coord(p, col, row)
2721 char_u *p; 2721 char_u *p;
2722 int col; 2722 int col;