vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Does not honor terminal resizes #1788

Open stan-stripe opened 7 years ago

stan-stripe commented 7 years ago

Issue

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

vladdeSV commented 5 years ago

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

krabbypattified commented 5 years ago

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 commented 5 years ago

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