1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:07:59 +01:00

prevent completion flickering by using a cache

This commit is contained in:
Martin Stubenschrott
2008-06-18 10:55:10 +00:00
parent ee6f8df80f
commit e4680bfd2e
3 changed files with 13 additions and 3 deletions

View File

@@ -996,8 +996,10 @@ liberator.CommandLine = function () //{{{
if (liberator.mode != liberator.modes.COMMAND_LINE)
return;
// liberator.log(compl);
completions = compl;
completionlist.show(compl, 10);
completionlist.show(compl);
completionIndex = -1;
var command = this.getCommand();