summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui.go b/tui.go
index 87e878a..cac8faa 100644
--- a/tui.go
+++ b/tui.go
@@ -1016,7 +1016,7 @@ func init() {
return nil
}
if event.Key() == tcell.KeyCtrlN {
- startNewChat()
+ startNewChat(true)
return nil
}
if event.Key() == tcell.KeyCtrlO {