commit | b4ad3b0deac12674a7773311890b48fd39c6807c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 10:57:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 10:57:45 2022 +0100 |
tree | d5060ac163343dcbf75d07f32083405afb876dd9 | |
parent | 46eea444d992c2ae985cabb775a5d283f8e16df3 [diff] [blame] |
patch 8.2.4649: various formatting problems Problem: Various formatting problems. Solution: Improve the code formatting.
diff --git a/src/os_unix.c b/src/os_unix.c index 5b516e0..826c9c0 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -3762,7 +3762,7 @@ 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)