From cbb089c82949b590f3ad1884da441cf618c547c1 Mon Sep 17 00:00:00 2001 From: jesseward Date: Wed, 11 Mar 2015 19:51:32 -0400 Subject: [PATCH] Fix for x84 issue #235. --- x84/default/ol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x84/default/ol.py b/x84/default/ol.py index 51f78903..aa45118f 100644 --- a/x84/default/ol.py +++ b/x84/default/ol.py @@ -491,7 +491,7 @@ def do_prompt(term, session): # user has said something to the local database, # refresh it so that they can beam with pride ... dirty = 1 - continue + break # only redraw prompt (user canceled) dirty = 2