summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-30 10:57:45 +0100
committerBram Moolenaar <Bram@vim.org>2022-03-30 10:57:45 +0100
commitb4ad3b0deac12674a7773311890b48fd39c6807c (patch)
treed5060ac163343dcbf75d07f32083405afb876dd9 /src/os_unix.c
parent46eea444d992c2ae985cabb775a5d283f8e16df3 (diff)
downloadvim-git-b4ad3b0deac12674a7773311890b48fd39c6807c.tar.gz
patch 8.2.4649: various formatting problemsv8.2.4649
Problem: Various formatting problems. Solution: Improve the code formatting.
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 5b516e0e8..826c9c0db 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -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)