# HG changeset patch # User vimboss # Date 1178454504 0 # Node ID 26a577a823aabc2698b072ee8af2b2557bda912b # Parent b5c914e467f7dc6a349601587320e491678f85fe updated for version 7.1a diff --git a/src/gui.c b/src/gui.c --- 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) diff --git a/src/gui.h b/src/gui.h --- a/src/gui.h +++ b/src/gui.h @@ -71,6 +71,10 @@ # 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