Merge pull request #553 from samdmarshall/master

fixing bug in closing tabs and not being able to select tabs
This commit is contained in:
Zachary Yedidia
2017-02-20 18:06:41 -05:00
committed by GitHub

View File

@@ -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,