mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-15 11:57:55 +08:00
7 lines
165 B
Go
7 lines
165 B
Go
// Package tty provides terminal functionality for the Elvish editor.
|
|
package tty
|
|
|
|
import "github.com/elves/elvish/util"
|
|
|
|
var logger = util.GetLogger("[edit/tty] ")
|