mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #189] Fresh repo has broken dependency on runewidth #148
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#148
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 @delaneyj on GitHub (Nov 21, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/189
It appears
runewidthhas been updated givies the errorundefined: runewidth.ZeroWidthJoinerin util.go line 55.@delaneyj commented on GitHub (Nov 21, 2018):
My apologies, got the order backwards obviously and my
mattn/go-runewidthwas out of date. Realized when I saw you mentioned it the initial issue. :)@rivo commented on GitHub (Nov 21, 2018):
Yeah,
mattn/go-runewithadded support for Zero-Width Joiners which I've been waiting for for a while. Now that it's there, users will need to update it.@lnxbil commented on GitHub (Nov 27, 2018):
Thank you @delaneyj for creating and solving your issue and providing a way for others to get it to work :-)