From a9d7daef236ba308988ed08876a0b20a71cd4c31 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Fri, 1 Jan 2021 21:39:50 -0300 Subject: [PATCH] Extra visual clue to when ctrlk mode is engaged (using DarkenFGBG). --- source/ide/ide_methods.bas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index ab02a335c..3c62e3572 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -4886,6 +4886,7 @@ FUNCTION ide2 (ignore) IF menu$(m, s) = "Insert #Quick Keycode... Ctrl+K" THEN PCOPY 3, 0: SCREEN , , 3, 0 ideQuickKeycode: + dummy = DarkenFGBG(1) 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 PRINT "Press any key to insert its _KEYHIT/_KEYDOWN code..." @@ -4914,6 +4915,7 @@ FUNCTION ide2 (ignore) idesetline idecy, text$ idecx = idecx + len(tempk$) idechangemade = 1 + dummy = DarkenFGBG(0) PCOPY 3, 0: SCREEN , , 3, 0: idewait4mous: idewait4alt retval = 1 KCTRL = 0: KCONTROL = 0