diff options
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -880,9 +880,6 @@ func init() { colorText() } go chatRound(msgText, persona, textView, false, false) - // if !cfg.SkipLLMResp { - // // update statue line - // } return nil } if event.Key() == tcell.KeyPgUp || event.Key() == tcell.KeyPgDn { |