This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
2.1.0 – Exit Supression
Changes
- It is now possible to pass an additional variable to
libmodal#Enter
to indicate that the user wishes to control when the mode exits, rather than accept the default<Esc>
- To tell the mode to exit, pass
1
as the third parameter tolibmodal#Enter
, and then setg:{modeName}ModeExit
to1
when exiting is desired.
- To tell the mode to exit, pass