fixing bug in closing tabs and not being able to select tabs

This commit is contained in:
Samantha Marshall 2017-02-20 18:01:12 -05:00
parent 263eec7368
commit bb55fc4150
No known key found for this signature in database
GPG key ID: DF782CB74434EFA2

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,