mirror of https://github.com/chzyer/readline.git
fix remote
This commit is contained in:
parent
402307d9c0
commit
4e554e2dd0
|
@ -212,6 +212,10 @@ func (i *Instance) Close() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (i *Instance) Write(b []byte) (int, error) {
|
||||||
|
return i.Stdout().Write(b)
|
||||||
|
}
|
||||||
|
|
||||||
func (i *Instance) SetConfig(cfg *Config) *Config {
|
func (i *Instance) SetConfig(cfg *Config) *Config {
|
||||||
if i.Config == cfg {
|
if i.Config == cfg {
|
||||||
return cfg
|
return cfg
|
||||||
|
|
Loading…
Reference in New Issue