From 1656866f413d212720a93eb74f03333d3a2f4434 Mon Sep 17 00:00:00 2001 From: "R. Timothy Edwards" Date: Tue, 3 Feb 2026 16:14:08 -0500 Subject: [PATCH] Accidentally reduced by one the count of devices sharing a terminal area in a recent commit; fixed this. --- extract/ExtBasic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract/ExtBasic.c b/extract/ExtBasic.c index 3aeb18d4..eec70b45 100644 --- a/extract/ExtBasic.c +++ b/extract/ExtBasic.c @@ -3966,7 +3966,7 @@ extTransPerimFunc(bp) extEnumTerminal(bp->b_outside, dinfo, DBConnectTbl, extTermAPFunc, (ClientData)&eapd); - shared = 0; + shared = 1; /* Count self since we divide by "shared" */ free_magic1_t mm1 = freeMagic1_init(); while (eapd.eapd_shared) {