I saw this demo once that printed out a paragraph of text (like you\'d get when typing some-command --help), and it then jumped back up to a couple keywords in
Finally found that "demo":
http://ascii-table.com/ansi-escape-sequences-vt-100.php
Position the Cursor: \033[ or \033[ (puts the cursor at line L and column C)
\033[A \033[B \033[C \033[D \033[2J\033[K\033[s\033[u