mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +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