From: Gregory Brown Date: 2006-10-25T09:40:24+09:00 Subject: Re: How do I tell when I'm on Cygwin? On 10/24/06, James Edward Gray II wrote: > On Oct 24, 2006, at 1:40 PM, Gregory Brown wrote: > > > irb(main):001:0> RUBY_PLATFORM > > => "i386-cygwin" > > It seems safer to target this one as an exception, rather than mswin, > so I'll go with that. > > One last question though, if Termios was installed for Cygwin would > it work OK there? I'm trying to figure out if I need to bypass > HighLine's search for that too. I have no idea how to install termios for Cygwin since it's not part of the standard distribution (i don't think), and I'm not really a Cygwin user. However, stty is included with Cygwin, so I think highline would work using that.