-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Windows 10 build has malfunctioning view #68
Comments
Could you specify the terminal emulator being used, did you try a different terminal under windows to see if the problem persists? |
using pwsh or cmd on windows 10 doesn't reproduce this error for me. |
I can not open it. PS C:\Users\123\Downloads\helix-v0.0.6-x86_64-windows> .\hx.exe
thread 'main' panicked at 'index out of bounds: the len is 3451 but the index is 3451', helix-tui\src\buffer.rs:185:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
@wangbyby Download a newer release (0.0.9) |
Yes, I use cmder. But that should be compatible with CMD. I will try CMD when I get to my PC |
OK, it seems to work on CMD, although ':' doesn't work so there's no way to quit Helix that I can find (it's even harder than Vim to do that lol). On ConEmu (which is used by cmder) it doesn't display properly. I wonder what the difference is. Vim works find on both types of console. |
#79 should fix ':' not working. I'll take a look at the display issue in cmder. |
I tried running it on the Windows build of Alacritty and the display did not work for that. Not sure about Alacritty on other OSes. |
ConEmu and alacritty (win 10) work fine for me. In cmder I get the same issue as above. Resetting the settings to the default ConEmu settings doesn't fix it. I'm guessing its got something to do with how clink is implemented in cmder. |
It seems that the first line is not rendered, and the status bar is rendered at the wrong place too.
The text was updated successfully, but these errors were encountered: