src.elv.sh/pkg/cli.AppSpec.MaxHeight (field)

3 uses

	src.elv.sh/pkg/cli (current package)
		app.go#L92: 		MaxHeight:         spec.MaxHeight,
		app_spec.go#L11: 	MaxHeight         func() int

	src.elv.sh/pkg/edit
		config_api.go#L28: 	appSpec.MaxHeight = func() int { return maxHeight.GetRaw().(int) }