Fix tabbar bug

Fixes #169
This commit is contained in:
Zachary Yedidia
2016-06-08 21:07:40 -04:00
parent 860bc248c4
commit 1295b877e3

View File

@@ -39,7 +39,6 @@ func CurView() *View {
func TabbarString() (string, map[int]int) {
str := ""
indicies := make(map[int]int)
indicies[0] = 0
for i, t := range tabs {
if i == curTab {
str += "["