This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] PR5820: two CTRL-D are not enough?!?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Nathan Myers <ncm-nospam at cantrip dot org>
- Cc: libstdc++ at gcc dot gnu dot org, rittle at latour dot rsch dot comm dot mot dot com
- Date: Tue, 02 Apr 2002 10:23:25 +0200
- Subject: Re: [RFC] PR5820: two CTRL-D are not enough?!?
- References: <3CA6FE7D.7000200@unitus.it> <20020402071139.B45461@cantrip.org>
Nathan Myers wrote:
>I agree this is a serious bug. A single ctrl-D should suffice,
>but maybe the terminal mode is eating one of them. I don't see
>a need for any calls to _llseek, never mind extra calls to read.
>
I see.
A punctualization for Nathan and Loren: submitter maintains that 2
CTRL-D should suffice if typed right after the number, on the same line,
or a single CTRL-D alone at the beginning of the next line.
I have personally verified on i686-pc-linux-gnu that v3 needs 4 in the
former case. Dunno about the latter.
Ciao, P.