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
This issue is due to a termbox issue (nsf/termbox-go#215) which I suggested to fix in nsf/termbox-go#216 but @nsf said that termbox is no longer maintained and that tcell is a recommended replacement. Gopass uses termbox inderectly - via gocui which also acts as unmaintained according to it's PRs. Because of all that, I patched termbox in my own fork and patched gocui and gopass to use my own fork at https://github.com/doronbehar/gopass/tree/doronbehar-termbox and I experience this error no more.
I'm getting this error with
gopass create
:Which is what's reported in #1072.
This issue is due to a termbox issue (nsf/termbox-go#215) which I suggested to fix in nsf/termbox-go#216 but
@nsf
said that termbox is no longer maintained and that tcell is a recommended replacement. Gopass uses termbox inderectly - via gocui which also acts as unmaintained according to it's PRs. Because of all that, I patched termbox in my own fork and patched gocui and gopass to use my own fork at https://github.com/doronbehar/gopass/tree/doronbehar-termbox and I experience this error no more.Would you be willing to consider switching to my fork of termbox until a replacement for it will be written? I can send a PR straight from https://github.com/doronbehar/gopass/tree/doronbehar-termbox .
Regards.
The text was updated successfully, but these errors were encountered: