mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
(non)utf8 input in GUI
This commit is contained in:
@@ -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 ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user