Based on what I have read, when a terminal is in raw mode, the characters are not processed by the terminal driver, but are sent straight through.
I set the terminal in raw mode using the command stty raw
, and I noticed that the output is indented to the right each time until there is no more room. This is what I mean:
Why is this behavior happening?!