mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Add almost full option support
This commit is contained in:
@@ -31,7 +31,10 @@ func (t *TermHandler) ID() uint64 {
|
||||
return t.id
|
||||
}
|
||||
|
||||
func (t *TermHandler) Close() {}
|
||||
|
||||
func (t *TermHandler) Quit() {
|
||||
t.Close()
|
||||
if len(MainTab().Panes) > 1 {
|
||||
t.Unsplit()
|
||||
} else if len(Tabs.List) > 1 {
|
||||
|
||||
Reference in New Issue
Block a user