tview icon indicating copy to clipboard operation
tview copied to clipboard

Add custom Input Handler for the list

Open MrORE0 opened this issue 1 year ago • 1 comments

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.

MrORE0 avatar Jul 30 '24 19:07 MrORE0

You'll want to use SetInputCapture().

rivo avatar Aug 04 '24 09:08 rivo