From c376f740cd5d1818d5caf394479611917f09ba07 Mon Sep 17 00:00:00 2001 From: Tom McKeesick Date: Wed, 20 Nov 2024 21:14:18 +1100 Subject: [PATCH] use a continuation of the string for the tether as I know for sure that it's supported on all/most devices --- src/pokesay/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokesay/print.go b/src/pokesay/print.go index 5f3efb3..d02f994 100644 --- a/src/pokesay/print.go +++ b/src/pokesay/print.go @@ -68,7 +68,7 @@ var ( BottomRightCorner: "╯", BottomLeftCorner: "╰", BalloonString: "╲", - BalloonTether: "𜺯", + BalloonTether: "╲", Separator: "│", RightArrow: "→", CategorySeparator: "/",