mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #635] Keyboard actions need to be repeated when stdin is passed #465
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#465
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 @aemengo on GitHub (Aug 8, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/635
My personal project reads input from stdin. However I'm noticing that certain actions, like
Ctrl-C, need to be pressed again before the effect can take place.For example, with an application like box demo in the wiki:
If I compile it and run the following, the application comes up but my first attempt at
Ctrl-Cdoes nothing.No big deal, just curious 🙂
@rgrannell1 commented on GitHub (Sep 14, 2021):
For me,
terminates with a single
Ctrl + C. Which OS are you using?@aemengo commented on GitHub (Sep 14, 2021):
@rgrannell1 I'm on macOS (11.5.2), but the issue seems to have resolved itself when I bumped the rivo/tview library.