mirror of
https://github.com/tmux/tmux.git
synced 2025-09-26 13:08:34 +00:00
Remove mouse and tidy.
This commit is contained in:
@@ -1128,12 +1128,8 @@ screen_redraw_draw_pane_scrollbar(struct screen_redraw_ctx *ctx,
|
||||
if (slider_y >= sb_h)
|
||||
slider_y = sb_h - 1;
|
||||
|
||||
screen_redraw_draw_scrollbar(c, wp, sb_pos, sb_x, sb_y, sb_h,
|
||||
slider_h, slider_y);
|
||||
|
||||
/* Store current position and height of the slider */
|
||||
wp->sb_slider_y = slider_y; /* top of slider y pos in scrollbar */
|
||||
wp->sb_slider_h = slider_h; /* height of slider */
|
||||
screen_redraw_draw_scrollbar(c, wp, sb_pos, sb_x, sb_y, sb_h, slider_h,
|
||||
slider_y);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user