src.elv.sh/pkg/cli/tk.ColViewSpec.OnRight (field)

5 uses

	src.elv.sh/pkg/cli/tk (current package)
		colview.go#L36: 	OnRight func(w ColView)
		colview.go#L65: 	if spec.OnRight == nil {
		colview.go#L66: 		spec.OnRight = func(ColView) {}
		colview.go#L150: 	w.OnRight(w)

	src.elv.sh/pkg/cli/mode
		navigation.go#L177: 			OnRight: func(tk.ColView) { w.descend() },