Searched refs:prepend_wrap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dtext.c40 static bool prepend_wrap = FALSE; variable
515 /* Unset the prepend_wrap flag. We need to do this as soon as we do
519 prepend_wrap = FALSE;
606 * the next line exists, and the prepend_wrap flag is set. */
614 /* We prepend the wrapped text to the next line, if the prepend_wrap
617 if (prepend_wrap && line != openfile->filebot) {
714 /* Set the prepend_wrap flag, so that later wraps of this line will
716 prepend_wrap = TRUE;
724 * also clear the prepend_wrap flag in this case. */
726 prepend_wrap
[all...]

Completed in 155 milliseconds