fix: typos in documentation

This commit is contained in:
shfc 2025-12-14 22:42:24 +10:30
parent 399354cbe5
commit 51a08d23cd
No known key found for this signature in database
GPG key ID: 6D419AE27E959CA4
11 changed files with 14 additions and 14 deletions

View file

@ -35,7 +35,7 @@ Reporting when the mouse leaves the window
----------------------------------------------
kitty extends the SGR Pixel mouse reporting protocol created by xterm to
also report when the mouse leaves the window. This is event is delivered
also report when the mouse leaves the window. This event is delivered
encoded as a normal SGR pixel event except that the eight bit is set on the
first number. Additionally, bit 5 is set to indicate this is a motion related event.
The remaining bits 1-7 (except 5) are used to encode button and modifier information.