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

Fix some quirks

This commit is contained in:
Kris Maglione
2008-12-16 12:02:51 -05:00
parent c4e6a3850d
commit b0a9411512
2 changed files with 3 additions and 2 deletions

View File

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