mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 10:35:47 +01:00
Allow C-c to interrupt search highlighting
This commit is contained in:
@@ -1237,6 +1237,14 @@ const liberator = (function () //{{{
|
||||
return true;
|
||||
},
|
||||
|
||||
threadyield: function (flush)
|
||||
{
|
||||
let mainThread = threadManager.mainThread;
|
||||
do
|
||||
mainThread.processNextEvent(true);
|
||||
while (flush && mainThread.hasPendingEvents());
|
||||
},
|
||||
|
||||
get windows()
|
||||
{
|
||||
var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
|
||||
|
||||
Reference in New Issue
Block a user