I don't know why but I'm having an issue with getting the previous line with a return.

What I mean is I can use CurrentLine() to get the current line and CurrentLine()-1 to get the previous line. What I want to do is to get the previous line that has a \n because with line wrap, CurrentLine()-1 gives you the previous line and not the beginning of the wrap.