diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 18:06:59 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-04 18:06:59 +0530 |
commit | 4879f9849d224849cd9118a68f079bbd917b2b14 (patch) | |
tree | ee958a2381d598e9e25606f8a0e83ee7d7c949c1 /ui/ui.go | |
parent | 2051cb36d0153b7ab5aaa15e0c700047560ca7a9 (diff) |
formatted manga info shown when searching manga
Diffstat (limited to 'ui/ui.go')
-rw-r--r-- | ui/ui.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 +) |