mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[GH-ISSUE #100] Explore tcell as a termbox alternative #64
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mum4k on GitHub (Feb 1, 2019).
Original GitHub issue: https://github.com/mum4k/termdash/issues/100
Originally assigned to: @mum4k on GitHub.
https://github.com/gdamore/tcell
We should add a new API wrapper like the one for termbox:
https://github.com/mum4k/termdash/tree/master/terminal/termbox
And document how users can choose termbox or tcell when initialising.
@mum4k commented on GitHub (Mar 3, 2020):
What is left is to solve the problem of color differences between termbox and tcell. We could approach this by adding a new color mode that will translate colors the same way termbox does. More details in the comment history of #224.
@kvnxiao, thank you for your help with #224, please let me know if you are also planning to work on the color differences, or if you would prefer I help with that.
@kvnxiao commented on GitHub (Mar 4, 2020):
I assume the colour differences would be a simple translation mapping between the specific colours that termbox uses. I will probably have time to update the wiki, but if it is alright with you I am hoping to ask you to help with the colour differences (I'm in my last semester of undergrad and things are ramping up for me).
@mum4k commented on GitHub (Mar 4, 2020):
Sounds good @kvnxiao, I will look at the color differences. Thank you very much for you help thus far and best of luck with your studies.
@kvnxiao commented on GitHub (Mar 6, 2020):
I've added a new wiki page here https://github.com/mum4k/termdash/wiki/Tcell-API but it's currently unlinked and not in the sidebar as the changes have not been released yet.