rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
10.76k stars 561 forks source link

Add custom Input Handler for the list #1013

Open MrORE0 opened 1 month ago

MrORE0 commented 1 month ago

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 1 month ago

You'll want to use SetInputCapture().