src.elv.sh/pkg/cli/histutil.Cursor.Next (method)

7 uses

	src.elv.sh/pkg/cli/histutil (current package)
		hybrid_store.go#L65: 		c.session.Next()
		hybrid_store.go#L68: 	c.shared.Next()
		hybrid_store.go#L71: 		c.session.Next()
		store.go#L28: 	Next()

	src.elv.sh/pkg/cli/mode
		histwalk.go#L79: 	return w.walk(histutil.Cursor.Prev, histutil.Cursor.Next)
		histwalk.go#L83: 	return w.walk(histutil.Cursor.Next, histutil.Cursor.Prev)

	src.elv.sh/pkg/edit
		hist_store.go#L63: 	c.c.Next()