chore: remove unused YPosition field from viewport.Model

This commit is contained in:
Ayman Bagabas
2024-11-06 18:26:15 -05:00
parent fc0fa7807e
commit 812f74ffff
-4
View File
@@ -57,10 +57,6 @@ type Model struct {
// YOffset is the vertical scroll position.
YOffset int
// YPosition is the position of the viewport in relation to the terminal
// window. It's used in high performance rendering only.
YPosition int
// Style applies a lipgloss style to the viewport. Realistically, it's most
// useful for setting borders, margins and padding.
Style lipgloss.Style