This commit is contained in:
Zachary Yedidia
2016-10-12 16:34:34 -04:00
parent edd25c68ee
commit ea1de18326
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -32,10 +32,6 @@ type View struct {
// The leftmost column, used for horizontal scrolling
leftCol int
// Percentage of the terminal window that this view takes up (from 0 to 100)
widthPercent int
heightPercent int
// Specifies whether or not this view holds a help buffer
Type ViewType