mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
command: Exit loop in TermCmd() after terminal call
Otherwise the last opened pane is closed instead of the active one.
This commit is contained in:
@@ -1121,6 +1121,7 @@ func (h *BufPane) TermCmd(args []string) {
|
||||
} else {
|
||||
term(i, false)
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user