type src.elv.sh/pkg/shell.minEditor

6 uses

	src.elv.sh/pkg/shell (current package)
		editor.go#L20: type minEditor struct {
		editor.go#L25: func newMinEditor(in, out *os.File) *minEditor {
		editor.go#L26: 	return &minEditor{bufio.NewReader(in), out}
		editor.go#L31: func (ed *minEditor) RunAfterCommandHooks(src parse.Source, duration float64, err error) {
		editor.go#L34: func (ed *minEditor) ReadCode() (string, error) {
		interact.go#L83: 			if _, isMinEditor := ed.(*minEditor); !isMinEditor {