diff --git a/ChangeLog b/ChangeLog
index 9235ed9bdac607c9aa845fb6c8f75170aad41987..6d5d1c54ea9a9d052ff143557be016a9f6c59a8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -128,6 +128,8 @@ CVS code -
 	  (DLR)
 	- Rename variable selectedbackup to old_selected, for
 	  consistency. (DLR)
+	- Make mouse clicks in the browser window work properly when the
+	  MORE_SPACE flag is set. (DLR)
   save_history()
 	- Properly save history when in view mode. (DLR)
 - global.c:
diff --git a/src/files.c b/src/files.c
index 6e28b88c5a844a780d80837057ef5fbac3233aff..9eec78880ae1231192989ca108dfe555af22408c 100644
--- a/src/files.c
+++ b/src/files.c
@@ -2527,7 +2527,7 @@ char *do_browser(char *path, DIR *dir)
 		if (wenclose(edit, mevent.y, mevent.x)) {
 		    int old_selected = selected;
 
-		    mevent.y -= 2;
+		    mevent.y -= 2 - no_more_space();
 
 		    /* longest is the width of each column.  There are
 		     * two spaces between each column. */