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