ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RP] Patch for frames et al...


From: Mike Meyer
Subject: Re: [RP] Patch for frames et al...
Date: Sat Nov 3 09:49:01 2001

Doug Kearns <address@hidden> types:
> On Mon, Oct 29, 2001 at 08:22:38AM -0600, Mike Meyer wrote:
> > Well, I've got the patch and was going to put it on my web server -
> > but  said server is currently down, awaiting diagnosis.
> > 
> > I've got ~96K of patch file, and I think that's a bit much to send to
> > the list. So if you want a copy, drop me a note and I'll send it to you.
> > 
> 
> The 'echo' command suffered a little :-)
> 
> It now behaves differently if not called interactively - it sends the
> argument to stdout.
> 
> Obviously, it should make no such distinction.

Yup. This should fix it.

        <mike
--
Mike Meyer <address@hidden>                     http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?              A: Tell them your plans.



diff -u actions.c~ actions.c
--- actions.c~  Tue Oct 30 08:18:10 2001
+++ actions.c   Sat Nov  3 11:45:04 2001
@@ -1256,7 +1252,7 @@
 cmd_echo (int interactive, void *data)
 {
   if (data)
-    return xstrdup(data) ;
+    marked_message_printf (0, 0, " %s ", (char *)data);
 
   return NULL;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]