diff src/os_unix.c @ 5905:662ae48e7e24 v7.4.295

updated for version 7.4.295 Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments.
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 20:19:58 +0200
parents e4cd5bb75029
children 63e7cc62402d
line wrap: on
line diff
--- 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