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

Resizing window should update terminal display #476

Closed
dotlouis opened this issue Jul 28, 2016 · 31 comments
Closed

Resizing window should update terminal display #476

dotlouis opened this issue Jul 28, 2016 · 31 comments
Labels
help wanted Contributions wanted towards the issue 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper

Comments

@dotlouis
Copy link

As a GIF is worth a thousand words:

Default OSX terminal:
terminal-resize

Hyperterm:
hyperterm-resize

@timothyis timothyis added 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper help wanted Contributions wanted towards the issue 💛 Priority: Medium Issue isn't of the highest priority but still important labels Jul 28, 2016
@sifex
Copy link

sifex commented Sep 12, 2016

Any update on this?

@matheuss matheuss added ❣️ Priority: High Issue is of High priority and removed 💛 Priority: Medium Issue isn't of the highest priority but still important labels Oct 8, 2016
@matheuss
Copy link
Member

matheuss commented Oct 8, 2016

Bumped to high since this is very annoying 😛

@ghost
Copy link

ghost commented Dec 12, 2016

I think this issue is related to an issue I noticed with panes (#56), so +1.

[...w]hen my window manager (amethyst) shrinks Hyper, it seems like it doesn't redraw, so the lower pane gets hidden. My work-around is to do a quick CMD+SH+D + CMD+W, but that hinges on remembering a pane just got hidden.

@sifex
Copy link

sifex commented Dec 12, 2016

@realogicbcleary Yea, because Hyper uses divs/containers (I'm not too sure, but some sort of HTML Block) for each line, instead of just one block. Might have a look how to reflow before Christmas.

@ghost
Copy link

ghost commented Dec 12, 2016

@sifex Mine isn't really reflow issue -- rather a more basic window.onResize(redraw) type thing -- but I think it'll be resolved as a subset of this issue.

@wmertens
Copy link

@realogicbcleary I think your issue is separate. This reflow issue is about redrawing all the visible lines so they match the screen width, as well as storing the history in such a way that that is possible. Your issue sounds like a missing resize event…

@matheuss matheuss added ‼️ Priority: OMG Maximum Issue needs to be seen to immediately. Like now. Please. ⚠️ 🐛 Type: Bug Issue pertains to something wrong within Hyper and removed ❣️ Priority: High Issue is of High priority 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper labels Jan 15, 2017
@virtualbeck
Copy link

Is there still a pulse on this issue?

@malonehedges
Copy link

Haven't spent much time with the source code here, but it seems like this could be fixed using the line-overflow="true" property on x-rows.

screenshot

@liwsakilive
Copy link

If OS windows 10 ?

@baptistebriel
Copy link

+1

2 similar comments
@pmespresso
Copy link

+1

@DreierF
Copy link

DreierF commented Aug 1, 2017

+1

@malonehedges
Copy link

@matheuss is there any development on this? Accepting PRs?

@epan
Copy link

epan commented Aug 24, 2017

@malonehedges the issue is labeled Priority: OMG Maximum and Status: Help Wanted can you save us 💃

@Stanzilla Stanzilla mentioned this issue Nov 3, 2017
8 tasks
@tjfwalker
Copy link

tjfwalker commented Dec 27, 2017

[pokes issue #476 with a stick]
I can't tell. Is it dead or alive? It's not moving.

ヾ(×_× ) ツ

@chabou chabou added 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper and removed ‼️ Priority: OMG Maximum Issue needs to be seen to immediately. Like now. Please. ⚠️ 🐛 Type: Bug Issue pertains to something wrong within Hyper labels Mar 18, 2018
@esthercuan
Copy link

Still nothing?

@malonehedges
Copy link

To clarify, not currently working on this. Don't have the time right now

Still very much in support of this issue though, this is a deal killer for me when I get a stacktrace logged in a small window.

@controversial
Copy link

Is this planned, even with xterm in Hyper 2.0?

@dontsave
Copy link

dontsave commented Oct 4, 2018

Checking out Hyper for the first time and I have to say that while it's a very cool terminal, it's kind of shocking that it fails to properly resize previous output. This should be a very high priority fix

@bwobst
Copy link

bwobst commented Oct 24, 2018

I'd love to use Hyper but not having this feature is a deal breaker.

@gixlg
Copy link

gixlg commented Oct 25, 2018

I'd love to use Hyper but not having this feature is a deal breaker.

Same here.

@ClearCarbon
Copy link

I think hyper is beautiful terminal and I've been watching this issue for a long time, its the last thing I'd need fixing before switching to it.

@jmordica
Copy link

jmordica commented Dec 5, 2018

Love Hyper! Don't love window resize issue.

@jubby2000
Copy link

I was forced to move to iTerm because of this issue - but would love to come back. Any progress here?

@ppot
Copy link
Contributor

ppot commented Mar 16, 2019

@jubby2000 this is now integrated onto xtemrjs which will be available into future releases.

@nervewax
Copy link

nervewax commented May 7, 2019

After updating to 3.0.0 it's looking like this is now fixed, thanks to whoever did the hard work and sorted this 👌✨

@gabrielseibel1
Copy link

gabrielseibel1 commented May 7, 2019

Using 3.0.0 on W10 and the bug is still there 😞

EDIT: Apparently my issue is #1566.

@ppot
Copy link
Contributor

ppot commented May 8, 2019

@gabrielseibel1 did you install or update?

@gabrielseibel1
Copy link

@ppot Fresh install. First time ever using Hyper.

@gabrielseibel1
Copy link

@ppot I actually have #1566, not this one.

@bwobst
Copy link

bwobst commented May 17, 2019

This is fixed now in 3.0.2.

@ppot ppot closed this as completed May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contributions wanted towards the issue 🎨 Type: Enhancement Issue or PR is an enhancement request/proposal for Hyper
Projects
None yet
Development

No branches or pull requests