macro_rules! shell_println { ($($data: tt)*) => { ... }; }
Simplified macro which does exactly the same as println but overwrites the current prompt rather than appending text after the prompt.