diff options
Diffstat (limited to 'src/Main.hs')
| -rw-r--r-- | src/Main.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index e8efd61..364fa02 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -57,7 +57,7 @@ main = do    cls   <- mapM (parseTemplate conf) (splitTemplate conf)    vars  <- mapM (mapM startCommand) cls    (r,w) <- createWin d fs conf -  eventLoop (XConf d r w fs conf) vars +  startLoop (XConf d r w fs conf) vars  -- | Splits the template in its parts  splitTemplate :: Config -> [String]  | 
