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.256 by root, Wed Jan 11 05:14:26 2006 UTC vs.
Revision 1.266 by root, Mon Jan 16 08:57:02 2006 UTC

147 || !IN_RANGE_EXC (y, 0, nrow)) 147 || !IN_RANGE_EXC (y, 0, nrow))
148 return; 148 return;
149 149
150 for (;;) 150 for (;;)
151 { 151 {
152 const line_t &l = ROW(y - view_start); 152 const line_t &l = ROW(y + view_start);
153 153
154 text_t t = l.t[x]; 154 text_t t = l.t[x];
155 155
156 if (t != NOCHAR || !x) 156 if (t != NOCHAR || !x)
157 { 157 {
443 scr_move_to (0, 1); 443 scr_move_to (0, 1);
444 return; 444 return;
445 } 445 }
446 else if (keysym == XK_End) 446 else if (keysym == XK_End)
447 { 447 {
448 scr_move_to (1, 0); 448 scr_move_to (1, 1);
449 return; 449 return;
450 } 450 }
451 } 451 }
452#endif 452#endif
453 } 453 }
972 972
973 if (want_refresh) 973 if (want_refresh)
974 { 974 {
975 if (SHOULD_INVOKE (HOOK_LINE_UPDATE)) 975 if (SHOULD_INVOKE (HOOK_LINE_UPDATE))
976 { 976 {
977 int row = -view_start; 977 int row = view_start;
978 int end_row = row + nrow; 978 int end_row = row + nrow;
979 979
980 while (row > -nsaved && ROW (row - 1).is_longer ()) 980 while (row > top_row && ROW (row - 1).is_longer ())
981 --row; 981 --row;
982 982
983 do 983 do
984 { 984 {
985 int start_row = row; 985 int start_row = row;
1021} 1021}
1022 1022
1023void 1023void
1024rxvt_term::check_cb (check_watcher &w) 1024rxvt_term::check_cb (check_watcher &w)
1025{ 1025{
1026 SET_R (this); 1026 make_current ();
1027 SET_LOCALE (locale);
1028 1027
1029 display->flush (); 1028 display->flush ();
1030 1029
1031 if (want_refresh && !flush_ev.active) 1030 if (want_refresh && !flush_ev.active)
1032 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally 1031 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
1033} 1032}
1034 1033
1035void 1034void
1036rxvt_term::flush_cb (time_watcher &w) 1035rxvt_term::flush_cb (time_watcher &w)
1037{ 1036{
1038 SET_R (this); 1037 make_current ();
1039 SET_LOCALE (locale);
1040 1038
1041 refresh_limit = 1; 1039 refresh_limit = 1;
1042 refresh_count = 0; 1040 refresh_count = 0;
1043 flush (); 1041 flush ();
1044} 1042}
1101{ 1099{
1102 if (mouse_slip_wheel_speed == 0 1100 if (mouse_slip_wheel_speed == 0
1103 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed) 1101 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1104 : scr_page (UP, mouse_slip_wheel_speed)) 1102 : scr_page (UP, mouse_slip_wheel_speed))
1105 { 1103 {
1106 if (view_start == nsaved || 1104 if (view_start == top_row || view_start == 0)
1107 view_start == 0)
1108 mouse_slip_wheel_speed = 0; 1105 mouse_slip_wheel_speed = 0;
1109 1106
1110 refresh_type |= SMOOTH_REFRESH; 1107 refresh_type |= SMOOTH_REFRESH;
1111 want_refresh = 1; 1108 want_refresh = 1;
1112 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1109 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1173} 1170}
1174 1171
1175void 1172void
1176rxvt_term::pty_cb (io_watcher &w, short revents) 1173rxvt_term::pty_cb (io_watcher &w, short revents)
1177{ 1174{
1178 SET_R (this); 1175 make_current ();
1179 SET_LOCALE (locale);
1180 1176
1181 if (revents & EVENT_READ) 1177 if (revents & EVENT_READ)
1182 // loop, but don't allow a single term to monopolize us 1178 // loop, but don't allow a single term to monopolize us
1183 while (pty_fill ()) 1179 while (pty_fill ())
1184 if (cmd_parse ()) 1180 if (cmd_parse ())
1216} 1212}
1217 1213
1218void 1214void
1219rxvt_term::pointer_cb (time_watcher &w) 1215rxvt_term::pointer_cb (time_watcher &w)
1220{ 1216{
1221 SET_R (this); 1217 make_current ();
1222 SET_LOCALE (locale);
1223 1218
1224 pointer_blank (); 1219 pointer_blank ();
1225} 1220}
1226#endif 1221#endif
1227 1222
1306 1301
1307/*{{{ process an X event */ 1302/*{{{ process an X event */
1308void 1303void
1309rxvt_term::x_cb (XEvent &ev) 1304rxvt_term::x_cb (XEvent &ev)
1310{ 1305{
1306 make_current ();
1307
1311 dDisp; 1308 dDisp;
1312 1309
1313 SET_R (this); 1310 if (ev.xany.window == vt
1314 SET_LOCALE (locale); 1311 && SHOULD_INVOKE (HOOK_X_EVENT)
1312 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
1313 return;
1315 1314
1315 // for XQueryPointer
1316 Window unused_root, unused_child; 1316 Window unused_root, unused_child;
1317 int unused_root_x, unused_root_y; 1317 int unused_root_x, unused_root_y;
1318 unsigned int unused_mask; 1318 unsigned int unused_mask;
1319 1319
1320 switch (ev.type) 1320 switch (ev.type)
1616 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1616 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1617 break; 1617 break;
1618 1618
1619 if (ev.xany.window == vt) 1619 if (ev.xany.window == vt)
1620 { 1620 {
1621 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY)
1621 if (HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END))) 1622 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1622 ; // nop 1623 ; // nop
1623 else if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1624 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1624 { 1625 {
1625 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1626 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev))
1626 ; 1627 ;
1818 1819
1819#if TRANSPARENT 1820#if TRANSPARENT
1820void 1821void
1821rxvt_term::rootwin_cb (XEvent &ev) 1822rxvt_term::rootwin_cb (XEvent &ev)
1822{ 1823{
1823 SET_R (this); 1824 make_current ();
1824 SET_LOCALE (locale);
1825 1825
1826 switch (ev.type) 1826 switch (ev.type)
1827 { 1827 {
1828 case PropertyNotify: 1828 case PropertyNotify:
1829 /* 1829 /*
1920#else 1920#else
1921 selection.rect = false; 1921 selection.rect = false;
1922#endif 1922#endif
1923 1923
1924 /* allow shift+left click to extend selection */ 1924 /* allow shift+left click to extend selection */
1925 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1925 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report))
1926 { 1926 {
1927 if (MEvent.button == Button1 && clickintime) 1927 if (MEvent.button == Button1 && clickintime)
1928 selection_rotate (ev.x, ev.y); 1928 selection_rotate (ev.x, ev.y);
1929 else 1929 else
1930 selection_extend (ev.x, ev.y, 1); 1930 selection_extend (ev.x, ev.y, 1);
2780 } 2780 }
2781 2781
2782 // scr_add_lines only works for nlines <= nrow - 1. 2782 // scr_add_lines only works for nlines <= nrow - 1.
2783 if (nlines >= nrow - 1) 2783 if (nlines >= nrow - 1)
2784 { 2784 {
2785 if (!(SHOULD_INVOKE (HOOK_ADD_LINES)
2785 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))) 2786 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2786 scr_add_lines (buf, str - buf, nlines); 2787 scr_add_lines (buf, str - buf, nlines);
2787 2788
2788 nlines = 0; 2789 nlines = 0;
2789 str = buf; 2790 str = buf;
2790 eol = str + min (ncol, UBUFSIZ); 2791 eol = str + min (ncol, UBUFSIZ);
2805 2806
2806 seq_begin = cmdbuf_ptr; 2807 seq_begin = cmdbuf_ptr;
2807 ch = next_char (); 2808 ch = next_char ();
2808 } 2809 }
2809 2810
2811 if (!(SHOULD_INVOKE (HOOK_ADD_LINES)
2810 if (!HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))) 2812 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2811 scr_add_lines (buf, str - buf, nlines); 2813 scr_add_lines (buf, str - buf, nlines);
2812 2814
2813 /* 2815 /*
2814 * If there have been a lot of new lines, then update the screen 2816 * If there have been a lot of new lines, then update the screen
2815 * What the heck I'll cheat and only refresh less than every page-full. 2817 * What the heck I'll cheat and only refresh less than every page-full.
3860 break; 3862 break;
3861 3863
3862 *name++ = '\0'; 3864 *name++ = '\0';
3863 color = atoi (buf) + minCOLOR; 3865 color = atoi (buf) + minCOLOR;
3864 3866
3865 if (!IN_RANGE_EXC (color, minCOLOR, TOTAL_COLORS)) 3867 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR))
3866 break; 3868 break;
3867 3869
3868 if ((buf = strchr (name, ';')) != NULL) 3870 if ((buf = strchr (name, ';')) != NULL)
3869 *buf++ = '\0'; 3871 *buf++ = '\0';
3870 3872
3894 break; 3896 break;
3895 case XTerm_Color_pointer_bg: 3897 case XTerm_Color_pointer_bg:
3896 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3898 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp);
3897 break; 3899 break;
3898#ifndef NO_BOLD_UNDERLINE_REVERSE 3900#ifndef NO_BOLD_UNDERLINE_REVERSE
3899 case XTerm_Color_BD:
3900 process_color_seq (XTerm_Color_BD, Color_BD, str, resp);
3901 break;
3902 case XTerm_Color_UL:
3903 process_color_seq (XTerm_Color_UL, Color_UL, str, resp);
3904 break;
3905 case XTerm_Color_RV: 3901 case XTerm_Color_RV:
3906 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3902 process_color_seq (XTerm_Color_RV, Color_RV, str, resp);
3903 break;
3904 case Rxvt_Color_BD:
3905 case URxvt_Color_BD:
3906 process_color_seq (op, Color_BD, str, resp);
3907 break;
3908 case Rxvt_Color_UL:
3909 case URxvt_Color_UL:
3910 process_color_seq (op, Color_UL, str, resp);
3907 break; 3911 break;
3908 case URxvt_Color_IT: 3912 case URxvt_Color_IT:
3909 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3913 process_color_seq (URxvt_Color_IT, Color_IT, str, resp);
3910 break; 3914 break;
3911#endif 3915#endif
3916 if (am_transparent) 3920 if (am_transparent)
3917 want_full_refresh = want_refresh = 1; 3921 want_full_refresh = want_refresh = 1;
3918 break; 3922 break;
3919#endif 3923#endif
3920 3924
3921 case XTerm_Pixmap: 3925 case Rxvt_Pixmap:
3922 if (*str != ';') 3926 if (*str != ';')
3923 { 3927 {
3924#if XPM_BACKGROUND 3928#if XPM_BACKGROUND
3925 scale_pixmap (""); /* reset to default scaling */ 3929 scale_pixmap (""); /* reset to default scaling */
3926 set_bgPixmap (str); /* change pixmap */ 3930 set_bgPixmap (str); /* change pixmap */
3943 scr_touch (true); 3947 scr_touch (true);
3944#endif 3948#endif
3945 } 3949 }
3946 break; 3950 break;
3947 3951
3948 case XTerm_restoreFG: 3952 case Rxvt_restoreFG:
3949 set_window_color (Color_fg, str); 3953 set_window_color (Color_fg, str);
3950 break; 3954 break;
3951 case XTerm_restoreBG: 3955 case Rxvt_restoreBG:
3952 set_window_color (Color_bg, str); 3956 set_window_color (Color_bg, str);
3953 break; 3957 break;
3954 3958
3955 case XTerm_logfile: 3959 case XTerm_logfile:
3956 // TODO, when secure mode? 3960 // TODO, when secure mode?
3961 if (OPTION (Opt_insecure)) 3965 if (OPTION (Opt_insecure))
3962 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked 3966 menubar_dispatch (const_cast<char *>(str)); // casting away constness is checked
3963 break; 3967 break;
3964#endif 3968#endif
3965#if 0 3969#if 0
3966 case XTerm_dumpscreen: /* no error notices */ 3970 case Rxvt_dumpscreen: /* no error notices */
3967 { 3971 {
3968 int fd; 3972 int fd;
3969 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0) 3973 if ((fd = open (str, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0)
3970 { 3974 {
3971 scr_dump (fd); 3975 scr_dump (fd);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines