davidrg / ckwin

Kermit 95 (C-Kermit for Windows and OS/2) - scriptable internet and serial communications with terminal emulation
Other
65 stars 17 forks source link

Alternate screen buffer #231

Open davidrg opened 1 year ago

davidrg commented 1 year ago

This might not be so hard as CKW already has multiple screen buffers - we just need to add another one and escape sequences to switch between the normal terminal buffer and the alternate one. The catch is the alternate one shouldn't have scrollback - that is probably where the difficulty lies.