mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
Merge pull request #5000 from ryjm/jm/merciful-king
king: don't kill on C-d
This commit is contained in:
commit
c4cf6bf655
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user