Refresh the screen completely on every page, not every 5th.

This commit is contained in:
Tigran Aivazian
2012-08-27 15:25:29 +01:00
parent c4833b7557
commit 424a6a895b

View File

@@ -22,7 +22,7 @@ UniReader = {
-- framebuffer update policy state:
rcount = 5,
rcountmax = 5,
rcountmax = 0,
-- zoom state:
globalzoom = 1.0,