diff --git a/testor.c b/testor.c index d9bde426..7b309d73 100644 --- a/testor.c +++ b/testor.c @@ -7,6 +7,10 @@ int go_back_chunks(int nrows, filestruct **line, size_t *leftedge) { int i; + /* This is the FIRST hunk, meant for go_back... */ + if (xxx) + yyy; + #ifndef NANO_TINY if (ISSET(SOFTWRAP)) { size_t current_leftedge = *leftedge; @@ -44,6 +48,10 @@ int go_forward_chunks(int nrows, filestruct **line, size_t *leftedge) { int i; + /* This is the SECOND hunk, meant for go_forward... */ + if (oops) + not again; + #ifndef NANO_TINY if (ISSET(SOFTWRAP)) { size_t current_leftedge = *leftedge;