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