mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1013] Add custom Input Handler for the list #734
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#734
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 @MrORE0 on GitHub (Jul 30, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1013
I was trying to create a rather simple To-Do app in the terminal as a part of my process of learning GO and I decided to use the lists in your code to display the different to-do tasks but there are some custom keys I want to add to your InputHandler for the list type in order for my idea to work.
@rivo commented on GitHub (Aug 4, 2024):
You'll want to use
SetInputCapture().