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

show 'Press ENTER or type command to continue' again

This commit is contained in:
Daniel Bainton
2008-12-16 16:31:17 +02:00
parent d86d71e22b
commit 2c25911122

View File

@@ -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