src.elv.sh/pkg/cli/mode.histwalk.cursor (field)

7 uses

	src.elv.sh/pkg/cli/mode (current package)
		histwalk.go#L34: 	cursor histutil.Cursor
		histwalk.go#L39: 	cmd, _ := w.cursor.Get()
		histwalk.go#L73: 	w := histwalk{app: app, HistwalkSpec: cfg, cursor: cursor}
		histwalk.go#L87: 	f(w.cursor)
		histwalk.go#L88: 	_, err := w.cursor.Get()
		histwalk.go#L92: 		undo(w.cursor)
		histwalk.go#L108: 	cmd, _ := w.cursor.Get()