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

add initial implementation of :normal command

This commit is contained in:
Doug Kearns
2007-08-12 06:48:12 +00:00
parent 27839f303d
commit 5966c57920
3 changed files with 24 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ function CommandLine() //{{{
multiline_output_widget.collapsed = false;
setTimeout(function() { multiline_output_widget.collapsed = true; }, 0);
// The widget used for multiline iutput
// The widget used for multiline intput
var multiline_input_widget = document.getElementById("vimperator-multiline-input");
// we need to save the mode which were in before opening the command line
@@ -97,7 +97,7 @@ function CommandLine() //{{{
function setMessageStyle()
{
prompt_widget.setAttribute("style", "font-family: monospace; color:magenta; font-weight: bold");
command_widget.inputField.setAttribute("style","font-family: monospace;");
command_widget.inputField.setAttribute("style", "font-family: monospace;");
}
function setErrorStyle()
{