Method: HighLine::Terminal::UnixStty#raw_no_echo_mode
- Defined in:
- lib/highline/terminal/unix_stty.rb
#raw_no_echo_mode ⇒ Object
Enter Raw No Echo mode.
36 37 38 39 |
# File 'lib/highline/terminal/unix_stty.rb', line 36 def raw_no_echo_mode save_stty system "stty raw -echo -icanon isig" if input.tty? end |