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

Add commandline.status and commandline.error. Feel free to revert this.

This commit is contained in:
Kris Maglione
2008-12-14 19:45:57 -05:00
parent bf895cc118
commit 58bca7d6b3
4 changed files with 35 additions and 19 deletions

View File

@@ -158,7 +158,7 @@ const modes = (function () //{{{
if (!options["showmode"])
return;
commandline.echo(getModeMessage(), "ModeMsg", commandline.DISALLOW_MULTILINE);
commandline.status = getModeMessage();
},
// add/remove always work on the extended mode only