0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.2.4649: various formatting problems

Problem:    Various formatting problems.
Solution:   Improve the code formatting.
This commit is contained in:
Bram Moolenaar
2022-03-30 10:57:45 +01:00
parent 46eea444d9
commit b4ad3b0dea
9 changed files with 33 additions and 32 deletions

View File

@@ -3762,7 +3762,7 @@ get_tty_info(int fd, ttyinfo_T *info)
static int mouse_ison = FALSE;
/*
* Set mouse clicks on or off.
* Set mouse clicks on or off and possible enable mouse movement events.
*/
void
mch_setmouse(int on)