lines_below 2943 src/editor/edit.c long lines_below; lines_below 2945 src/editor/edit.c lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->rect.lines - 1); lines_below 2946 src/editor/edit.c if (lines_below > 0) lines_below 2948 src/editor/edit.c if (i > lines_below) lines_below 2949 src/editor/edit.c i = lines_below;