> > diff --git a/st.c b/st.c > index 8f19018..835e6a1 100644 > --- a/st.c > +++ b/st.c > @@ -3933,4 +3933,3 @@ run: > > return 0; > }
I know git complaint about this line, but it is tradition in UNIX world to finish the files with an empty line, so calls to fgets will not be confused because there is not a newline at the end of a line. Regards, -- Roberto E. Vargas Caballero