peeking into stdin (programing question)

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: John (EBo) David
日付:  
題目: peeking into stdin (programing question)
Nick Estes wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> see termios(3) for setting it to raw mode; specifically the function
> cfmakeraw (same man page) is what you're looking for.


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).

EBo --