src.elv.sh/pkg/cli.App.Notify (method)

12 uses

	src.elv.sh/pkg/cli (current package)
		app.go#L50: 	Notify(note string)

	src.elv.sh/pkg/cli/mode
		location.go#L108: 					app.Notify(err.Error())
		navigation.go#L115: 		w.app.Notify(err.Error())
		navigation.go#L139: 		w.app.Notify(err.Error())

	src.elv.sh/pkg/edit
		builtins.go#L54: 	app.Notify("End of history")
		completion.go#L167: 		app.Notify(err.Error())
		completion.go#L207: 		app.Notify(err.Error())
		editor.go#L126: 	ed.app.Notify(fmt.Sprintf(format, args...))
		histwalk.go#L89: 		app.Notify(err.Error())
		instant.go#L55: 		app.Notify(err.Error())
		listing.go#L288: 		app.Notify(err.Error())
		minibuf.go#L47: 		app.Notify(err.Error())