You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notepad.exe opens up. Input some text, and then save and close.
The content is correctly displayed on the terminal. But the TUI seems unfocused and no key or mouse event works anymore.
Also the default vi works fine on WSL and MacOS, but not on Windows.
I think the function OpenEditor returns correct result but something after that is not working.
I am not familiar with Go or tview and that's all the debug information I can provide for now.
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have a computer that runs Windows so I can't troubleshoot it. I'll have to leave this one open till I get the opportunity to test this myself
The editor I'm using is Notepad.exe.
How to reproduce:
tut
Also the default
vi
works fine on WSL and MacOS, but not on Windows.I think the function
OpenEditor
returns correct result but something after that is not working.I am not familiar with Go or tview and that's all the debug information I can provide for now.
The text was updated successfully, but these errors were encountered: