add titles

Signed-off-by: Hadi <hadi@example.com>
This commit is contained in:
Hadi
2026-05-29 10:51:10 +02:00
parent 437e8f883d
commit 1aa4b92bb3
2 changed files with 12 additions and 9 deletions
+1
View File
@@ -45,6 +45,7 @@ func (m Model) View() tea.View {
v := tea.NewView(content)
v.AltScreen = true
v.MouseMode = tea.MouseModeCellMotion
v.WindowTitle = "Spilltea"
return v
}