Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ADDS Regent 200 Emulation #430

Open
1 of 29 tasks
davidrg opened this issue Jan 17, 2025 · 0 comments
Open
1 of 29 tasks

ADDS Regent 200 Emulation #430

davidrg opened this issue Jan 17, 2025 · 0 comments
Labels
feature terminal-emulation Updates to existing emulations, or addition of new ones

Comments

@davidrg
Copy link
Owner

davidrg commented Jan 17, 2025

Regent 200

This is largely a superset of the Regent 25.

Documentation: On Bitsavers

Implemented:

  • Function keys
  • Page Mode: ESC U
  • Message Mode: ESC u
  • Local Mode: ESC t
  • Online Mode: ESC T
  • Form Generation Mode: ESC R
  • Set Line Drawing Mode: ESC 1
  • Exit Line Drawing Mode: ESC 2
  • Tab - move to first position in next unprotected field: HT
  • Back Tab: ESC 0
  • Status Message: ESC ENQ
  • Transmit: ESC DC1
  • Reset terminal: ESC s
  • Print Local (variable and Null): ESC X
  • Print Local (All): ESC x
  • Underline Video: ESC NULL `
  • Reverse Video: ESC NULL P
  • Blink: ESC NULL B
  • Half Intensity: ESC NULL A
  • Set Video Attribute: ESC NULL
  • Erase Variable Data: ESC G
  • Erase Field: ESC K
  • Set Aux Port Baud Rate: ESC A X - this should be consumed and ignored

Option Package:

  • Delete Character (inline): ESC E
  • Delete Character (Page): ESC e
  • Insert Character (Inline): ESC F
  • Insert Character (Page): ESC f
  • Delete Line: ESC 1
  • Insert Line: ESC M
@davidrg davidrg added feature terminal-emulation Updates to existing emulations, or addition of new ones labels Jan 17, 2025
@davidrg davidrg added this to the Some Future Release milestone Jan 17, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature terminal-emulation Updates to existing emulations, or addition of new ones
Projects
None yet
Development

No branches or pull requests

1 participant