mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
csi: secondary DA: do not pretend we're xterm
Previously, our secondary DA response indicated a) VT420, b) an XTerm version number. Now, we indicate VT220 (which corresponds to the primary DA response), and we report foot's version number as MMmmpp. I.e major, minor and patch versions, using two digits. E.g. 1.4.2 is encoded as 010402
This commit is contained in:
parent
cc60d3a670
commit
60984e7a24
3 changed files with 31 additions and 3 deletions
|
|
@ -16,6 +16,13 @@
|
|||
|
||||
* Primary DA to no longer indicate support for _Selective Erase_,
|
||||
_Technical Characters_ and _Terminal State Interrogation_.
|
||||
* Secondary DA to report foot as a VT220 instead of a VT420.
|
||||
* Secondary DA to report foot's version number in parameter 2, the
|
||||
_Firmware Version_. The string is made up of foot's major, minor and
|
||||
patch version numbers, always using two digits for each version
|
||||
number and without any other separating characters. Thus, _1.4.2_
|
||||
would be reported as `010402` (i.e. the full response would be
|
||||
`\E[>1;010402;0c`).
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue