1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 14:34:12 +01:00
for 056cf0111637f7044e8458f6203645e46b6a2d46
and 726aa07fb98db5df6333a4f8a01803dca86d262f
This commit is contained in:
U-MAIN\anekos
2008-12-04 22:17:36 +09:00
parent 9faab2c818
commit 459095c0c0

View File

@@ -916,6 +916,8 @@ function CommandLine() //{{{
setPrompt(prompt + " ", this.HL_QUESTION);
setCommand(extra.default || "");
commandWidget.focus();
completions = new Completions(CompletionContext(commandWidget.inputField.editor));
},
// reads a multi line input and returns the string once the last line matches