From e0e489d02bc9245e15d556f460f822e955ae1d59 Mon Sep 17 00:00:00 2001 From: Trey Tomes Date: Fri, 5 Jan 2024 13:58:51 -0600 Subject: [PATCH] Clean up the look-around cursor on complete. --- src/factories/behaviors.ms | 1 + 1 file changed, 1 insertion(+) diff --git a/src/factories/behaviors.ms b/src/factories/behaviors.ms index 228fb09..c113fca 100644 --- a/src/factories/behaviors.ms +++ b/src/factories/behaviors.ms @@ -316,6 +316,7 @@ makeUserInput = function() return actions.examine(pnt) else if keybindings.exit.contains(k) then eraseCursor() + Display.map.flip return null // Cancel the action. end if end if