aboutsummaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 18:06:59 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-07-04 18:06:59 +0530
commit4879f9849d224849cd9118a68f079bbd917b2b14 (patch)
treeee958a2381d598e9e25606f8a0e83ee7d7c949c1 /ui/ui.go
parent2051cb36d0153b7ab5aaa15e0c700047560ca7a9 (diff)
formatted manga info shown when searching manga
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 74bf0f3..a54818e 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -18,4 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package ui
-var PromptLength int
+var (
+ PromptLength, SynopsisLength int
+)