mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-23 16:54:27 +01:00
tui: fix cursor position offset in home screen
This commit is contained in:
@@ -1073,7 +1073,7 @@ func (a Model) home() (string, int, int) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return mainLayout, editorX + 5, editorY + 2
|
return mainLayout, editorX + 5, editorY + 3
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a Model) chat() (string, int, int) {
|
func (a Model) chat() (string, int, int) {
|
||||||
|
|||||||
Reference in New Issue
Block a user