Searched refs:wheel_lines (Results 1 – 4 of 4) sorted by relevance
56 extern int wheel_lines;901 if (wheel_lines <= 0) in opt_status_col_width() 902 wheel_lines = default_wheel_lines(); in opt_status_col_width()
62 public int wheel_lines; /* Number of lines to scroll on mouse wheel scroll */ variable 547 NUMBER|INIT_HANDLER, 0, &wheel_lines, opt_wheel_lines,
49 extern int wheel_lines;1504 * Forward wheel_lines lines. in commands() 1507 forward(wheel_lines, 0, 0); in commands() 1512 * Backward wheel_lines lines. in commands() 1515 backward(wheel_lines, 0, 0); in commands()