crgimenes / compterm

Versatile terminal sharing tool for educational, development, and nostalgic BBS experiences, optimized for Golang study groups and pair programming.
MIT License
11 stars 2 forks source link

Improved mterm, simplified cli client #17

Closed stdiopt closed 11 months ago

stdiopt commented 11 months ago

Added a couple of more escapes and some notes to implement some more.

Simplified the cli client for the time being to add a mterm usage sample, and the raw terminal was a bit laggy and doesn't handle ^C, we would need to handle exiting by also reading stdin and checking \x03 (ctrl+c) in the buffer