Hyper: Does not honor terminal resizes

Created on 5 May 2017  路  3Comments  路  Source: vercel/hyper

  • 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.

Bug 馃憜 Is Upstream

Most helpful comment

@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.

All 3 comments

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

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.

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

legomushroom picture legomushroom  路  3Comments

yvan-sraka picture yvan-sraka  路  3Comments

leo picture leo  路  3Comments

juicygoose picture juicygoose  路  3Comments

cooperpellaton picture cooperpellaton  路  3Comments