src.elv.sh/pkg/cli/tk.ListBoxSpec.ExtendStyle (field)

6 uses

	src.elv.sh/pkg/cli/tk (current package)
		listbox.go#L47: 	ExtendStyle bool
		listbox.go#L137: 			extendStyle: w.ExtendStyle}.Render(colWidth, height)
		listbox.go#L200: 		selectFrom: selectFrom, selectTo: selectTo, extendStyle: w.ExtendStyle}

	src.elv.sh/pkg/cli/mode
		completion.go#L67: 			ExtendStyle: true,
		listing.go#L71: 			ExtendStyle: true,
		navigation.go#L301: 			Padding: 1, ExtendStyle: true, OnSelect: onSelect,