mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: secondary DA: fix comment; we don't use an XTerm version number
This commit is contained in:
parent
53e8fbbdec
commit
42e04c5c87
1 changed files with 4 additions and 4 deletions
8
csi.c
8
csi.c
|
|
@ -1644,10 +1644,10 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
* 64 - vt520
|
* 64 - vt520
|
||||||
* 65 - vt525
|
* 65 - vt525
|
||||||
*
|
*
|
||||||
* Param 2 - firmware version
|
* Param 2 - firmware version xterm uses its version
|
||||||
* xterm uses its version number. We use an xterm
|
* number. We do to, in the format "MAJORMINORPATCH",
|
||||||
* version number too, since e.g. Emacs uses this to
|
* where all three version numbers are always two
|
||||||
* determine level of support.
|
* digits. So e.g. 1.25.0 is reported as 012500.
|
||||||
*
|
*
|
||||||
* We report ourselves as a VT220. This must be
|
* We report ourselves as a VT220. This must be
|
||||||
* synchronized with the primary DA response.
|
* synchronized with the primary DA response.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue