diff --git a/common/content/modes.js b/common/content/modes.js index b9abfaeb..203d6198 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -158,7 +158,7 @@ const modes = (function () //{{{ if (!options["showmode"]) return; - commandline.status = getModeMessage(); + commandline.echo(getModeMessage(), "ModeMsg", commandline.DISALLOW_MULTILINE); }, // add/remove always work on the extended mode only