mirror of
https://github.com/cs01/termpair.git
synced 2026-04-27 05:25:53 +03:00
[GH-ISSUE #62] auto-size browser terminal to match actual terminal upon initial connection #24
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cs01 on GitHub (Jul 11, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/62
Describe the bug
Upon intial connection, terminal size is hardcoded. Only when the unix terminal is resized is the actual size sent to the browser.
How to reproduce
Share a very large terminal and run
top. Observe it looks wrong.Expected behavior
Should have the correct size from the start.