lines_below      2949 src/editor/edit.c     long lines_below;
lines_below      2951 src/editor/edit.c     lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->rect.lines - 1);
lines_below      2952 src/editor/edit.c     if (lines_below > 0)
lines_below      2954 src/editor/edit.c         if (i > lines_below)
lines_below      2955 src/editor/edit.c             i = lines_below;