From 98a6b0717a00342571b7319660343773a2fc8338 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Sun, 24 Oct 2021 01:34:28 +0530 Subject: [PATCH] minor Changes --- progressBar.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/progressBar.go b/progressBar.go index e5338a7..cbec302 100644 --- a/progressBar.go +++ b/progressBar.go @@ -11,14 +11,11 @@ import ( // The progressBar is just a string which is separated by the color formatting String // for e.g - // "[:#fbff00:]******************`innerText`[-:-:-] " - // the above string shows represents the progress until [-:-:-] // [-:-:-] this string represents resetting colors so the substring before it would be with a // colored background. this is done by calculating the innerRect of the table and taking that length as // 100% and then representing the rest of the information in relation to it - type progressBar struct { t *tview.Table }