Add tabbar and tab mouse support

This commit is contained in:
Zachary Yedidia
2019-01-09 22:13:50 -05:00
parent 8aa05cf409
commit eec4e535b4
6 changed files with 135 additions and 71 deletions

View File

@@ -1,7 +1,6 @@
package action
import (
"log"
"os"
"github.com/zyedidia/micro/cmd/micro/buffer"
@@ -206,7 +205,6 @@ func VSplit(args []string) {
return
}
log.Println("loaded")
MainTab().CurPane().vsplit(buf)
}