zathura icon indicating copy to clipboard operation
zathura copied to clipboard

Faster SyncTeX by reusing scanner object

Open user202729 opened this issue 1 year ago • 0 comments

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.

user202729 avatar Oct 10 '24 20:10 user202729