From 4879f9849d224849cd9118a68f079bbd917b2b14 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 4 Jul 2022 18:06:59 +0530 Subject: formatted manga info shown when searching manga --- ui/ui.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/ui.go') 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 . package ui -var PromptLength int +var ( + PromptLength, SynopsisLength int +) -- cgit v1.2.3