[PATCH 0/2] Scrolling by page, by half-page
Fabienne Ducroquet <[email protected]> Sun, 3 Jan 2010 15:01:28 +0100
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
Hi, Here are two patches against ELinks 0.13.GIT concerning scrolling. I give permission to license my contributions under GPLv2 or later or the Simplified BSD License or the X11 License, and I allow the storing of the personal information submitted with the patches in public places consistent with this project. Regards, Fabienne Fabienne Ducroquet (2): Add document.browse.scrolling.vertical_overlap Add half-page-down and half-page-up commands src/config/actions-main.inc | 2 + src/config/options.inc | 5 +++ src/viewer/action.c | 8 +++++ src/viewer/text/view.c | 61 ++++++++++++++++++++++++++++++++++-------- src/viewer/text/view.h | 2 + 5 files changed, 66 insertions(+), 12 deletions(-)