> clear(1) from ncurses also clears the scrollback buffer if the terminal > supports it (see the manpage), that's not what you'd want here. As for > portability, tput clear does `^[[2J^[[H` for basically everything:
Dimitris, if I send patches to remove these hard coded sequences by calls to tput the patches will be accepted? Regards,