pub const READ_BUF_LEN: usize = 4;
Since reads are byte-by-byte, to properly echo what’s typed, we can use a very small read buffer.