Fix proposeDimensions error by checking terminal readiness first

Add isTerminalReady() check before calling fitAddon.proposeDimensions()
in the initial fit loop to prevent 'viewport.scrollBarWidth' TypeError
when terminal is not fully initialized.
This commit is contained in:
GitHub Copilot
2026-01-28 00:39:37 +00:00
parent a3b0d46fa8
commit 8ee6f2d605
6 changed files with 505 additions and 14775 deletions
+4
View File
@@ -0,0 +1,4 @@
Use the Makefile to run linting, testing, and builds.
Aim for good test coverage.
Review tests periodically with a view to consolidate/parameterize and remove redundancy.
Debug issues systematically. Search for and review documentation as needed.