From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200406170001.i5H01Ic20678@zamenhof.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] plan9port 9term In-reply-to: Your message of "Wed, 16 Jun 2004 08:48:43 +0000." References: <200406111351.i5BDpUU20806@plg2.math.uwaterloo.ca>, From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain Date: Thu, 17 Jun 2004 02:01:18 +0200 Topicbox-Message-UUID: a471ac9e-eacd-11e9-9e20-41e7f4b1d025 > i have a question about plan9port 9term. > is it supposed to have a button-3 menu? it has not, (that is why?) it displays the rio button3 menu (or the button3 menu from whatever window manager you are using), as: (quoted from todo list in the $PLAN9/src/cmd/rio/README) - Should change 9term to redirect b3 clicks to rio so that rio can put up the usual b3 menu. (at least, that is what it does for me, as far as I can tell (cvs diff) that code got added to the ports distribution) > the old 9term (from matty farrow) does. but that one has different entries. This 9term is much closer to the plan 9 rio windows. Somewhat related: I also have code that tries to do some other items from the todo list in the $PLAN9/src/cmd/rio/README: - Should change window focus on b2/b3 clicks and then pass along the click event to the now-focused window. but I think I recall Russ wanted to wait a bit to see if he really wants this, before including it in the distribution. The 9wm on which rio is based already contains the code to do - Should work out a protocol between 9term and rio so that: * 9term can tell rio to blue its border during hold mode using an X property (Atom? whatever it is called) put in the X server. I have some not-so-beautiful code that does this as well. Axel.