From 24dc230871258018d2a6a616039283cb7f17684d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 13 May 2014 20:19:58 +0200 Subject: updated for version 7.4.295 Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments. --- src/os_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_unix.c') diff --git a/src/os_unix.c b/src/os_unix.c index b735a13bb..65ce68560 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -3783,7 +3783,7 @@ check_mouse_termcode() del_mouse_termcode(KS_URXVT_MOUSE); # endif # ifdef FEAT_MOUSE_SGR - /* same as the dec mouse */ + /* There is no conflict with xterm mouse */ if (use_xterm_mouse() == 4 # ifdef FEAT_GUI && !gui.in_use -- cgit v1.2.3