From: David Lawrence Ramsey Date: Thu, 28 Jun 2007 18:31:13 +0000 (+0000) Subject: comment fix X-Git-Tag: v2.0.7~84 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=5ba7dfaafa81e2e7f18e067f02057ce5dd138f6d;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_2_0_branch/nano@4117 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/winio.c b/src/winio.c index b329f5c5..1fbb19d0 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1648,7 +1648,7 @@ int get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts) *mouse_x = mevent.x; *mouse_y = mevent.y; - /* Handle clicks/releases of the first mouse button. */ + /* Handle releases/clicks of the first mouse button. */ if (mevent.bstate & (BUTTON1_RELEASED | BUTTON1_CLICKED)) { /* If we're allowing shortcuts, the current shortcut list is * being displayed on the last two lines of the screen, and the