mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 19:25:47 +01:00
Experimental don't-dump-extra-messages-into-the-MOW support.
This commit is contained in:
@@ -63,8 +63,10 @@ var StatusLine = Module("statusline", {
|
||||
["stack", { id: "dactyl-statusline-stack", flex: "1", highlight: "CmdLine StatusCmdLine", class: "dactyl-container" },
|
||||
["textbox", { key: "url", crop: "end", flex: "1", style: "background: transparent;", class: "plain dactyl-status-field-url",
|
||||
readonly: "true" }],
|
||||
["textbox", { key: "message", crop: "end", flex: "1", highlight: "Normal StatusNormal", class: "plain",
|
||||
readonly: "true" }]]]],
|
||||
["hbox", { key: "message-box" },
|
||||
["label", { key: "message-pre", highlight: "WarningMsg StatusWarningMsg", class: "plain", readonly: "true" }],
|
||||
["textbox", { key: "message", crop: "end", flex: "1", highlight: "Normal StatusNormal", class: "plain",
|
||||
readonly: "true" }]]]]],
|
||||
["label", { class: "plain", key: "inputbuffer", flex: "0" }],
|
||||
["label", { class: "plain", key: "progress", flex: "0" }],
|
||||
["label", { class: "plain", key: "tabcount", flex: "0" }],
|
||||
|
||||
Reference in New Issue
Block a user