From 16e162f5f29f4ec5117b0b2ed27a901a223bcd39 Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:51:29 +0000 Subject: [PATCH] Update top blocks to fix render issues --- ascii/block.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ascii/block.go b/ascii/block.go index 00d20cd..5a0019c 100644 --- a/ascii/block.go +++ b/ascii/block.go @@ -19,9 +19,9 @@ const ( MiddleHigh = '▓' // Top blocks (highest layer, using special characters for visual distinction) - TopLow = '⏊' // Lower intensity peak - TopMed = '⏅' // Medium intensity peak - TopHigh = '∆' // High intensity peak + TopLow = '╻' // Lower intensity peak + TopMed = '┃' // Medium intensity peak + TopHigh = '╽' // High intensity peak ) // Contribution level thresholds as percentages of the maximum contribution count