type src.elv.sh/pkg/edit.notifier
11 uses
src.elv.sh/pkg/edit (current package)
completion.go#L380: func adaptMatcherMap(nt notifier, ev *eval.Evaler, m vals.Map) complete.Filterer {
config_api.go#L95: func initGlobalBindings(appSpec *cli.AppSpec, nt notifier, ev *eval.Evaler, nb eval.NsBuilder) {
editor.go#L36: type notifier interface {
insert_api.go#L105: func initInsertAPI(appSpec *cli.AppSpec, nt notifier, ev *eval.Evaler, nb eval.NsBuilder) {
key_binding.go#L19: nt notifier
key_binding.go#L24: func newMapBindings(nt notifier, ev *eval.Evaler, mapVars ...vars.PtrVar) tk.Bindings {
key_binding.go#L63: func callWithNotifyPorts(nt notifier, ev *eval.Evaler, f eval.Callable, args ...interface{}) {
key_binding.go#L75: func makeNotifyPort(nt notifier) (*eval.Port, func()) {
prompt.go#L55: func initPrompts(appSpec *cli.AppSpec, nt notifier, ev *eval.Evaler, nb eval.NsBuilder) {
prompt.go#L65: func initPrompt(p *cli.Prompt, name string, val eval.Callable, nt notifier, ev *eval.Evaler, nb eval.NsBuilder) {
prompt.go#L130: func callForStyledText(nt notifier, ev *eval.Evaler, ctx string, fn eval.Callable, args ...interface{}) ui.Text {