9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Axel Belinfante <Axel.Belinfante@cs.utwente.nl>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] ports rio tcl/tk menu-window placement errors?
Date: Fri, 18 Jun 2004 12:54:39 +0200	[thread overview]
Message-ID: <200406181054.i5IAsdK02502@zamenhof.cs.utwente.nl> (raw)
In-Reply-To: Your message of "Fri, 18 Jun 2004 11:51:56 +0200." <200406180951.i5I9pue01332@zamenhof.cs.utwente.nl>

I wrote:
> Now that I have the latest port running,
> I noticed that for some tcl/tk applications
> the menus that normally appear under the menu button
> now appear more to the left and the top.

Moving or resizing the window cures it.

> Anybody else seeing this or something similar?

Of course it could be interference with some things I changed.

Anyway, I noticed that the following change cured it.
Could be that the same (similar?) change applied elsewhere
would be a better fix - I did not investigate.
 
Index: manage.c
===================================================================
RCS file: /cvs/plan9/src/cmd/rio/manage.c,v
retrieving revision 1.10
diff -r1.10 manage.c

 	 * I can't find a way to have them notice during initdraw, so
 	 * I solve the problem this way instead.		-rsc
 	 */
-	if(c->is9term)
+	// if(c->is9term)
 		sendconfig(c);
 	return 1;
 }




      reply	other threads:[~2004-06-18 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-18  9:51 Axel Belinfante
2004-06-18 10:54 ` Axel Belinfante [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200406181054.i5IAsdK02502@zamenhof.cs.utwente.nl \
    --to=axel.belinfante@cs.utwente.nl \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).