Mercurial > hg > octave-avbm
comparison src/toplev.cc @ 4494:93ad80b6eef6
[project @ 2003-09-03 20:27:00 by jwe]
author | jwe |
---|---|
date | Wed, 03 Sep 2003 20:27:00 +0000 |
parents | a90c3cbded0d |
children | f6d6335c08f6 |
comparison
equal
deleted
inserted
replaced
4493:49d88738a4a0 | 4494:93ad80b6eef6 |
---|---|
384 OSSTREAM output_buf; | 384 OSSTREAM output_buf; |
385 | 385 |
386 // XXX FIXME XXX -- Perhaps we should read more than one | 386 // XXX FIXME XXX -- Perhaps we should read more than one |
387 // character at a time and find a way to avoid the call to | 387 // character at a time and find a way to avoid the call to |
388 // octave_usleep as well? | 388 // octave_usleep as well? |
389 | |
390 // This is a bit of a kluge... | |
391 | |
392 octave_usleep (100); | |
389 | 393 |
390 char ch; | 394 char ch; |
391 | 395 |
392 for (;;) | 396 for (;;) |
393 { | 397 { |