Skip to content

Commit

Permalink
*THIS* was the droid I was looking for...
Browse files Browse the repository at this point in the history
  • Loading branch information
jrockway committed Aug 26, 2009
1 parent 2ba6e73 commit 43c9003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pclient.hs
Expand Up @@ -56,7 +56,7 @@ main = do

netReaders <- startLoop exit (hGetLine server)
EventHandler { onRead = handleNetwork exit,
onEof = exitWith ExitSuccess }
onEof = putMVar exit 255 }

stdinReaders <- startLoop exit (hGetChar stdin)
EventHandler { onRead = \c -> sendMessage server (KeyPress c),
Expand Down

0 comments on commit 43c9003

Please sign in to comment.