From 547a8682af6cebdcd15704f98d6b38a2dae37409 Mon Sep 17 00:00:00 2001 From: wustho Date: Sat, 7 Mar 2020 14:04:00 +0700 Subject: Chapter suffix: '***' --- epy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epy.py') diff --git a/epy.py b/epy.py index 5fd37a9..59a324c 100755 --- a/epy.py +++ b/epy.py @@ -903,7 +903,7 @@ def reader(ebook, index, width, y, pctg, sect): LOCALPCTG.append(len(re.sub("\s", "", i))) # chapter suffix try: - pad.addstr(n+1, width//2 - 3, "\u3064\u3065\u304f") # つづく + pad.addstr(n+1, width//2 - 3, "***") # "\u3064\u3065\u304f" つづく except curses.error: pass -- cgit