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

Does not honor terminal resizes #1788

Open
stan-stripe opened this issue May 5, 2017 · 3 comments
Open

Does not honor terminal resizes #1788

stan-stripe opened this issue May 5, 2017 · 3 comments
Labels
👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself 🐛 Type: Bug Issue pertains to something wrong within Hyper

Comments

@stan-stripe
Copy link

stan-stripe commented May 5, 2017

  • OS version and name: Mac OS X Sierra
  • Hyper.app version: 1.3.1
  • Link of a Gist with the contents of your .hyper.js: default
  • Relevant information from devtools: N/A
  • The issue is reproducible in vanilla Hyper.app: Is Vanila

Issue

Hyper does not honor "\033[8;%d;%dt", rows, cols"
Hyper should emulate that sequence correctly and resize itself when receiving that command.

@Stanzilla Stanzilla mentioned this issue Nov 3, 2017
8 tasks
@Stanzilla Stanzilla added the 🐛 Type: Bug Issue pertains to something wrong within Hyper label Apr 24, 2018
@vladdeSV
Copy link

Are there any alternatives to resizing the terminal with a command?

@krabbypattified
Copy link

Are there any plugins that can fix this issue? Do we even know what's causing the issue?
@vladdeSV There is a manual command to resize that fixes this? What is it?
Also @stan-stripe how is this different from #476? If not, this should be closed.

@stan-stripe
Copy link
Author

@krabbypattified this is unrelated to #476. This (VT100?) command "\033[8;%d;%dt", rows, cols" allows an application to resize the terminal window it's running in.

@LabhanshAgrawal LabhanshAgrawal added the 👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself 🐛 Type: Bug Issue pertains to something wrong within Hyper
Projects
None yet
Development

No branches or pull requests

5 participants