diff options
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1016,7 +1016,7 @@ func init() { return nil } if event.Key() == tcell.KeyCtrlN { - startNewChat() + startNewChat(true) return nil } if event.Key() == tcell.KeyCtrlO { |
