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

Wrap long option values in :set output. Closes issue #84.

--HG--
extra : rebase_source : b6346cff93828af6c22b19bbd65ac5cf20b7e72d
This commit is contained in:
Kris Maglione
2010-10-14 13:06:35 -04:00
parent 450a24340e
commit a09f6321e7
4 changed files with 12 additions and 11 deletions

View File

@@ -893,7 +893,7 @@ const Options = Module("options", {
if (options["verbose"] > 0 && option.setFrom)
msg += "\n Last set from " + option.setFrom;
dactyl.echo(<span highlight="CmdOutput">{msg}</span>);
dactyl.echo(<span highlight="CmdOutput Message">{msg}</span>);
}
}
// write access