]> granicus.if.org Git - vim/commitdiff
updated for version 7.1a
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:28:24 +0000 (12:28 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:28:24 +0000 (12:28 +0000)
src/gui.c
src/gui.h

index adca7fbe87dabd3bc93e9167a4676adfce71bfc0..a7ae72234252190617bf63cd757a0e99efacccf4 100644 (file)
--- a/src/gui.c
+++ b/src/gui.c
@@ -2714,7 +2714,7 @@ gui_wait_for_chars(wtime)
 }
 
 /*
- * Fill buffer with mouse coordinates encoded for check_termcode().
+ * Fill p[4] with mouse coordinates encoded for check_termcode().
  */
     static void
 fill_mouse_coord(p, col, row)
index 2e757b81ab6af0313e2a1a99189d2f7b613a4068..14b8d3fa3de23a6bf89c4eecb86d3b299656b139 100644 (file)
--- a/src/gui.h
+++ b/src/gui.h
 # define ALWAYS_USE_GUI
 #endif
 
+/*
+ * On some systems scrolling needs to be done right away instead of in the
+ * main loop.
+ */
 #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MAC) || defined(HAVE_GTK2)
 # define USE_ON_FLY_SCROLL
 #endif