mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #406] some error with FLEX #296
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#296
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 @RainFallsSilent on GitHub (Feb 16, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/406
@RainFallsSilent commented on GitHub (Feb 16, 2020):
@RainFallsSilent commented on GitHub (Feb 16, 2020):
I don't know if you've come across this before on mac terminal.
@tslocum commented on GitHub (Feb 18, 2020):
Have you tried another terminal emulator? I see normal borders on Alacritty+Linux when adding TextViews in place of the widgets you reference but didn't include in your example code. If you share a more complete example application I would be glad to retest.
@RainFallsSilent commented on GitHub (Feb 18, 2020):
@tslocum After my test, it has nothing to do with TextView. As long as you add a flex, this will happen, and the same will happen on iterm2. The code is basically a reference to https://github.com/rivo/tview/blob/master/demos/flex/main.go
@RainFallsSilent commented on GitHub (Feb 18, 2020):
part of the code:
@rivo commented on GitHub (Feb 19, 2020):
This does look like a problem with your character set. Check out #281 and related issues and let me know if this helps you.
If it doesn't, please post a short, full code example that I can run that illustrates your problem.
@RainFallsSilent commented on GitHub (Feb 20, 2020):
@rivo thanks a lot, haha it's ok now.