jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

how to read input #237

Open hezhanbang opened 2 years ago

hezhanbang commented 2 years ago

i want to let app read some inputs of number-key. finally when user entered enter-key, app will run a function. i hope the inputs of number-key do not echo in screen when user presses number-key.