mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
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
|
// use the constructed buffer as the display buffer to print
|
||||||
// onscreen.
|
// onscreen.
|
||||||
fileRunes = displayText
|
fileRunes = displayText
|
||||||
|
} else {
|
||||||
|
tabBarOffset = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
// iterate over the width of the terminal display and for each column,
|
// iterate over the width of the terminal display and for each column,
|
||||||
|
|||||||
Reference in New Issue
Block a user