#1255: HighLine Gem - stty: stdin isn't a terminal -------------------------------------+-------------------------------------- Reporter: umairsiddique@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.11 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by lastobelus@…): A workaround until this gets fixed is to do this: {{{ class HighLine def raw_no_echo_mode system "stty raw -echo" end def restore_mode system "stty -raw echo" end end }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1255#comment:1> MacRuby <http://macruby.org/>