-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Description
Great TUI!
As you mentioned a few times the tui is constrained especially in terms of vertical space.
I imagine you have intentionally made the look and feel of this app different to other project charm/opencode.
There's currently a lot of space wasted with blank lines especially at the top of the screen.
We currently have "layout":"stretch" and "layout":"auto".
This is my experience I can only see 7 lines of response at a time.
Can we change. Perhaps we do it in layout=stretch only
https://github.com/sst/opencode/blob/dev/packages/tui/internal/components/chat/messages.go#L500
-return "\n" + header + "\n"
+return "header + "\n"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels