mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-10 00:50:19 +09:00
Make some view vars public
This commit is contained in:
@@ -35,11 +35,11 @@ type View struct {
|
||||
Type ViewType
|
||||
|
||||
// Actual width and height
|
||||
width int
|
||||
height int
|
||||
Width int
|
||||
Height int
|
||||
|
||||
lockWidth bool
|
||||
lockHeight bool
|
||||
LockWidth bool
|
||||
LockHeight bool
|
||||
|
||||
// Where this view is located
|
||||
x, y int
|
||||
|
||||
Reference in New Issue
Block a user