peeking into stdin (programing question)

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: Nick Estes
Date:  
Sujet: peeking into stdin (programing question)
> cool, thanks! got it mostly to work... I think the last bit I need to
> do is getting CR's to output (NL's work fine, but have been unable to
> get CR's or NL's converted to CR's).


Poke around in the termios manpage a little more, there's settings for how
you want CRs and LFs to work as well, might have what you're looking for.

    --Nick