mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: fix cursor position offset in home screen
This commit is contained in:
parent
9cc1f2884f
commit
5c67bebf86
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue