From 12ed73f9ff9de1a145683de8a73c170613371979 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 01:41:49 -0400 Subject: wrap_width and table improvements, targeting 80 character default width --- internal/game/cmd_option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_option.go') diff --git a/internal/game/cmd_option.go b/internal/game/cmd_option.go index a2e54c2..958fc0b 100644 --- a/internal/game/cmd_option.go +++ b/internal/game/cmd_option.go @@ -35,7 +35,7 @@ func (g *Game) doOption(sess *net.Session, input string) { color.Render(mode, color.Parse("FC"), def.Description), }) } - for _, line := range table.Render(p.OptionBool("unicode")) { + for _, line := range table.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) { sess.WriteLine(line) } return -- cgit v1.2.3