aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index 31653960ef..3e677a1379 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -837,7 +837,7 @@ void check_mouse_termcode()
}
} else
del_mouse_termcode(KS_URXVT_MOUSE);
- /* same as the dec mouse */
+ /* There is no conflict with xterm mouse */
if (use_xterm_mouse() == 4
) {
set_mouse_termcode(KS_SGR_MOUSE, (char_u *)(term_is_8bit(T_NAME)