lines_below      2901 src/editor/edit.c     long lines_below;
lines_below      2903 src/editor/edit.c     lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->rect.lines - 1);
lines_below      2904 src/editor/edit.c     if (lines_below > 0)
lines_below      2906 src/editor/edit.c         if (i > lines_below)
lines_below      2907 src/editor/edit.c             i = lines_below;