mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
fix xtshiftescape docs
This commit is contained in:
@ -7,7 +7,7 @@ import VTSequence from "@/components/VTSequence";
|
||||
Configure whether mouse reports are allowed to capture the `shift` modifier.
|
||||
|
||||
The parameter `n` must be an integer equal to 0 or 1. If `n` is omitted,
|
||||
`n` defaults to 1. If `n` is an invalid value, this sequence does nothing.
|
||||
`n` defaults to 0. If `n` is an invalid value, this sequence does nothing.
|
||||
|
||||
When a terminal program requests [mouse reporting](#TODO), some mouse
|
||||
reporting modes also report the modifier keys that are pressed (control, shift,
|
||||
|
Reference in New Issue
Block a user