aboutsummaryrefslogtreecommitdiffstats
path: root/epy.py
diff options
context:
space:
mode:
authorwustho <benawiadha@gmail.com>2020-03-07 14:04:00 +0700
committerwustho <benawiadha@gmail.com>2020-03-07 14:04:00 +0700
commit547a8682af6cebdcd15704f98d6b38a2dae37409 (patch)
tree3e99115800221ef384574cd4666b7d3e233b13b1 /epy.py
parentfe66bec13741b91059b7c2d38dfc2d996ae9672e (diff)
downloadepy-547a8682af6cebdcd15704f98d6b38a2dae37409.tar.gz
Chapter suffix: '***'
Diffstat (limited to 'epy.py')
-rwxr-xr-xepy.py2
1 files changed, 1 insertions, 1 deletions
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