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/cmd_option.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/game/cmd_option.go') diff --git a/internal/game/cmd_option.go b/internal/game/cmd_option.go index d8ef0a4..836a150 100644 --- a/internal/game/cmd_option.go +++ b/internal/game/cmd_option.go @@ -16,7 +16,6 @@ func (g *Game) doOption(sess *net.Session, input string) { mode := g.colorMode(sess) if input == "" { - sess.WriteLine("") table := &ui.Table{ Columns: []string{ color.Render(mode, color.Parse("75"), "Option"), -- cgit v1.2.3