fix header width
parent
2c82ee592c
commit
3fdd23df16
|
|
@ -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…
Reference in New Issue