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

Add parameter to adjust the screen size (rows x columns) #4

Closed crgimenes closed 11 months ago

crgimenes commented 11 months ago

Today the terminal window size is hardcoded, adding parameters to allow the terminal size to be adjusted server-side.

Without thermal resizing, that would be another option.