set full screen refresh on every page turn

This commit is contained in:
Qingping Hou
2012-10-02 20:17:36 -04:00
parent 53a60495b5
commit d2a1033baf

View File

@@ -22,7 +22,8 @@ UniReader = {
-- framebuffer update policy state:
rcount = 5,
rcountmax = 5,
-- default to full refresh on every page turn
rcountmax = 0,
-- zoom state:
globalzoom = 1.0,