From 6f3d21d6e7f01155ce0c461857a053b43d329392 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 02:29:55 -0400 Subject: feat: recall/home cmd, line break option --- internal/game/game.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/game/game.go') diff --git a/internal/game/game.go b/internal/game/game.go index 3cfd811..22dd74d 100644 --- a/internal/game/game.go +++ b/internal/game/game.go @@ -190,6 +190,10 @@ func (g *Game) handleGameCommand(sess *net.Session, input string) { return } + if sess.Player.OptionString("prompt_break") == "off" { + sess.ClearPrompt() + } + if sess.Account != nil && sess.Account.Aliases != nil { firstSpace := strings.Index(input, " ") var firstWord, rest string -- cgit v1.2.3