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

Add ability to specify pty width/height/term #73

Open
eddawley opened this issue Jan 18, 2018 · 0 comments
Open

Add ability to specify pty width/height/term #73

eddawley opened this issue Jan 18, 2018 · 0 comments

Comments

@eddawley
Copy link

channel.get_pty() accepts width/height/term but spur does not provide any way to give them. This can cause some interactive apps (eg curses ones) to use the default dimensions which are quite small. TERM can at least be used in place of setting it on the pty but there is no easy equivalent for dimensions. Please add some mechanism to set the dimensions so that a caller can set them to match the current terminal's.

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

2 participants