1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 18:24:11 +01:00

Add go+=c and move the mode message to the left of the status-line. CSS needs some work.

This commit is contained in:
Kris Maglione
2010-10-12 01:23:53 -04:00
parent ad458f4be1
commit 3d43582f0d
8 changed files with 28 additions and 14 deletions

View File

@@ -1127,8 +1127,9 @@ const Dactyl = Module("dactyl", {
const groups = {
commandline: {
opts: {
M: ["Always show messages outside of the status line"],
c: ["Always show the command-line, even when empty"],
C: ["Always show the command-line outside of the status line"],
M: ["Always show messages outside of the status line"]
},
setter: function (opts) {
commandline.widgets.updateVisibility();