From bb55fc4150b998ee6cc1343e12466bee873fcc00 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Mon, 20 Feb 2017 18:01:12 -0500 Subject: [PATCH] fixing bug in closing tabs and not being able to select tabs --- cmd/micro/tab.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/micro/tab.go b/cmd/micro/tab.go index f1744b6d..90e1220c 100644 --- a/cmd/micro/tab.go +++ b/cmd/micro/tab.go @@ -245,6 +245,8 @@ func DisplayTabs() { // use the constructed buffer as the display buffer to print // onscreen. fileRunes = displayText + } else { + tabBarOffset = 0 } // iterate over the width of the terminal display and for each column,