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.
Fix issue #873 #892
Fix issue #873 #892
Conversation
Nice one. Thanks! |
just as a footnote in case anyone is debating whether they need this, I can say for certain that it does affect some Linux systems. tested on Gentoo 17.0 (yeah, I really should update to 17.1, I know) |
The issue described a crash when opening a previously closed tty instance. The issue appeared to be windows specific, as when I tested this on my raspberry pi the issue did not occur. All I did was add a try catch block where the terminal gets resized and ignore the error, which appeared to fix the issue.