src.elv.sh/pkg/cli/tk.CodeBuffer.InsertAtDot (method)

12 uses

	src.elv.sh/pkg/cli/tk (current package)
		codearea.go#L88: func (c *CodeBuffer) InsertAtDot(text string) {
		codearea.go#L195: 		w.MutateState(func(s *CodeAreaState) { s.Buffer.InsertAtDot(text) })
		codearea.go#L325: 		w.State.Buffer.InsertAtDot(s)

	src.elv.sh/pkg/cli/mode
		histlist.go#L68: 						buf.InsertAtDot(text)
		histlist.go#L70: 						buf.InsertAtDot("\n" + text)
		lastcmd.go#L62: 			s.Buffer.InsertAtDot(text)

	src.elv.sh/pkg/edit
		builtins.go#L111: 					s.Buffer.InsertAtDot(string(event.Rune))
		builtins.go#L167: 			s.Buffer.InsertAtDot("\n")
		navigation.go#L49: 			s.Buffer.InsertAtDot(" ")
		navigation.go#L52: 		s.Buffer.InsertAtDot(parse.Quote(fname))
		state_api.go#L22: 		s.Buffer.InsertAtDot(text)
		store_api.go#L58: 			s.Buffer.InsertAtDot(words[len(words)-1])