summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-12-22 12:12:58 +0300
committerGrail Finder <wohilas@gmail.com>2025-12-22 12:12:58 +0300
commitbc49f37dce78f24f62eee1b4d5c8e41a3a38048a (patch)
tree2fb11fb0555530f9bfc7a9250e5c6eb64d7a5780 /bot.go
parent4d3d313ccf66a027cf743a3301f4719341f2cce2 (diff)
Enha: keep empty line between messages
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.go b/bot.go
index 8ddcee5..1ad3c94 100644
--- a/bot.go
+++ b/bot.go
@@ -657,7 +657,7 @@ func chatRound(userMsg, role string, tv *tview.TextView, regen, resume bool) {
go sendMsgToLLM(reader)
logger.Debug("looking at vars in chatRound", "msg", userMsg, "regen", regen, "resume", resume)
if !resume {
- fmt.Fprintf(tv, "[-:-:b](%d) ", len(chatBody.Messages))
+ fmt.Fprintf(tv, "\n[-:-:b](%d) ", len(chatBody.Messages))
fmt.Fprint(tv, roleToIcon(botPersona))
fmt.Fprint(tv, "[-:-:-]\n")
if cfg.ThinkUse && !strings.Contains(cfg.CurrentAPI, "v1") {