zathura
zathura copied to clipboard
Faster SyncTeX by reusing scanner object
Fixes #685 .
The code is mostly copied from synctex's own code for new interactive feature.
A disadvantage I can think of is the scanner object consumes memory even when user is not looking up anything, but I think this is inevitable.