summaryrefslogtreecommitdiff
path: root/src/GF/Shell/JGF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Shell/JGF.hs')
-rw-r--r--src/GF/Shell/JGF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/JGF.hs b/src/GF/Shell/JGF.hs
index 44b6aad2b..f1ed6bfb7 100644
--- a/src/GF/Shell/JGF.hs
+++ b/src/GF/Shell/JGF.hs
@@ -29,7 +29,7 @@ sessionLineJ isNew env = do
---- the Boolean is a temporary hack to have two parallel GUIs
editLoopJnewX :: Bool -> CEnv -> SState -> IO ()
editLoopJnewX isNew env state = do
- c <- getCommandUTF
+ c <- getCommandUTF (isCEnvUTF8 env state) ----
case c of
CQuit -> return ()