[][src]Function sunrise_shell::get_next_line_no_echo

pub fn get_next_line_no_echo(keyboard: &mut Keyboard) -> String

Read key presses until a \n is detected, and return the string (excluding \n). Don't print the key presses on stdout.