1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:52:26 +01:00

Allow C-c to interrupt search highlighting

This commit is contained in:
Kris Maglione
2008-10-07 14:25:18 +00:00
parent 73a2d510a7
commit 45ad9f0c8b
4 changed files with 20 additions and 10 deletions

View File

@@ -647,10 +647,7 @@ liberator.Hints = function () //{{{
generate(win);
// get all keys from the input queue
var mt = Components.classes["@mozilla.org/thread-manager;1"]
.getService().mainThread;
while (mt.hasPendingEvents())
mt.processNextEvent(true);
liberator.threadyield(true);
canUpdate = true;
showHints();