Re: Linebuffering and readline

2003-10-10 Thread Dan Sugalski
On Thu, 9 Oct 2003, Melvin Smith wrote: > I fixed a bug in the readline routine that now allows it to act > like it should. With the ability to toggle linebuffering on IO > handles now with pioctl, do we need the explicit readline op > anymore? If it's identical to a read now, then no. We might w

Linebuffering and readline

2003-10-09 Thread Melvin Smith
I fixed a bug in the readline routine that now allows it to act like it should. With the ability to toggle linebuffering on IO handles now with pioctl, do we need the explicit readline op anymore? -Melvin