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();