From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sylvester.cc.utexas.edu ([128.83.135.63]) by hawkwind.utcs.toronto.edu with SMTP id <2771>; Thu, 1 Jul 1993 22:12:29 -0400 Received: by sylvester.cc.utexas.edu id AA04276 (5.65c/IDA-1.4.4 for sam-fans@hawkwind.utcs.toronto.edu); Thu, 1 Jul 1993 21:12:20 -0500 Date: Thu, 1 Jul 1993 22:12:20 -0400 From: rob Message-Id: <199307020212.AA04276@sylvester.cc.utexas.edu> To: sam-fans@hawkwind.utcs.toronto.edu Subject: Auto-raise in samterm Well, I just got my hands on sam (I've known about it for 1.5 years but I didn't know where to get it), and I'm pretty happy with it. I'm using it on a SPARC 1+ under X11R5. I've applied the samx patch. Anyway, one thing I really didn't like about samterm was the click-to-type business. I really hate that. So I came up with a little patch that eliminates click-to-type, which I have included below. rob ----- cut here ----- *** virgin/samterm/main.c Thu Jul 1 20:35:04 1993 --- samterm/main.c Tue Jun 29 22:11:32 1993 *************** *** 101,106 **** --- 146,153 ---- scroll(which, fwdbut == 3 ? 3 : 1); else menu3hit(); + }else if(nwhich && nwhich!=which){ + current(nwhich); } mouseunblock(); } ----- cut here -----