diff options
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: fm.h,v 1.74 2002/11/11 15:22:39 ukai Exp $ */ +/* $Id: fm.h,v 1.75 2002/11/11 15:33:35 ukai Exp $ */ /* * w3m: WWW wo Miru utility * @@ -964,6 +964,9 @@ global int rc_dir_is_tmp init(FALSE); global int use_mouse init(TRUE); extern int mouseActive; global int reverse_mouse init(FALSE); +global int relative_wheel_scroll init(FALSE); +global int fixed_wheel_scroll_count init(5); +global int relative_wheel_scroll_ratio init(30); #endif /* USE_MOUSE */ #ifdef USE_COOKIE |