in reply to Re: Re: How do you clear the current line?
in thread How do you clear the current line?

That's a fairly basic ANSI sequence: existing long before Termcap or Termlib (way back to pre-1980 machines).

I used this for the lookup of the sequence you were looking for. Normally, I just consult a very old Z80A programming manual I have lying around someplace.

  • Comment on Re: Re: Re: How do you clear the current line?