From 2c259111223af255c38407d3365c0036755cf8c7 Mon Sep 17 00:00:00 2001 From: Daniel Bainton Date: Tue, 16 Dec 2008 16:31:17 +0200 Subject: [PATCH] show 'Press ENTER or type command to continue' again --- common/content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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