Dave Mielke wrote:
>
> [quoted lines by Matthew Campbell on December 11, 2000, at 22:29]
>
> >In the program's
> >output, ANSI escape sequences are currently used only for clearing the
> >status line when it is being continuously displayed.
>
> A common practice for simple code is to use the termcap routines to look up the
> sequences you need. For TRPlayer, you probably want to call tgetstr to get the
> sequence for "ce" (clear to end of line).
Other "simple code" practices are to clear to
end of line by printing spaces, and to simplify
input by using only alpanumeric key sequences.
Both, of course, have disadvantages.
-Bryce