Skip to content
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

Switch from gocui to tview #261

Open
docwhat opened this issue Dec 11, 2019 · 1 comment
Open

Switch from gocui to tview #261

docwhat opened this issue Dec 11, 2019 · 1 comment

Comments

@docwhat
Copy link

docwhat commented Dec 11, 2019

The gocui seems to be dead (no activity for 2 years) and is built on termbox-go which is unsupported now.

The new hotness seems to be tview which is built on tcell (I guess?)

Either way, I see problems with terminals, etc. and it seems like using a better terminal library would help.

@wagoodman
Copy link
Owner

wagoodman commented Dec 15, 2019

I agree but haven't had any pressing issues that have forced me to refactor just yet (which, btw, would be a fairly large refactor). I have been tracking the effort of @mjarkk and others on awesome-gocui/gocui#45 , an implementation of gocui on tcell. This would make the migration effort pretty simple when/if completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants