-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
termui not displaying anything (on mingw) #222
Comments
FWIK there are no flags to enable verbosity for This might be related to PortableGit if this is what you are using. Did you try using any other environnement ? |
What terminal are you using ? Does other commands like |
Could you try another project using gocui to see if it's git-bug or not ? https://github.com/awesome-gocui/gocui#projects-using-gocui |
@a-hilaly i tried on official Git-2.23.0-64-bit.exe installation.. same issue.. @MichaelMure i'm not sure how to use gocui to test this issue.. none of them appears to offer a bash terminal.. Or do you mean to |
I mean install one project that use the gocui library (say, https://github.com/gulyasm/jsonui/releases) and test if it works properly. If not, it's likely that gocui is broken, not git-bug. |
So it's a gocui compatibility problem. Not much we can do here. You might want to open an issue at https://github.com/jroimartin/gocui (the original project) and https://github.com/awesome-gocui/gocui (a more maintained fork). |
Found a workaround for this issue: However the interactive UI gets sluggish after exiting the subprocess editor (e.g. create new bug, add comment) |
Closing as it's now a 3 year old ticket. Feel free to reopen if it's still a problem. |
tested git-bug.exe 0.5.0 (both 386, amd64) on win10 (x64) and win7 (x64)
Installation steps:
C:\PortableGit\
git-bug.exe
toC:\PortableGit\usr\local\bin\
git-bash.exe
(MinGW)git bug user create
git bug termui
<< nothing is shownAny flags to enable verbosity/debug to see what's wrong?
(Update 4 Oct)
winpty git bug termui
However the interactive UI get sluggish after exiting the subprocess editor (e.g. create new bug, add comment)
The text was updated successfully, but these errors were encountered: