mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #469] not working in git bash #338
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#338
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 @LazarenkoA on GitHub (Jul 13, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/469
I tried to run a demo example in cmd and git bash (windows), in cmd it works, in git bash not work, maybe something else needs to be done for a console like git bash, or is this a particularity of git bash?
@rivo commented on GitHub (Aug 18, 2020):
I'm not very familiar with Git Bash so I can't offer any quick settings that might help you run
tview. If you need someone to follow up on this, please open an issue on https://github.com/gdamore/tcell as that is the librarytviewuses to display characters on screen. Iftcellworks,tviewwill work, too.@LazarenkoA commented on GitHub (Aug 18, 2020):
thank