lines_below 2910 src/editor/edit.c long lines_below; lines_below 2912 src/editor/edit.c lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->rect.lines - 1); lines_below 2913 src/editor/edit.c if (lines_below > 0) lines_below 2915 src/editor/edit.c if (i > lines_below) lines_below 2916 src/editor/edit.c i = lines_below;