[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

isatty() and IO.tty?

Daniel Brumbaugh Keeney

1/22/2008 4:49:00 PM

In Ruby or via a C extension, how do I call a C program so that
isatty(stdout) returns true?
I don't want to route it through another shell.


Daniel Brumbaugh Keeney