VT132 and DRCS support #42
Frlee42
started this conversation in
VT132 terminal emulation
Replies: 1 comment 4 replies
-
Sort of the first suggestion, but the second also applies. The response is hard coded. I think the 22 is for color support (VT520/525 Programmers Reference Manual) I should probably add
Is this important & urgent ie. is it stopping you from using the DRCS feature? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understood that the latest VT132 firmware supports DRCS support (downloadable fonts). However, when I ask for a device report, using a primary DA exchange ( "CSI c" or "CSI 0 C"), I got the answer [?64;1;6;22c This means : Terminal Type 64, 132 column(1), selective erase(6) and 22 (no clue) , I'm missing '7', which indicates that the terminal has DRCS support. (see https://vt100.net/docs/vt220-rm/chapter4.html#T4-2 for a in-depth explanation).
It is maybe because DRCS is a kind of VT132 backport from the VT220 specs, the '7' is therefor omitted or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions