sam-fans - fans of the sam editor
 help / color / mirror / Atom feed
From: steve@gec-epl.co.uk (Steve_Kilbane)
To: sam-fans@hawkwind.utcs.toronto.edu
Subject: no-auto-raise patch
Date: Mon, 5 Jul 1993 03:58:53 -0400	[thread overview]
Message-ID: <9307050758.AA01334@zombie.gec-epl.co.uk> (raw)

a number of people have expressed a vague interest in my patch to stop
windows auto-raising when selected with the mouse. ok, i though, i may
as well post it.

steve

diff -c orig/main.c hacked/main.c
*** orig/main.c	Fri Jul  2 14:12:21 1993
--- hacked/main.c	Mon Jul  5 08:56:20 1993
***************
*** 127,133 ****
  		flborder(which, 0);
  	if(nw){
  		flushtyping(1);
! 		flupfront(nw);
  		flborder(nw, 1);
  		buttons(Up);
  		t=(Text *)nw->user1;
--- 127,133 ----
  		flborder(which, 0);
  	if(nw){
  		flushtyping(1);
! /*		flupfront(nw);  	smk */
  		flborder(nw, 1);
  		buttons(Up);
  		t=(Text *)nw->user1;
diff -c orig/menu.c hacked/menu.c
*** orig/menu.c	Fri Jul  2 14:12:20 1993
--- hacked/menu.c	Fri Jul  2 14:12:52 1993
***************
*** 175,180 ****
--- 175,181 ----
  						i = 0;
  				while(i!=t->front && t->l[i].textfn==0);
  			current(&t->l[i]);
+ 			flupfront(&t->l[i]);	/* smk */
  		}else
  			sweeptext(0, tag[m-NMENU3]);
  		break;


             reply	other threads:[~1993-07-05  7:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-07-05  7:58 Steve_Kilbane [this message]
1993-07-08 18:49 ` Scott Schwartz
1993-07-09  8:35   ` no-auto-raise patchjhdgjdghjqqqqqqqq Robert T. Raschke

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=9307050758.AA01334@zombie.gec-epl.co.uk \
    --to=steve@gec-epl.co.uk \
    --cc=sam-fans@hawkwind.utcs.toronto.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).