summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-04-15 23:33:08 +0200
committerdelthas <delthas@dille.cc>2022-04-15 23:36:19 +0200
commit44b8fcf02f745d6f4de79eaf9efcfd916420a724 (patch)
treec428a13436af5202443a04488bc9e5cfe479e958 /window.go
parentOptimize URL regex (diff)
Fix home buffer tooltip
Private messages are now sent to their own buffer, rather than in the home buffer.
Diffstat (limited to 'window.go')
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index 82941a1..6135deb 100644
--- a/window.go
+++ b/window.go
@@ -9,7 +9,7 @@ import (
"github.com/gdamore/tcell/v2"
)
-const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands. Private messages and status notices go here."
+const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands."
func (app *App) initWindow() {
app.win.AddBuffer("", "(home)", "")