From 8f45b3031a1726364539148984e44d176d0e51c5 Mon Sep 17 00:00:00 2001 From: ayin Date: Fri, 1 Feb 2008 14:13:52 +0000 Subject: [PATCH] Remove missed occurrences of scrollbar_is{Up,Dn}. --- src/command.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command.C b/src/command.C index 603e6e81..4863bb7f 100644 --- a/src/command.C +++ b/src/command.C @@ -1092,8 +1092,8 @@ rxvt_term::text_blink_cb (ev::timer &w, int revents) void rxvt_term::cont_scroll_cb (ev::timer &w, int revents) { - if ((scrollbar_isUp () || scrollbar_isDn ()) - && scr_page (scrollbar_isUp () ? UP : DN, 1)) + if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN) + && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1)) { want_refresh = 1; refresh_check (); -- 2.34.1