From: Andre Nathan Date: 2005-05-10T12:18:18+09:00 Subject: Re: HighLine 0.4.0 James Edward Gray II said: > Just to give one example, the stty trick works on Mac OS X > out of the box, but I believe you can only install termios if you've > installed Apple's optional Developer Tools. Hmm. Maybe keep stty as a backup mechanism then... try to require termios and fall back to stty if it fails. Would that be too ugly? Best regards, Andre