This is preliminary documentation for an upcoming version of Kermit 95 (3.0.0 Beta.8).
You may want to view the same page for the current version of Kermit 95 instead.
 

ADDS Regent 25 Emulation

Kermit 95 v3.0 adds experimental ADDS Regent 25 emulation. This was written based on available documentation only with no access to a real terminal or Regent 25 software for testing. As a result, the emulation may be imperfect, but it should be at least compatible with the REGENT25 termcap / terminfo entry. To use it, select the ADDS25 terminal type: SET TERMINAL TYPE ADDS25

If you have access to a real ADDS Regent 25 and find a bug in Kermit 95s emulation, or if you need one of the features Kermit 95 doesn't currently implement, please log a bug/feature request so it can be corrected.

The following Regent 25 features are not emulated at this time:

Relevant Settings

Audible Key Feedback
Use the Keyclick option in the Actions menu (k95g), or the \Kkeyclick kverb (Ctrl+Shift+Enter by default)
Auto scroll on/off
Use SET TERMINAL AUTOSCROLL { ON, OFF }
Auto line feed
Use SET TERMINAL NEWLINE-MODE ON
Cursor Display
Use SET TERMINAL CURSOR { BLOCK, UNDERLINE } { BLINK, NOBLINK }
Keyboard Lock (Normal / ADDS Consul 580 Compatibility)
No setting available; both options are supported at all times.


Click Back on your Browser's Toolbar to return.