summaryrefslogtreecommitdiffstats
path: root/src/mouse.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-09 20:09:23 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-09 20:09:23 +0100
commit6ed545e79735f23ff8e650bc2f0967e5a0baedc9 (patch)
tree1c77e4b188c34d68e91c5c93e62c668ce51ffc2f /src/mouse.c
parent921bde88804663a7cb825d7f7e8a5d8ae6b58650 (diff)
patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
Diffstat (limited to 'src/mouse.c')
-rw-r--r--src/mouse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mouse.c b/src/mouse.c
index 005b944a03..af9186d72f 100644
--- a/src/mouse.c
+++ b/src/mouse.c
@@ -2284,7 +2284,7 @@ check_termcode_mouse(
// ^----- column
// ^-------- code
//
- // \033[<%d;%d;%dm : mouse release event
+ // \033[<%d;%d;%dm : mouse release event
// ^-- row
// ^----- column
// ^-------- code
@@ -2565,9 +2565,9 @@ check_termcode_mouse(
* Pe, the event code indicates what event caused this report
* The following event codes are defined:
* 0 - request, the terminal received an explicit request for a
- * locator report, but the locator is unavailable
+ * locator report, but the locator is unavailable
* 1 - request, the terminal received an explicit request for a
- * locator report
+ * locator report
* 2 - left button down
* 3 - left button up
* 4 - middle button down