src.elv.sh/pkg/cli/prompt.Config.StaleThreshold (field)

5 uses

	src.elv.sh/pkg/cli/prompt (current package)
		prompt.go#L35: 	StaleThreshold func() time.Duration
		prompt.go#L59: 	if cfg.StaleThreshold == nil {
		prompt.go#L60: 		cfg.StaleThreshold = func() time.Duration { return defaultStaleThreshold }
		prompt.go#L83: 		case <-time.After(p.config.StaleThreshold()):

	src.elv.sh/pkg/edit
		prompt.go#L81: 		StaleThreshold: func() time.Duration {