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_mods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_mods.go') diff --git a/internal/game/cmd_mods.go b/internal/game/cmd_mods.go index 4f3f9ff..9468e89 100644 --- a/internal/game/cmd_mods.go +++ b/internal/game/cmd_mods.go @@ -92,7 +92,7 @@ func (g *Game) doMods(sess *net.Session, showAll bool) { } } - for _, line := range t.Render(p.OptionBool("unicode")) { + for _, line := range t.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) { sess.WriteLine(line) } sess.WriteLine("") -- cgit v1.2.3