You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminfo usually (never?) includes an entry for Kermit 95 or C-Kermit for Windows. This makes it difficult to report the full capabilities of the CKW terminal emulator. We're limited to masquerading as some other often less capable terminal/terminal emulator that does have a terminfo entry. At the moment that mostly means claiming to be the Linux console terminal (set term type linux), but that doesn't cover all the features CKW supports or might like to support.
Of the terminals terminfo usually knows about, xterm is the most capable. Being able to claim to be xterm might result in better use of CKWs feature set.
In order to claim xterm emulation though, we'd have to actually implement most/all the various extra escape sequences xterm implements. This means implementing implementing a good chunk of the following (ReGIS and Tektronix probably aren't too necessary):
terminfo usually (never?) includes an entry for Kermit 95 or C-Kermit for Windows. This makes it difficult to report the full capabilities of the CKW terminal emulator. We're limited to masquerading as some other often less capable terminal/terminal emulator that does have a terminfo entry. At the moment that mostly means claiming to be the Linux console terminal (
set term type linux
), but that doesn't cover all the features CKW supports or might like to support.Of the terminals terminfo usually knows about, xterm is the most capable. Being able to claim to be xterm might result in better use of CKWs feature set.
In order to claim xterm emulation though, we'd have to actually implement most/all the various extra escape sequences xterm implements. This means implementing implementing a good chunk of the following (ReGIS and Tektronix probably aren't too necessary):
And probably many more.
The text was updated successfully, but these errors were encountered: