mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
newedit/clicore: Change reference to Editor to App.
This commit is contained in:
parent
d4fb9e5ffb
commit
16e04cca31
|
@ -1,6 +1,6 @@
|
|||
// Package clicore defines the core of Elvish's interactive line editor. It is
|
||||
// language-agnostic and can be used to build editors for other languages.
|
||||
//
|
||||
// The center of this package is the Editor type. Most other types are either
|
||||
// states managed by the Editor or dependencies of the Editor.
|
||||
// The center of this package is the App type. Most other types are either
|
||||
// states managed by the App or dependencies of the App.
|
||||
package clicore
|
||||
|
|
Loading…
Reference in New Issue
Block a user