-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
k9s container shell broken since 0.24.3 for Windows 10 any shell (windows terminal, cmd.exe, cmder.exe, bash.exe) #1061
Comments
also broken on windows 8 using conemu |
@Slach Great details on this issue. Thank you Eugene! Not sure I got this. Can't repro since I don't have access to windows ;( |
@derailed maybe you can try to analyze something breaking changes in dependencies between 0.24.2 and 0.24.3? |
0.24.6 still broken but
and run
resolve my issue could you reopen this issue? |
@Slach Thanks for reporting back! Getting closer... Curious? Could you try downgrading tcell to v2.1.0 and keeping tview at v0.5.2. Does it work then? |
tview 0.5.2 require tcell 2.2.0+ so when I modify |
We are having the same issue (also working on windows). |
Hello there, I confirm that with the @Slach solution it works 👍 I made the changes in the go.mod file and then run the following :
(yes go build instead of make build, make was throwing errors -> windows hey 😒) I have a binary k9s.exe that does not have versioning but it works ! Hope it helps. |
@Slach @StraggleCraft @julien-hascoet @manuelneubergerwn You guys rock!! Thank you all for you feedback and inputs! |
@derailed screen restored properly, but cursor still hidden, so issue resolved partially |
@derailed screen doesn't broken anymore |
@derailed Yes, it seems the main problem is fixed. Thanks a lot. |
@manuelneubergerwn @StraggleCraft @julien-hascoet |
@manuelneubergerwn Thank you for your appreciation! Refreshing to see positive PR comments once in a while!! @Slach I was kind of happy to have fixed the main blocker ;( So I'll say more than partially fixed would be in order here?? Now dragging the 20 pound windows laptop |
It Works ! @derailed |
@Slach It seems that my curser is still missing when I run any shell in k9s. After leaving k9s every works fine. |
@manuelneubergerwn look to #1070 I agree lost cursor is not a show stopper bug, but it annoying bug which came from dependencies, and I think analyze changes inside dependencies can show us why cursor hidden |
@Slach same issue for me with the cursor on Windows. Windows Version: Tested with the default CMD and the Windows Terminal (1.6.10571.0) Feel free to ask for more informations or for testing. |
Describe the bug
When I open a shell in any container, k9s doesn't show cursor and broke whole k9s layout after exit from shell
To Reproduce
Steps to reproduce the behavior:
exit
commandExpected behavior
correct works with shell
Screenshots
v0.24.4 video https://recordit.co/ADY6TrH0Bq
v0.24.2 video on same machine and settings https://recordit.co/laPW7NJAp0
Versions (please complete the following information):
Additional context
It easy to reproduce with the same behavior (lost cursor, lost layout) inside cmd.exe and Windows Terminal 1.6 and 1.7 preview, and inside
cygwin bash
orcmder
orclink
The text was updated successfully, but these errors were encountered: