changeset 4494:93ad80b6eef6

[project @ 2003-09-03 20:27:00 by jwe]
author jwe
date Wed, 03 Sep 2003 20:27:00 +0000
parents 49d88738a4a0
children c6272c2c4add
files README.Linux src/dirfns.cc src/toplev.cc
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.Linux	Wed Sep 03 16:21:18 2003 +0000
+++ b/README.Linux	Wed Sep 03 20:27:00 2003 +0000
@@ -19,7 +19,7 @@
 distributions.  For example, Dirk Eddelbuettel <edd@debian.org>
 maintains the Debian Octave package and usually has them ready within
 a day or so of new Octave releases.  They are available via the WWW at
-http://www.debian.org/packages.html.
+http://www.debian.org/distrib/packages.
 
 If for some reason you can't (or choose not to) install Octave from
 one of the binary distributions or by using one of the Debian or RPM
--- a/src/dirfns.cc	Wed Sep 03 16:21:18 2003 +0000
+++ b/src/dirfns.cc	Wed Sep 03 20:27:00 2003 +0000
@@ -187,6 +187,10 @@
 
   if (cmd && *cmd)
     {
+      // This is a bit of a kluge...
+
+      octave_usleep (100);
+
       char ch;
 
       for (;;)
--- a/src/toplev.cc	Wed Sep 03 16:21:18 2003 +0000
+++ b/src/toplev.cc	Wed Sep 03 20:27:00 2003 +0000
@@ -387,6 +387,10 @@
 	  // character at a time and find a way to avoid the call to
 	  // octave_usleep as well?
 
+	  // This is a bit of a kluge...
+
+	  octave_usleep (100);
+
 	  char ch;
 
 	  for (;;)