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
The issue seems to stem from nsf/termbox-go/issues/215 which is already several years old and is not getting fixed.
The project in fact is in maintenance mode:
"This library is somewhat not maintained anymore. " ... " If you're looking for a Go lib that provides terminal-based user interface facilities, I've heard that gdamore/tcell is good ..."
Ergo, to fix this issue the solution is probably to move away from termbox, perhaps to tcell.
A workaround in the meanwhile is to lie in .tmux.conf and use screen termcap, but this causes other issues:
set -g default-terminal screen-256color
The text was updated successfully, but these errors were encountered:
On latest 0.7.5:
The issue seems to stem from nsf/termbox-go/issues/215 which is already several years old and is not getting fixed.
The project in fact is in maintenance mode:
"This library is somewhat not maintained anymore. " ... " If you're looking for a Go lib that provides terminal-based user interface facilities, I've heard that gdamore/tcell is good ..."
Ergo, to fix this issue the solution is probably to move away from termbox, perhaps to tcell.
A workaround in the meanwhile is to lie in .tmux.conf and use screen termcap, but this causes other issues:
The text was updated successfully, but these errors were encountered: