1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 21:32:25 +01:00

made autocompletions not hang the GUI for quick input

This commit is contained in:
Martin Stubenschrott
2008-11-08 15:45:05 +00:00
parent 3e48c58ab3
commit eac34847e5
3 changed files with 15 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ function CommandLine() //{{{
var promptCompleter = null;
liberator.registerCallback("change", modes.EX, function (command) {
completion.cancel(); // cancel any previous completion function
if (options.get("wildoptions").has("auto"))
autocompleteTimer.tell(command);
else