mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00: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:
parent
06fe85c8c9
commit
4769a94fb1
1 changed files with 1 additions and 0 deletions
|
|
@ -1121,6 +1121,7 @@ func (h *BufPane) TermCmd(args []string) {
|
|||
} else {
|
||||
term(i, false)
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue