Function term_basics_linux::test_chars

source ·
pub fn test_chars()
Expand description

Prints the result of getch as u8, infinite loop. Can be used for testing.

§Example

use term_basics_linux as tbl;
let user_input = tbl::test_chars();