mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
Merge pull request #553 from samdmarshall/master
fixing bug in closing tabs and not being able to select tabs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user