MCPcopy Create free account
hub / github.com/gokcehan/lf / menuSelect

Struct menuSelect

ui.go:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected