mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +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 {
|
} else {
|
||||||
term(i, false)
|
term(i, false)
|
||||||
}
|
}
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user