mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Use io.Readers to read files more efficiently
This commit is contained in:
@@ -13,8 +13,6 @@ type Tab struct {
|
||||
views []*View
|
||||
// This is the current view for this tab
|
||||
CurView int
|
||||
// Generally this is the name of the current view's buffer
|
||||
name string
|
||||
|
||||
tree *SplitTree
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user