1
0
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:
Kris Maglione
2013-03-04 20:37:12 -08:00
parent 24e4ae8e3d
commit f831e4997f
3 changed files with 53 additions and 17 deletions

View File

@@ -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" }],