mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 18:01:41 +00:00
fix header width
This commit is contained in:
parent
2c82ee592c
commit
3fdd23df16
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ func (m *messagesComponent) renderHeader() string {
|
|||
shareEnabled := m.app.Config.Share != opencode.ConfigShareDisabled
|
||||
headerText := util.ToMarkdown(
|
||||
"# "+m.app.Session.Title,
|
||||
headerWidth-len(sessionInfo),
|
||||
headerWidth,
|
||||
t.Background(),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue