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
I get an Invalid handle panic during Init() when it calls clear() on Wine. There are several issues filed that look similar, but which occur in different places. This may be specific to Wine.
The closest issue appears to be #125, although the work-around in that ticket uses hiding the cursor, and Init() hides the cursor before calling clear() so it may be unrelated.
#199 is a panic on Close(); #217 is far past Init(); #174 indicates that termbox-go uses the native Windows API, which might point to the issue when running under Wine.
The text was updated successfully, but these errors were encountered:
I get an
Invalid handle
panic duringInit()
when it callsclear()
on Wine. There are several issues filed that look similar, but which occur in different places. This may be specific to Wine.The closest issue appears to be #125, although the work-around in that ticket uses hiding the cursor, and
Init()
hides the cursor before callingclear()
so it may be unrelated.#199 is a panic on
Close()
; #217 is far pastInit()
; #174 indicates that termbox-go uses the native Windows API, which might point to the issue when running under Wine.The text was updated successfully, but these errors were encountered: