looking for the way to delete only one line of the command window.

Hi,
I am looking for the way to delete only one line of the command
window in C.
If I use “system(“cls”);” it will delete all output from the file so I have to
plot everything again.

Thanks in advance.

There is no direct command to do this. All you can do is clear up the full screen. Anything that comes before the prompt.