Centered monthly view
This commit is contained in:
parent
0cb41d9cdf
commit
2476af323f
3 changed files with 11 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ const (
|
|||
|
||||
|
||||
type model struct {
|
||||
width int
|
||||
height int
|
||||
cursorRow int // which row the cursor is sitting on used for cursor highlight
|
||||
cursorCol int // which col the cursor is sitiing on used for cursor highlight
|
||||
monthIndex int // what month 1-12 that is being displayed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue