1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 19:55:53 +01:00

revert to using the text box for echoing commands

This commit is contained in:
Doug Kearns
2007-10-09 04:40:28 +00:00
parent 90ce247e46
commit 8ce3760795
2 changed files with 8 additions and 14 deletions

View File

@@ -122,7 +122,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
<hbox id="vimperator-commandline" hidden="false" class="hl-Normal">
<label class="plain" id="vimperator-commandline-prompt" flex="0" crop="end" value="" collapsed="true"/>
<textbox class="plain" id="vimperator-commandline-command" flex="1" hidden="false" type="timed" timeout="100"
<textbox class="plain" id="vimperator-commandline-command" flex="1" type="timed" timeout="100"
onkeypress="vimperator.commandline.onEvent(event);"
oninput="vimperator.commandline.onEvent(event);"
onfocus="vimperator.commandline.onEvent(event);"