Detect terminal size
Add support to set the rows and columns in the shell. RTEMS does not have a full tty system and does not carry terminfo
so implement a shell based approach to let some commands manage the terminal size.
Update the edit
command to support the terminal size.
Fix the help lines.