vercel / hyper

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

Hyper terminal window title merges with window contols #3295

Open gupta-ji6 opened 5 years ago

gupta-ji6 commented 5 years ago

Issue

The title of the terminal window gets merged with window controls (minimize window, maximise window, close window) if its length is large. See screenshot below for visual inspection.

hyper

This seems like a good-first-issue and I myself would like to work on it, if someone guides me through it. It would be my first contribution to hyper repository. Thank you in advance.

robertgrzonka commented 5 years ago

Please remove quotes from showWindowControls: 'true' in your .hyper.js, because it's boolean, not string. This should helps: showWindowControls: true.

gupta-ji6 commented 5 years ago

I removed them but the problem still persists.

Screenshot

evilprince2009 commented 2 years ago

I removed them but the problem still persists.

Screenshot

Hello there, I have the same issue. Did you find a solution ? If yes , please share.

gupta-ji6 commented 2 years ago

Hello there, I have the same issue. Did you find a solution ? If yes , please share.

hey @evilprince2009, I switched to Windows Terminal for now & haven't used Hyper recently. No, I didn't get a solution for this problem. 😬