You are my last hope

Adam Lackorzynski adam at os.inf.tu-dresden.de
Fri Feb 16 09:04:50 CET 2007


On Thu Feb 15, 2007 at 17:08:32 -0500, Sager wrote:
> version 2.1

Update to 2.2 or add the following lines to vt100.c:

diff -u -r1.5 -r1.6
--- vt100.c     10 Oct 2004 19:04:22 -0000      1.5
+++ vt100.c     24 Mar 2005 22:10:53 -0000      1.6
@@ -1084,6 +1084,11 @@
       state7(c);
       break;
   }
+
+  /* Flush output to capture file so that all output is visible there
+   * immediately. Causes a write syscall for every call though. */
+  if (vt_capfp)
+    fflush(vt_capfp);
 }
 
 /* Translate keycode to escape sequence. */

 
> On Thursday 15 February 2007 15:56, Adam Lackorzynski wrote:
> > Hi,
> >
> > On Mon Feb 12, 2007 at 01:11:21 -0500, Sager wrote:
> > > I need some help.
> > >  Is it possible, to get minicom, to update logs, every couple minutes,
> > >  rather than when the session is stopped? I have been trying to find
> > >  this out for week and have had no luck. I hope you can help on this,
> >
> > Which version are you using? Recent versions are supposed to flush the
> > output on every write.


Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/



More information about the minicom-devel mailing list