[Prev][Next][Index][Thread]

Bug in fgets?



I'm using fgets to read up to 64 bytes from the stdin
for a dos-esque command interpreter (a temporary thing
for testing/debugging) and it works ok, exept for one
thing, each charecter I type gets displayed twice. I
looked att he source for fgets and a few of the funtions
it calles, but everything looked like it was ok. Mabey
someone out there is more observent than me. If not, it's
only an estetic, not a functional thing, but it gets
really annoying.

If it helps, I'm running oskit v0.97 on Debian linux v2.0.

-Levi

P.S. Just curious, does anyone know why when fsgets reads
a backspace off the stdin it places a backspace, then a
space, and then another backspace onto the stream?

=================================
To unsubscribe from this list, send a message with a body of "unsubscribe"
to oskit-users-request@flux.cs.utah.edu


Follow-Ups: