On Thu, 3 May 2001, Shaul Karl wrote:
> I believe that Debian's bash is compiled with readline support. However I
> found this:
believe ? that's nice ;-)
> [01:53:44 tmp]$ zcat /usr/share/doc/libreadline4/changelog.gz | head -8
> This document details the changes between this version, readline-4.2,
> and the previous version, readline-4.1.
>
> 1. Changes to Readline
>
> a. When setting the terminal attributes on systems using `struct termio',
> readline waits for output to drain before changing the attributes.
>
> [01:53:59 tmp]$
>
> I wonder if this has something to do with the unexpected behavior. what
> version of readline does MDK 8 have?
MDK8 uses readline 4.1 (it also uses bash 2.04 and not the latest).
But I faile to see how this (the changelog entry) could be related :
the behaviour I got when executing
$ echo -n "test"; sleep 1
was getting the "test" message, a short pause, and then the prompt
apeared over it - overwriting the message. I think this suggests that
there's no problem of buffering.
Oded
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]