ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.398 by root, Sat Jan 26 12:12:37 2008 UTC vs.
Revision 1.399 by ayin, Mon Jan 28 10:54:54 2008 UTC

1966 /* 1966 /*
1967 * Mouse report disabled scrollbar: 1967 * Mouse report disabled scrollbar:
1968 * arrow buttons - send up/down 1968 * arrow buttons - send up/down
1969 * click on scrollbar - send pageup/down 1969 * click on scrollbar - send pageup/down
1970 */ 1970 */
1971 if ((scrollBar.style == R_SB_NEXT
1972 && scrollbarnext_upButton (ev.y)) 1971 if (scrollBar.upButton (ev.y))
1973 || (scrollBar.style == R_SB_RXVT
1974 && scrollbarrxvt_upButton (ev.y)))
1975 tt_printf ("\033[A"); 1972 tt_printf ("\033[A");
1976 else if ((scrollBar.style == R_SB_NEXT 1973 else if (scrollBar.dnButton (ev.y))
1977 && scrollbarnext_dnButton (ev.y))
1978 || (scrollBar.style == R_SB_RXVT
1979 && scrollbarrxvt_dnButton (ev.y)))
1980 tt_printf ("\033[B"); 1974 tt_printf ("\033[B");
1981 else 1975 else
1982 switch (ev.button) 1976 switch (ev.button)
1983 { 1977 {
1984 case Button2: 1978 case Button2:
1996#endif /* NO_SCROLLBAR_REPORT */ 1990#endif /* NO_SCROLLBAR_REPORT */
1997 1991
1998 { 1992 {
1999 char upordown = 0; 1993 char upordown = 0;
2000 1994
2001 if (scrollBar.style == R_SB_NEXT)
2002 {
2003 if (scrollbarnext_upButton (ev.y)) 1995 if (scrollBar.upButton (ev.y))
2004 upordown = -1; /* up */ 1996 upordown = -1; /* up */
2005 else if (scrollbarnext_dnButton (ev.y)) 1997 else if (scrollBar.dnButton (ev.y))
2006 upordown = 1; /* down */ 1998 upordown = 1; /* down */
2007 }
2008 else if (scrollBar.style == R_SB_RXVT)
2009 {
2010 if (scrollbarrxvt_upButton (ev.y))
2011 upordown = -1; /* up */
2012 else if (scrollbarrxvt_dnButton (ev.y))
2013 upordown = 1; /* down */
2014 }
2015 1999
2016 if (upordown) 2000 if (upordown)
2017 { 2001 {
2018#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 2002#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
2019 if (!cont_scroll_ev.is_active ()) 2003 if (!cont_scroll_ev.is_active ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines