# HG changeset patch # User jwe # Date 1062620820 0 # Node ID 93ad80b6eef629422d9e2c442e1df0125258b8f4 # Parent 49d88738a4a0c7a6ff90a2ea48e1c31c94c998c9 [project @ 2003-09-03 20:27:00 by jwe] diff --git a/README.Linux b/README.Linux --- a/README.Linux +++ b/README.Linux @@ -19,7 +19,7 @@ distributions. For example, Dirk Eddelbuettel 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 diff --git a/src/dirfns.cc b/src/dirfns.cc --- a/src/dirfns.cc +++ b/src/dirfns.cc @@ -187,6 +187,10 @@ if (cmd && *cmd) { + // This is a bit of a kluge... + + octave_usleep (100); + char ch; for (;;) diff --git a/src/toplev.cc b/src/toplev.cc --- a/src/toplev.cc +++ b/src/toplev.cc @@ -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 (;;)