mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Fix terminal mode panic
This commit is contained in:
@@ -46,6 +46,7 @@ func HandleShellCommand(input string, view *View, openTerm bool) {
|
|||||||
}()
|
}()
|
||||||
} else {
|
} else {
|
||||||
screen.Fini()
|
screen.Fini()
|
||||||
|
screen = nil
|
||||||
|
|
||||||
args := strings.Split(input, " ")[1:]
|
args := strings.Split(input, " ")[1:]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user