src.elv.sh/pkg/cli/tk.CodeArea.CopyState (method)

14 uses

	src.elv.sh/pkg/cli/tk (current package)
		codearea.go#L19: 	CopyState() CodeAreaState
		combobox.go#L64: 		filter := w.codeArea.CopyState().Buffer.Content
		combobox.go#L75: 	w.OnFilter(w, w.codeArea.CopyState().Buffer.Content)

	src.elv.sh/pkg/cli
		app.go#L287: 		content := a.codeArea.CopyState().Buffer.Content
		app.go#L381: 	code := a.codeArea.CopyState().Buffer.Content

	src.elv.sh/pkg/cli/mode
		instant.go#L63: 	code := w.app.CodeArea().CopyState().Buffer.Content
		navigation.go#L82: 			filter := w.codeArea.CopyState().Buffer.Content

	src.elv.sh/pkg/edit
		builtins.go#L162: 	buf := app.CodeArea().CopyState().Buffer
		completion.go#L163: 	buf := app.CodeArea().CopyState().Buffer
		histwalk.go#L68: 	buf := app.CodeArea().CopyState().Buffer
		minibuf.go#L40: 	code := codeArea.CopyState().Buffer.Content
		state_api.go#L71: 		return vals.FromGo(app.CodeArea().CopyState().Buffer.Dot)
		state_api.go#L85: 		return vals.FromGo(app.CodeArea().CopyState().Buffer.Content)

	src.elv.sh/cmd/examples/e3bc
		main.go#L47: 				if codearea.CopyState().Buffer.Content != "" {