mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:34:11 +01:00
for ":hi CmdLine ..."
This commit is contained in:
@@ -95,8 +95,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
|||||||
</hbox>
|
</hbox>
|
||||||
</stack>
|
</stack>
|
||||||
|
|
||||||
<vbox class="liberator-container" hidden="false" collapsed="false">
|
<vbox class="liberator-container" hidden="false" collapsed="false" liberator:highlight="CmdLine">
|
||||||
<textbox id="liberator-multiline-input" class="plain" flex="1" rows="1" hidden="false" collapsed="true" multiline="true"
|
<textbox id="liberator-multiline-input" class="plain" flex="1" rows="1" hidden="false" collapsed="true" multiline="true" liberator:highlight="Normal"
|
||||||
onkeypress="liberator.modules.commandline.onMultilineInputEvent(event);"
|
onkeypress="liberator.modules.commandline.onMultilineInputEvent(event);"
|
||||||
oninput="liberator.modules.commandline.onMultilineInputEvent(event);"
|
oninput="liberator.modules.commandline.onMultilineInputEvent(event);"
|
||||||
onblur="liberator.modules.commandline.onMultilineInputEvent(event);"/>
|
onblur="liberator.modules.commandline.onMultilineInputEvent(event);"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user