From e53229ec0017c628da52256a995bc797492c976e Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 28 Nov 2016 20:23:22 -0500 Subject: [PATCH] Make some view vars public --- cmd/micro/view.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/micro/view.go b/cmd/micro/view.go index 7e301fb7..2e57a055 100644 --- a/cmd/micro/view.go +++ b/cmd/micro/view.go @@ -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