-
Notifications
You must be signed in to change notification settings - Fork 39
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
[BUG] MinGW compatibility #43
Comments
I don't think we can make this possible in the current state of gocui due to the underlying library Termbox-Go, But... we are thinking about moving to another underlying library to be more further prove because Termbox-Go in not maintained and we have a lot of other small issues that are not solvable due to the use of Termbox-Go. Edit: |
Found a workaround for git-bug: But not sure what is the correct syntax for it to work in jsonui due to stdin piping
|
Ya that's a winpty bug |
Describe the bug
Unable to render UI when running in a MinGW environment
To Reproduce
git-bug
git bug user create
git bug termui
also see termui not displaying anything (on mingw) git-bug/git-bug#222
jsonui
cat test.json | ./jsonui_windows_amd64.exe
Expected behavior
Console UI is shown
Screenshots
Attached in reproduce
Environment (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: