So what I am trying to do it so simulate clearing screen of Eclipse terminal.
I know there isn't a real solution for clearing the screen so I know I must use tons of empty lines to clear the screen.
The problem is that when I do tons of new line characters the pointer would be at the bottom of the terminal.
How would I do this so I would end up with pointer at the top of terminal and entire view would appear clear of any text?
So it would look like Aircrack-ng like interface. The screen keep changing but only by scrolling down and updating the content, etc.