mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
csi: implement XTVERSION (CSI > 0q)
This is a fairly new XTerm extension. The reply is on the format: DCS > | text ST XTerm replies with ‘text’ = “XTerm(366)”. Foot replies with ‘text’ = “foot(1.6.4)” Closes #359
This commit is contained in:
parent
efd023ad32
commit
3adc3367e6
2 changed files with 19 additions and 0 deletions
|
|
@ -301,6 +301,9 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/395).
|
||||
* Completions for Bash shell
|
||||
(https://codeberg.org/dnkl/foot/issues/10).
|
||||
* Implement `XTVERSION` (`CSI > 0q`). Foot will reply with
|
||||
`DCS>|foot(<major>.<minor>.<patch>)ST`
|
||||
(https://codeberg.org/dnkl/foot/issues/359).
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue