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_aps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_aps.go') diff --git a/internal/game/cmd_aps.go b/internal/game/cmd_aps.go index 5e209a6..a5cff78 100644 --- a/internal/game/cmd_aps.go +++ b/internal/game/cmd_aps.go @@ -148,7 +148,7 @@ func displayApsNodes(g *Game, sess *net.Session, p *player.Player, known []int) Rows: rows, } - for _, line := range t.Render(p.OptionBool("unicode")) { + for _, line := range t.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) { sess.WriteLine(line) } } -- cgit v1.2.3