Centered monthly view

This commit is contained in:
steven carpenter 2025-07-28 22:33:42 -04:00
parent 0cb41d9cdf
commit 2476af323f
3 changed files with 11 additions and 2 deletions

View file

@ -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