mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-22 15:14:45 +00:00
parent
a52dbb2142
commit
a45591a24d
1 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,8 @@ func Init() error {
|
|||
return err
|
||||
}
|
||||
|
||||
Screen.SetPaste(config.GetGlobalOption("paste").(bool))
|
||||
|
||||
// restore TERM
|
||||
if config.GetGlobalOption("xterm").(bool) {
|
||||
os.Setenv("TERM", oldTerm)
|
||||
|
|
|
|||
Loading…
Reference in a new issue