mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-18 23:07:13 +09:00
@@ -44,6 +44,7 @@ func NewTabFromView(v *View) *Tab {
|
||||
|
||||
// SetNum sets all this tab's views to have the correct tab number
|
||||
func (t *Tab) SetNum(num int) {
|
||||
t.tree.tabNum = num
|
||||
for _, v := range t.views {
|
||||
v.TabNum = num
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user