0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.4928: various white space and cosmetic mistakes

Problem:    Various white space and cosmetic mistakes.
Solution:   Change spaces to tabs, improve comments.
This commit is contained in:
Bram Moolenaar
2022-05-09 20:09:23 +01:00
parent 921bde8880
commit 6ed545e797
49 changed files with 164 additions and 159 deletions

View File

@@ -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