Merge pull request #5000 from ryjm/jm/merciful-king

king: don't kill on C-d
This commit is contained in:
Joe Bryan 2021-12-17 20:17:52 -08:00 committed by GitHub
commit c4cf6bf655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,6 @@ localClient doneSignal = fst <$> mkRAcquire start stop
loop rd
else if w <= 26 then do
case pack [BS.w2c (w + 97 - 1)] of
"d" -> atomically doneSignal
c -> do sendBelt $ Ctl $ Cord c
loop rd
else if w == 27 then do