VT100 control codes and minicom [message #9402] |
Mon, 22 November 2021 20:23  |
curbie
Messages: 55 Registered: June 2021
|
Member |
|
|
Has anyone tried VT100 control codes on minicom? Before I start testing, I thought I'd ask if anyone else has already tried this?
Curbie
|
|
|
|
Re: VT100 control codes and minicom [message #9406 is a reply to message #9405] |
Tue, 23 November 2021 10:16   |
curbie
Messages: 55 Registered: June 2021
|
Member |
|
|
Hi Roger,
Control codes for terminals (like the VT100) are terminal functions accessed by user programs, that do things like clear screen, cursor home, cursor return, cursor up/down/left/right/, lock or unlock keyboard, erase to end of line/screen, low/normal intensity, position cursor... The minicom default is VT102 (almost same), question is does minicom's implementation of the VT102 emulation include Control codes for theVT102?
Curbie
|
|
|
Re: VT100 control codes and minicom [message #9407 is a reply to message #9406] |
Tue, 23 November 2021 10:54   |
mikemac
Messages: 250 Registered: March 2017
|
Senior Member |
|
|
vt100.c has a state machine to interpret "vt102" escape sequences and windows.c outputs translated escape sequences that match your controlling terminal's emulation using the "TERM" environment variable.
It claims:
* It's not a "real" vt102 emulator - it's more than that:
* somewhere between vt220 and vt420 in commands.
Mike
[Updated on: Tue, 23 November 2021 10:57] Report message to a moderator
|
|
|
|