mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #794] [Question] Why SetInputCapture in for-loop not work #584
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#584
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 @eeeXun on GitHub (Jan 16, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/794
Having two textarea,
aandb. And I want to get their text when press<C-n>.But it always get text of
b, even I focused onaand press<C-n>@rivo commented on GitHub (Jan 16, 2023):
This is a Golang issue, not a
tviewissue. Check out https://github.com/golang/go/discussions/56010 for a discussion. Incidentally, this will be a breaking change in Golang, i.e. in some future Go version, your example will work as you expected it.@eeeXun commented on GitHub (Jan 16, 2023):
Thanks @rivo for sharing this discussion!