mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0037
This commit is contained in:
@@ -5674,7 +5674,8 @@ display_errors()
|
||||
/*
|
||||
* Get current mouse coordinates in text window.
|
||||
*/
|
||||
void gui_mch_getmouse(int *x, int *y)
|
||||
void
|
||||
gui_mch_getmouse(int *x, int *y)
|
||||
{
|
||||
Point where;
|
||||
|
||||
|
Reference in New Issue
Block a user