Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set terminal size before launching program. #122

Closed
scraperdragon opened this issue Oct 8, 2014 · 2 comments
Closed

Unable to set terminal size before launching program. #122

scraperdragon opened this issue Oct 8, 2014 · 2 comments

Comments

@scraperdragon
Copy link

The program I'm launching with pexpect.spawn (adom) checks the size of the terminal is at least 77x25 at startup. This can be fixed by modifying all occurrences of 24 in pexpect__init__.py to 25, but ideally this should be customisable.

@takluyver
Copy link
Member

Yep, that seems sensible.

@jquast
Copy link
Member

jquast commented Sep 21, 2015

Superseded by PR #247

@jquast jquast closed this as completed Sep 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants