Use more async script evaluation #421.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 24 Jun 2017 00:10:57 +0000 (02:10 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 24 Jun 2017 00:10:57 +0000 (02:10 +0200)
commit902a9be5277cfb062ffc65db7ba9ca93333d1628
treefb383e74e769ee0f8b957bf3af23702b865c0d4e
parent0fc98fe3c55558a71b25dd2517c7a0ee440aeed3
Use more async script evaluation #421.

It's better to block UI less by running the hinting stuff. But there are
some points at the time where we can't avoid running the JavaScript
syncronously e.g. to check if the user typed key was handled by the
hinting script or not. Later means that we let the normal mode decide
what to do with this.
src/hints.c
src/scripts/hints.js