diff options
| -rwxr-xr-x | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -42,7 +42,7 @@ end  def getc  # NOTE only tested on OS X    system "/bin/stty raw -echo" -  if RUBY_VERSION >= '1.8.7' +  if STDIN.respond_to?(:getbyte)      STDIN.getbyte    else      STDIN.getc | 
