shithub: ham

Download patch

ref: ad2e16560f3fb00f1378ab48c2bb952a9b0af408
parent: b2f4b9d57e4140d094ca60f59769d6fbd6cc0d6e
author: kvik <kvik@a-b.xyz>
date: Mon Feb 3 18:44:19 EST 2020

Remove the Exch menu item

--- a/samterm/menu.c
+++ b/samterm/menu.c
@@ -27,7 +27,6 @@
 	Snarf,
 	Plumb,
 	Look,
-	Exch,
 	Search,
 	NMENU2 = Search,
 	Send = Search,
@@ -50,7 +49,6 @@
 	"snarf",
 	"plumb",
 	"look",
-	"<rio>",
 	0,		/* storage for last pattern */
 };
 
@@ -95,12 +93,6 @@
 	case Plumb:
 		if(hversion > 0)
 			outTsll(Tplumb, t->tag, which->p0, which->p1);
-		break;
-
-	case Exch:
-		snarf(t, w);
-		outT0(Tstartsnarf);
-		setlock();
 		break;
 
 	case Look: