Skip to content

Commit

Permalink
solves #4, requires updated voc
Browse files Browse the repository at this point in the history
  • Loading branch information
norayr committed May 25, 2022
1 parent 4baee08 commit 8a69184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manush.Mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MODULE manush;

IMPORT Out, Strings, IntStr := oocIntStr,
crt, Platform, Args,
crt, VT100, Platform, Args,
IO := ulmIO,
skprJson, strutils, StringList, opts,
mnshStorage, mnshDefs, mnshList, mnshExtTools;
Expand Down Expand Up @@ -267,6 +267,7 @@ BEGIN
pcmd := mnshList.getCommand(ml, ci);
IF ci # 0 THEN exec(pcmd) END
UNTIL ci = 0;
VT100.Reset
END menu;

PROCEDURE showHelp;
Expand Down

0 comments on commit 8a69184

Please sign in to comment.