Added a couple of more escapes and some notes to implement some more.
Simplified the cli client for the time being to add a mterm usage sample, and the raw terminal was a bit laggy and doesn't handle ^C, we would need to handle exiting by also reading stdin and checking \x03 (ctrl+c) in the buffer
Added error handling on escape parsing error.
Added preliminary support for scrollRegion (tmux) and scroll escapes
Added a couple of more escapes and some notes to implement some more.
Simplified the cli client for the time being to add a mterm usage sample, and the raw terminal was a bit laggy and doesn't handle ^C, we would need to handle exiting by also reading stdin and checking \x03 (ctrl+c) in the buffer