src.elv.sh/pkg/edit.Editor.app (field)

30 uses

	src.elv.sh/pkg/edit (current package)
		command_api.go#L36: 				ed.app.SetAddon(w, false)
		completion.go#L241: 	app := ed.app
		editor.go#L22: 	app cli.App
		editor.go#L63: 	ed.app = cli.NewApp(appSpec)
		editor.go#L76: 	initBufferBuiltins(ed.app, nb)
		editor.go#L77: 	initTTYBuiltins(ed.app, tty, nb)
		editor.go#L78: 	initMiscBuiltins(ed.app, nb)
		editor.go#L79: 	initStateAPI(ed.app, nb)
		editor.go#L80: 	initStoreAPI(ed.app, nb, hs)
		editor.go#L108: 	return ed.app.ReadCode()
		editor.go#L126: 	ed.app.Notify(fmt.Sprintf(format, args...))
		histwalk.go#L42: 	app := ed.app
		instant.go#L31: 			"start": func() { instantStart(ed.app, ev, bindings) },
		listing.go#L20: 	app := ed.app
		listing.go#L66: 				w, err := mode.NewHistlist(ed.app, mode.HistlistSpec{
		listing.go#L74: 				startMode(ed.app, w, err)
		listing.go#L78: 				listingRefilter(ed.app)
		listing.go#L79: 				ed.app.Redraw()
		listing.go#L92: 			w, err := mode.NewLastcmd(ed.app, mode.LastcmdSpec{
		listing.go#L94: 			startMode(ed.app, w, err)
		listing.go#L115: 			w, err := mode.NewLocation(ed.app, mode.LocationSpec{
		listing.go#L122: 			startMode(ed.app, w, err)
		listing_custom.go#L89: 	w, err := mode.NewListing(ed.app, mode.ListingSpec{
		listing_custom.go#L108: 	startMode(ed.app, w, err)
		minibuf.go#L29: 	ed.app.SetAddon(w, false)
		minibuf.go#L30: 	ed.app.Redraw()
		minibuf.go#L34: 	app := ed.app
		minibuf.go#L39: 	ed.app.SetAddon(nil, false)
		navigation.go#L108: 		if w, ok := getNavigation(ed.app); ok {
		navigation.go#L114: 	app := ed.app