| 511 | } |
| 512 | |
| 513 | type menuSelect struct { |
| 514 | x, y int // selection position in menuWin (cells) |
| 515 | s string // selected entry text to draw with `menuselectfmt` |
| 516 | } |
| 517 | |
| 518 | type ui struct { |
| 519 | screen tcell.Screen // primary screen used for drawing and event polling |
nothing calls this directly
no outgoing calls
no test coverage detected