mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
Fix terminal mode panic
This commit is contained in:
parent
eabf21d3ed
commit
3c32253772
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ func HandleShellCommand(input string, view *View, openTerm bool) {
|
|||
}()
|
||||
} else {
|
||||
screen.Fini()
|
||||
screen = nil
|
||||
|
||||
args := strings.Split(input, " ")[1:]
|
||||
|
||||
|
|
Loading…
Reference in a new issue