class HighLine::Terminal::IOConsole

def raw_no_echo_mode

(see Terminal#raw_no_echo_mode)
def raw_no_echo_mode
  input.echo = false
rescue Errno::ENOTTY
end