shithub: mq

Download patch

ref: 5bfe2048d6464352c3dede863058f2d17b01b0eb
parent: c4febd15954649879cb43c24562abd2333d9c6fb
author: kvik <kvik@a-b.xyz>
date: Fri Sep 11 10:07:24 EDT 2020

pin: don't fork the note group

Forking the note group makes pin immune to notes
coming from the rio window it runs in.
In particular, this shields it from the interrupt note
that is supposed to detach the session.

--- a/rc/pin
+++ b/rc/pin
@@ -1,5 +1,5 @@
 #!/bin/rc -e
-rfork ens
+rfork en
 
 flagfmt = 'n:noattach, w:write, m:mtpt mtpt'
 args = 'name [command]'