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
|
shareEnabled := m.app.Config.Share != opencode.ConfigShareDisabled
|
||||||
headerText := util.ToMarkdown(
|
headerText := util.ToMarkdown(
|
||||||
"# "+m.app.Session.Title,
|
"# "+m.app.Session.Title,
|
||||||
headerWidth-len(sessionInfo),
|
headerWidth,
|
||||||
t.Background(),
|
t.Background(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue