git: purgatorio

Download patch

ref: 15dd600cbd3c242fc1fe283dacc390a823055bc4
parent: eda0723dd3e8d781dd323bb20207ce1f1dfcc368
parent: a8083462e62459b2ae8a243dc4ba88416eba03b1
author: henesy <henesy.dev@gmail.com>
date: Wed Sep 3 20:31:50 EDT 2025

Merge branch 'front' of git://git.9front.org/plan9front/purgatorio into front

--- a/appl/wm/sh.b
+++ b/appl/wm/sh.b
@@ -770,9 +770,13 @@
 		r.rc <-= (nil, nil) =>
 			;
 		* =>
+			if(len rdreq > 0)
+				sendinput(t);
 			return;
 		}
 	* =>
+		if(len rdreq > 0)
+			sendinput(t);
 		return;	# requester has disappeared; ignore his request and try another
 	}
 	if(rawon)
--