How to remove this line in Pelles C?

Started by ranadas, January 28, 2020, 03:35:27 PM

Previous topic - Next topic

ranadas


Grincheux

You can't, this is the end of the input file.

John Z

The dashes are not in your file, just on the screen to indicate the end of the file.  If you open the same file in Notepad you will see that the line is not there - just a display artifact.

ranadas

but i want to , isn't there any way that i can prevent it from showing in pelles c , that eof dashed line

John Z

It can only be hidden from the screen view by putting enough linefeeds after the final } that the dashed/underscore line is off of the viewable screen.

There are also certain font sizes that do not display any dashes/underscore character.  Hold down the CTRL key and scroll the mouse wheel until you find the one where the dash/underscore character does not show.  Be aware that using this technique - they won't show in the code either.