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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user