src.elv.sh/pkg/cli/histutil.dedupCursor.stack (field)

8 uses

	src.elv.sh/pkg/cli/histutil (current package)
		dedup_cursor.go#L13: 	stack   []store.Cmd
		dedup_cursor.go#L18: 	if c.current < len(c.stack)-1 {
		dedup_cursor.go#L26: 			c.current = len(c.stack)
		dedup_cursor.go#L30: 			c.current = len(c.stack)
		dedup_cursor.go#L31: 			c.stack = append(c.stack, cmd)
		dedup_cursor.go#L48: 	case c.current < len(c.stack):
		dedup_cursor.go#L49: 		return c.stack[c.current], nil