LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to modify w3m configuration (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-modify-w3m-configuration-4175661545/)

Exsul 09-26-2019 08:55 PM

Unable to modify w3m configuration
 
Hi, I'm super new. How do I modify the w3m configuration so that I scroll slower down a webpage?

Code:

w3m -o fixed_wheel_scroll_count=1
does nothing.

evo2 09-26-2019 09:20 PM

Hi,

did you try the other wheel scroll options?
Code:

% w3m -show-option|grep scroll
    -o relative_wheel_scroll=<number>  Behavior of wheel scroll speed
    -o relative_wheel_scroll_ratio=<number> (A only)Scroll by # (%) of screen
    -o fixed_wheel_scroll_count=<number> (B only)Scroll by # lines

Evo2.


All times are GMT -5. The time now is 03:35 PM.