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.481 by root, Thu Mar 24 17:34:28 2011 UTC vs.
Revision 1.485 by sf-exg, Fri Apr 29 13:08:24 2011 UTC

569 selection_request (ev.time); 569 selection_request (ev.time);
570 return; 570 return;
571#if TODO 571#if TODO
572 /* rxvt extras */ 572 /* rxvt extras */
573 case XK_KP_Add: /* Shift+KP_Add = bigger font */ 573 case XK_KP_Add: /* Shift+KP_Add = bigger font */
574 change_font (FONT_UP);
575 return; 574 return;
576 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */ 575 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */
577 change_font (FONT_DN);
578 return; 576 return;
579#endif 577#endif
580 } 578 }
581 } 579 }
582 } 580 }
1445 && ev.xfocus.mode != NotifyGrab) 1443 && ev.xfocus.mode != NotifyGrab)
1446 focus_out (); 1444 focus_out ();
1447 break; 1445 break;
1448 1446
1449 case ConfigureNotify: 1447 case ConfigureNotify:
1450 if (ev.xconfigure.window == parent[0]) 1448 if (ev.xconfigure.window == parent)
1451 { 1449 {
1452 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) 1450 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1453 ; 1451 ;
1454 1452
1455#ifdef HAVE_BG_PIXMAP 1453#ifdef HAVE_BG_PIXMAP
1721rxvt_term::set_urgency (bool enable) 1719rxvt_term::set_urgency (bool enable)
1722{ 1720{
1723 if (enable == urgency_hint) 1721 if (enable == urgency_hint)
1724 return; 1722 return;
1725 1723
1726 if (XWMHints *h = XGetWMHints (dpy, parent[0])) 1724 if (XWMHints *h = XGetWMHints (dpy, parent))
1727 { 1725 {
1728 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0); 1726 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);
1729 XSetWMHints (dpy, parent[0], h); 1727 XSetWMHints (dpy, parent, h);
1730 urgency_hint = enable; 1728 urgency_hint = enable;
1731 } 1729 }
1732} 1730}
1733#endif 1731#endif
1734 1732
2389 : NOCHAR; 2387 : NOCHAR;
2390} 2388}
2391 2389
2392static class out_of_input out_of_input; 2390static class out_of_input out_of_input;
2393 2391
2394/* rxvt_cmd_getc () - Return next input character */
2395/*
2396 * Return the next input character after first passing any keyboard input
2397 * to the command.
2398 */
2399wchar_t 2392wchar_t
2400rxvt_term::cmd_getc () THROW ((class out_of_input)) 2393rxvt_term::cmd_getc () THROW ((class out_of_input))
2401{ 2394{
2402 wchar_t c = next_char (); 2395 wchar_t c = next_char ();
2403 2396
2496 pclose_printer (fd); 2489 pclose_printer (fd);
2497} 2490}
2498#endif /* PRINTPIPE */ 2491#endif /* PRINTPIPE */
2499/*}}} */ 2492/*}}} */
2500 2493
2501/* *INDENT-OFF* */
2502enum { 2494enum {
2503 C1_40 = 0x40, 2495 C1_40 = 0x40,
2504 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA, 2496 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA,
2505 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3, 2497 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3,
2506 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA, 2498 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA,
2507 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC, 2499 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC,
2508}; 2500};
2509/* *INDENT-ON* */
2510 2501
2511/*{{{ process non-printing single characters */ 2502/*{{{ process non-printing single characters */
2512void 2503void
2513rxvt_term::process_nonprinting (unicode_t ch) 2504rxvt_term::process_nonprinting (unicode_t ch)
2514{ 2505{
2753 } 2744 }
2754} 2745}
2755/*}}} */ 2746/*}}} */
2756 2747
2757/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */ 2748/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */
2758/* *INDENT-OFF* */
2759enum { 2749enum {
2760 CSI_ICH = 0x40, 2750 CSI_ICH = 0x40,
2761 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA, 2751 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA,
2762 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA , 2752 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA ,
2763 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC, 2753 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC,
2783 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */ 2773 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */
2784 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */ 2774 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */
2785 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */ 2775 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */
2786 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */ 2776 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */
2787 }; 2777 };
2788/* *INDENT-ON* */
2789 2778
2790void 2779void
2791rxvt_term::process_csi_seq () 2780rxvt_term::process_csi_seq ()
2792{ 2781{
2793 unicode_t ch, priv, i; 2782 unicode_t ch, priv, i;
3103 } 3092 }
3104} 3093}
3105/*}}} */ 3094/*}}} */
3106 3095
3107#if !ENABLE_MINIMAL 3096#if !ENABLE_MINIMAL
3108/* ARGSUSED */
3109void 3097void
3110rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3098rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3111{ 3099{
3112 int x, y; 3100 int x, y;
3113 XWindowAttributes wattr; 3101 XWindowAttributes wattr;
3122 { 3110 {
3123 /* 3111 /*
3124 * commands 3112 * commands
3125 */ 3113 */
3126 case 1: /* deiconify window */ 3114 case 1: /* deiconify window */
3127 XMapWindow (dpy, parent[0]); 3115 XMapWindow (dpy, parent);
3128 break; 3116 break;
3129 case 2: /* iconify window */ 3117 case 2: /* iconify window */
3130 XIconifyWindow (dpy, parent[0], display->screen); 3118 XIconifyWindow (dpy, parent, display->screen);
3131 break; 3119 break;
3132 case 3: /* set position (pixels) */ 3120 case 3: /* set position (pixels) */
3133 XMoveWindow (dpy, parent[0], args[1], args[2]); 3121 XMoveWindow (dpy, parent, args[1], args[2]);
3134 break; 3122 break;
3135 case 4: /* set size (pixels) */ 3123 case 4: /* set size (pixels) */
3136 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3124 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3137 break; 3125 break;
3138 case 5: /* raise window */ 3126 case 5: /* raise window */
3139 XRaiseWindow (dpy, parent[0]); 3127 XRaiseWindow (dpy, parent);
3140 break; 3128 break;
3141 case 6: /* lower window */ 3129 case 6: /* lower window */
3142 XLowerWindow (dpy, parent[0]); 3130 XLowerWindow (dpy, parent);
3143 break; 3131 break;
3144 case 7: /* refresh window */ 3132 case 7: /* refresh window */
3145 scr_touch (true); 3133 scr_touch (true);
3146 break; 3134 break;
3147 case 8: /* set size (chars) */ 3135 case 8: /* set size (chars) */
3158 3146
3159 /* 3147 /*
3160 * reports - some output format copied from XTerm 3148 * reports - some output format copied from XTerm
3161 */ 3149 */
3162 case 11: /* report window state */ 3150 case 11: /* report window state */
3163 XGetWindowAttributes (dpy, parent[0], &wattr); 3151 XGetWindowAttributes (dpy, parent, &wattr);
3164 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3152 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3165 break; 3153 break;
3166 case 13: /* report window position */ 3154 case 13: /* report window position */
3167 XGetWindowAttributes (dpy, parent[0], &wattr); 3155 XGetWindowAttributes (dpy, parent, &wattr);
3168 XTranslateCoordinates (dpy, parent[0], wattr.root, 3156 XTranslateCoordinates (dpy, parent, wattr.root,
3169 -wattr.border_width, -wattr.border_width, 3157 -wattr.border_width, -wattr.border_width,
3170 &x, &y, &wdummy); 3158 &x, &y, &wdummy);
3171 tt_printf ("\033[3;%d;%dt", x, y); 3159 tt_printf ("\033[3;%d;%dt", x, y);
3172 break; 3160 break;
3173 case 14: /* report window size (pixels) */ 3161 case 14: /* report window size (pixels) */
3174 XGetWindowAttributes (dpy, parent[0], &wattr); 3162 XGetWindowAttributes (dpy, parent, &wattr);
3175 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3163 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3176 break; 3164 break;
3177 case 18: /* report text area size (chars) */ 3165 case 18: /* report text area size (chars) */
3178 tt_printf ("\033[8;%d;%dt", nrow, ncol); 3166 tt_printf ("\033[8;%d;%dt", nrow, ncol);
3179 break; 3167 break;
3181 tt_printf ("\033[9;%d;%dt", nrow, ncol); 3169 tt_printf ("\033[9;%d;%dt", nrow, ncol);
3182 break; 3170 break;
3183 case 20: /* report icon label */ 3171 case 20: /* report icon label */
3184 { 3172 {
3185 char *s; 3173 char *s;
3186 XGetIconName (dpy, parent[0], &s); 3174 XGetIconName (dpy, parent, &s);
3187 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3175 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3188 XFree (s); 3176 XFree (s);
3189 } 3177 }
3190 break; 3178 break;
3191 case 21: /* report window title */ 3179 case 21: /* report window title */
3192 { 3180 {
3193 char *s; 3181 char *s;
3194 XFetchName (dpy, parent[0], &s); 3182 XFetchName (dpy, parent, &s);
3195 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3183 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3196 XFree (s); 3184 XFree (s);
3197 } 3185 }
3198 break; 3186 break;
3199 } 3187 }
3353 unsigned long bytes_after; 3341 unsigned long bytes_after;
3354 unsigned char *value = 0; 3342 unsigned char *value = 0;
3355 const char *str = ""; 3343 const char *str = "";
3356 3344
3357 if (prop 3345 if (prop
3358 && XGetWindowProperty (dpy, parent[0], 3346 && XGetWindowProperty (dpy, parent,
3359 prop, 0, 1<<16, 0, AnyPropertyType, 3347 prop, 0, 1<<16, 0, AnyPropertyType,
3360 &actual_type, &actual_format, 3348 &actual_type, &actual_format,
3361 &nitems, &bytes_after, &value) == Success 3349 &nitems, &bytes_after, &value) == Success
3362 && actual_type != None 3350 && actual_type != None
3363 && actual_format == 8) 3351 && actual_format == 8)
3375 { 3363 {
3376 *eq = 0; 3364 *eq = 0;
3377 set_utf8_property (display->atom (str), eq + 1); 3365 set_utf8_property (display->atom (str), eq + 1);
3378 } 3366 }
3379 else 3367 else
3380 XDeleteProperty (dpy, parent[0], 3368 XDeleteProperty (dpy, parent,
3381 display->atom (str)); 3369 display->atom (str));
3382 } 3370 }
3383 break; 3371 break;
3384 3372
3385 case XTerm_Color: 3373 case XTerm_Color:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines