From 11293bb324acf1f040f145b24a085487c17e81cc Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Fri, 1 Jan 2021 21:32:56 -0300 Subject: [PATCH] Properly shows the status message after the menu item is chosen (ctrlk) --- source/ide/ide_methods.bas | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 309eeb31a..ab02a335c 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -4884,6 +4884,7 @@ FUNCTION ide2 (ignore) END IF IF menu$(m, s) = "Insert #Quick Keycode... Ctrl+K" THEN + PCOPY 3, 0: SCREEN , , 3, 0 ideQuickKeycode: COLOR 7, 1: LOCATE idewy - 3, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 2, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 1, 2: PRINT SPACE$(idewx - 2); 'clear status window LOCATE idewy - 3, 2