* no-auto-raise patch
@ 1993-07-05 7:58 Steve_Kilbane
1993-07-08 18:49 ` Scott Schwartz
0 siblings, 1 reply; 3+ messages in thread
From: Steve_Kilbane @ 1993-07-05 7:58 UTC (permalink / raw)
To: sam-fans
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;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no-auto-raise patch
1993-07-05 7:58 no-auto-raise patch Steve_Kilbane
@ 1993-07-08 18:49 ` Scott Schwartz
1993-07-09 8:35 ` no-auto-raise patchjhdgjdghjqqqqqqqq Robert T. Raschke
0 siblings, 1 reply; 3+ messages in thread
From: Scott Schwartz @ 1993-07-08 18:49 UTC (permalink / raw)
To: sam-fans
| 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.
It's different, but I think I like it. Thanks Steve.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: no-auto-raise patchjhdgjdghjqqqqqqqq
1993-07-08 18:49 ` Scott Schwartz
@ 1993-07-09 8:35 ` Robert T. Raschke
0 siblings, 0 replies; 3+ messages in thread
From: Robert T. Raschke @ 1993-07-09 8:35 UTC (permalink / raw)
To: Scott Schwartz; +Cc: sam-fans
Hallo,
das shell-script B in /home/pub/bin ist ein Teil von sam, einem
cut and paste Editor fuer X. Wenn sam gestartet wird, legt es eine
pipe an, in die sam-Kommandos geschickt werden koennen. In sam gibt
es ein Befehl B um Dateien zu laden. Das shell-script, macht nun nichts
anderes als eine Datei in den bestehenden sam zu laden (von einer shell
aus). Dies ist im Prinzip das Gleiche wie emacs-client fuer emacs.
Robby
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~1993-07-09 8:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1993-07-05 7:58 no-auto-raise patch Steve_Kilbane
1993-07-08 18:49 ` Scott Schwartz
1993-07-09 8:35 ` no-auto-raise patchjhdgjdghjqqqqqqqq Robert T. Raschke
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).