Problem with write long text/command in console. Hyper does not jump to a new line
See original GitHub issue-
I am on the latest Hyper.app version
-
I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: Windows 10 Version 1703 Build 15063.332
-
Hyper.app version: 1.3.3
-
Link of a Gist with the contents of your .hyper.js: https://gist.github.com/Zx-EvM/972184c95f9eb17da34883955f7c345f
-
Relevant information from devtools: N/A
-
The issue is reproducible in vanilla Hyper.app:
Is Vanilla
Issue
I record a gif to show what happens when I write long text or command in console:
I use Windows 10 Subsystem for Linux and ZSh.
My .bashrc
file on gist https://gist.github.com/Zx-EvM/d7690301fca4df0fa9b5b1b40ffd1c55#file-bashrc-L5
So, when I run hyper I get the ZSh shell on startup. But if I use default Windows CMD in .hyper.js
config:
shell: 'C:\\Windows\\System32\\cmd.exe',
and run bash/zsh manually by using bash
command this issue not present (not present with default bash shell and not present with ZSh shell).
I was try to reproducible this without any hyper plugins and nothing changed, also try to disable ZSh on startup.
Edit:
My screen resolution 1920x1080
.
In my config I have windowSize: [1171, 688],
. If I set a lower resolution, for example: windowSize: [770, 470],
this issue not present.
But it will be cool if in the future it will be fixed.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:11 (1 by maintainers)
I’m seeing the same issue.
macOS sierra 10.12.6 hyper 2.0.0
happens to me too on 3.3.0 stable.