Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Calling `XTerm.fit` with a non-visable terminal results in thrown error #3118
Comments
|
The API is a little more strict now and will throw invalid values instead of silently failing. This is kind of by design, but we could either throw a more descriptive error instead of passing invalid values to |
Details
Steps to reproduce
FitAddoncallfit()This API only accepts integerserror.Seems like this has regressed from #525 but that was over 3 years ago (with at least one major refactor) so I couldn't find when this happened.