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.286 by root, Wed Jan 25 21:09:21 2006 UTC vs.
Revision 1.295 by root, Tue Jan 31 00:25:16 2006 UTC

227# if !UNICODE3 227# if !UNICODE3
228 if (ch >= 0x10000) 228 if (ch >= 0x10000)
229 ch = 0xfffd; 229 ch = 0xfffd;
230# endif 230# endif
231 scr_overlay_set (11, y, ch, r); 231 scr_overlay_set (11, y, ch, r);
232
233 if (WCWIDTH (ch) >= 2)
232 scr_overlay_set (12, y, NOCHAR, r); 234 scr_overlay_set (12, y, NOCHAR, r);
233 } 235 }
234 236
237// {
238// char buf[4+4+3+1];
239// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y);
240// scr_overlay_set (0, 0, buf);
241// }
235 scr_overlay_set (0, len , attr); 242 scr_overlay_set (0, len , attr);
236 scr_overlay_set (0, len + 1, fname); 243 scr_overlay_set (0, len + 1, fname);
237 244
238 free (fname); 245 free (fname);
239 246
1696rxvt_term::focus_in () 1703rxvt_term::focus_in ()
1697{ 1704{
1698 if (!focus) 1705 if (!focus)
1699 { 1706 {
1700 focus = 1; 1707 focus = 1;
1701 want_refresh = 1;
1702 1708
1703 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1709 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1704 1710
1705#if USE_XIM 1711#if USE_XIM
1706 if (Input_Context != NULL) 1712 if (Input_Context != NULL)
1715#endif 1721#endif
1716#if OFF_FOCUS_FADING 1722#if OFF_FOCUS_FADING
1717 if (rs[Rs_fade]) 1723 if (rs[Rs_fade])
1718 { 1724 {
1719 pix_colors = pix_colors_focused; 1725 pix_colors = pix_colors_focused;
1726 want_refresh = 1;
1720 scr_recolour (); 1727 scr_recolour ();
1721 } 1728 }
1722#endif 1729#endif
1723 } 1730 }
1724} 1731}
1727rxvt_term::focus_out () 1734rxvt_term::focus_out ()
1728{ 1735{
1729 if (focus) 1736 if (focus)
1730 { 1737 {
1731 focus = 0; 1738 focus = 0;
1732 want_refresh = 1;
1733 1739
1734 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1740 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1735 1741
1736#if ENABLE_FRILLS || ISO_14755 1742#if ENABLE_FRILLS || ISO_14755
1737 if (iso14755buf) 1743 if (iso14755buf)
1753#endif 1759#endif
1754#if OFF_FOCUS_FADING 1760#if OFF_FOCUS_FADING
1755 if (rs[Rs_fade]) 1761 if (rs[Rs_fade])
1756 { 1762 {
1757 pix_colors = pix_colors_unfocused; 1763 pix_colors = pix_colors_unfocused;
1764 want_refresh = 1;
1758 scr_recolour (); 1765 scr_recolour ();
1759 } 1766 }
1760#endif 1767#endif
1761 } 1768 }
1762} 1769}
2531 XFreePixmap (xdisp, pixmap); 2538 XFreePixmap (xdisp, pixmap);
2532 2539
2533#if TINTING 2540#if TINTING
2534 if (ISSET_PIXCOLOR (Color_tint)) 2541 if (ISSET_PIXCOLOR (Color_tint))
2535 { 2542 {
2536 unsigned short rm, gm, bm;
2537 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100; 2543 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100;
2538 2544
2545 rxvt_rgba c;
2539 pix_colors_focused[Color_tint].get (this, rm, gm, bm); 2546 pix_colors_focused [Color_tint].get (this, c);
2540 2547
2541 ShadeXImage (this, image, shade, rm, gm, bm); 2548 ShadeXImage (this, image, shade, c.r, c.g, c.b);
2542 } 2549 }
2543#endif 2550#endif
2544 2551
2545 pixmap = XCreatePixmap (xdisp, vt, szHint.width, szHint.height, image->depth); 2552 pixmap = XCreatePixmap (xdisp, vt, szHint.width, szHint.height, image->depth);
2546 gc = XCreateGC (xdisp, vt, 0UL, &gcvalue); 2553 gc = XCreateGC (xdisp, vt, 0UL, &gcvalue);
3084 scr_charset_set (2, (unsigned int)cmd_getc ()); 3091 scr_charset_set (2, (unsigned int)cmd_getc ());
3085 break; 3092 break;
3086 case '+': 3093 case '+':
3087 scr_charset_set (3, (unsigned int)cmd_getc ()); 3094 scr_charset_set (3, (unsigned int)cmd_getc ());
3088 break; 3095 break;
3089#if ENABLE_FRILLS 3096#if !ENABLE_MINIMAL
3090 case '6': 3097 case '6':
3091 scr_backindex (); 3098 scr_backindex ();
3092 break; 3099 break;
3093#endif 3100#endif
3094 case '7': 3101 case '7':
3095 scr_cursor (SAVE); 3102 scr_cursor (SAVE);
3096 break; 3103 break;
3097 case '8': 3104 case '8':
3098 scr_cursor (RESTORE); 3105 scr_cursor (RESTORE);
3099 break; 3106 break;
3100#if ENABLE_FRILLS 3107#if !ENABLE_MINIMAL
3101 case '9': 3108 case '9':
3102 scr_forwardindex (); 3109 scr_forwardindex ();
3103 break; 3110 break;
3104#endif 3111#endif
3105 case '=': 3112 case '=':
3278 { 3285 {
3279 case '>': 3286 case '>':
3280 if (ch == CSI_DA) /* secondary device attributes */ 3287 if (ch == CSI_DA) /* secondary device attributes */
3281 { 3288 {
3282 // first parameter is normally 0 for vt100, 1 for some newer vtxxx, 'R' for rxvt, 3289 // first parameter is normally 0 for vt100, 1 for some newer vtxxx, 'R' for rxvt,
3283 // 'U' for rxvt-unicode <= 7.2, and Mm85 (e.g. 7385 for 7.3) for later versions. 3290 // 'U' for rxvt-unicode != 7.[34] (where it was broken).
3284 // 3291 //
3285 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt 3292 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt
3286 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify 3293 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify
3287 // that we do not support xterm mouse reporting (should be 95 when we do). 3294 // that we do not support xterm mouse reporting (should be 95 when we do).
3288 // 3295 //
3289 tt_printf ("\033[>%c%c85;94;0c", VERSION[0], VERSION[1]); 3296 tt_printf ("\033[>%d;94;0c", 'U');
3290 } 3297 }
3291 break; 3298 break;
3292 case '?': 3299 case '?':
3293 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't') 3300 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't')
3294 process_terminal_mode (ch, priv, nargs, arg); 3301 process_terminal_mode (ch, priv, nargs, arg);
3498 break; 3505 break;
3499 case CSI_75: 3506 case CSI_75:
3500 scr_cursor (RESTORE); 3507 scr_cursor (RESTORE);
3501 break; 3508 break;
3502 3509
3503#if ENABLE_FRILLS 3510#if !ENABLE_MINIMAL
3504 case CSI_74: 3511 case CSI_74:
3505 process_window_ops (arg, nargs); 3512 process_window_ops (arg, nargs);
3506 break; 3513 break;
3507#endif 3514#endif
3508 3515
3515 break; 3522 break;
3516 } 3523 }
3517} 3524}
3518/*}}} */ 3525/*}}} */
3519 3526
3520#if ENABLE_FRILLS 3527#if !ENABLE_MINIMAL
3521/* ARGSUSED */ 3528/* ARGSUSED */
3522void 3529void
3523rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3530rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3524{ 3531{
3525 int x, y; 3532 int x, y;
3714void 3721void
3715rxvt_term::process_color_seq (int report, int color, const char *str, char resp) 3722rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3716{ 3723{
3717 if (str[0] == '?' && !str[1]) 3724 if (str[0] == '?' && !str[1])
3718 { 3725 {
3719 unsigned short r, g, b; 3726 rxvt_rgba c;
3720 pix_colors_focused[color].get (this, r, g, b); 3727 pix_colors_focused[color].get (this, c);
3728
3729#if XFT
3730 if (c.a != rxvt_rgba::MAX_CC)
3731 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp);
3732 else
3733#endif
3721 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, r, g, b, resp); 3734 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3722 } 3735 }
3723 else 3736 else
3724 set_window_color (color, str); 3737 set_window_color (color, str);
3725} 3738}
3726 3739
3767 &nitems, &bytes_after, &value) == Success 3780 &nitems, &bytes_after, &value) == Success
3768 && actual_type != None 3781 && actual_type != None
3769 && actual_format == 8) 3782 && actual_format == 8)
3770 str = (const char *)(value); 3783 str = (const char *)(value);
3771 3784
3772 tt_printf ("\033]%d;%s%c", XTerm_property, str, resp); 3785 tt_printf ("\033]%d;%s%c", op, str, resp);
3773 3786
3774 XFree (value); 3787 XFree (value);
3775 } 3788 }
3776 else 3789 else
3777 { 3790 {
3801 break; 3814 break;
3802 3815
3803 if ((buf = strchr (name, ';')) != NULL) 3816 if ((buf = strchr (name, ';')) != NULL)
3804 *buf++ = '\0'; 3817 *buf++ = '\0';
3805 3818
3806 if (name[0] == '?' && !name[1]) 3819 process_color_seq (op, color, name, resp);
3807 {
3808 unsigned short r, g, b;
3809 pix_colors_focused[color].get (this, r, g, b);
3810 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp);
3811 }
3812 else
3813 set_window_color (color, name);
3814 } 3820 }
3815 break; 3821 break;
3816 case XTerm_Color00: 3822 case XTerm_Color00:
3817 process_color_seq (XTerm_Color00, Color_fg, str, resp); 3823 process_color_seq (op, Color_fg, str, resp);
3818 break; 3824 break;
3819 case XTerm_Color01: 3825 case XTerm_Color01:
3820 process_color_seq (XTerm_Color01, Color_bg, str, resp); 3826 process_color_seq (op, Color_bg, str, resp);
3821 break; 3827 break;
3822#ifndef NO_CURSORCOLOR 3828#ifndef NO_CURSORCOLOR
3823 case XTerm_Color_cursor: 3829 case XTerm_Color_cursor:
3824 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp); 3830 process_color_seq (op, Color_cursor, str, resp);
3825 break; 3831 break;
3826#endif 3832#endif
3827 case XTerm_Color_pointer_fg: 3833 case XTerm_Color_pointer_fg:
3828 process_color_seq (XTerm_Color_pointer_fg, Color_pointer_fg, str, resp); 3834 process_color_seq (op, Color_pointer_fg, str, resp);
3829 break; 3835 break;
3830 case XTerm_Color_pointer_bg: 3836 case XTerm_Color_pointer_bg:
3831 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3837 process_color_seq (op, Color_pointer_bg, str, resp);
3832 break; 3838 break;
3833#ifndef NO_BOLD_UNDERLINE_REVERSE 3839#ifndef NO_BOLD_UNDERLINE_REVERSE
3834 case XTerm_Color_RV: 3840 case XTerm_Color_RV:
3835 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3841 process_color_seq (op, Color_RV, str, resp);
3836 break; 3842 break;
3837 case Rxvt_Color_BD: 3843 case Rxvt_Color_BD:
3838 case URxvt_Color_BD: 3844 case URxvt_Color_BD:
3839 process_color_seq (op, Color_BD, str, resp); 3845 process_color_seq (op, Color_BD, str, resp);
3840 break; 3846 break;
3841 case Rxvt_Color_UL: 3847 case Rxvt_Color_UL:
3842 case URxvt_Color_UL: 3848 case URxvt_Color_UL:
3843 process_color_seq (op, Color_UL, str, resp); 3849 process_color_seq (op, Color_UL, str, resp);
3844 break; 3850 break;
3845 case URxvt_Color_IT: 3851 case URxvt_Color_IT:
3846 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3852 process_color_seq (op, Color_IT, str, resp);
3847 break; 3853 break;
3848#endif 3854#endif
3849#if TRANSPARENT && TINTING 3855#if TRANSPARENT && TINTING
3850 case URxvt_Color_tint: 3856 case URxvt_Color_tint:
3851 process_color_seq (URxvt_Color_tint, Color_tint, str, resp); 3857 process_color_seq (op, Color_tint, str, resp);
3852 check_our_parents (); 3858 check_our_parents ();
3853 if (am_transparent) 3859 if (am_transparent)
3854 want_full_refresh = want_refresh = 1; 3860 want_full_refresh = want_refresh = 1;
3855 break; 3861 break;
3856#endif 3862#endif
3930 allocated.push_back ((void *)res); 3936 allocated.push_back ((void *)res);
3931 set_fonts (); 3937 set_fonts ();
3932 } 3938 }
3933 break; 3939 break;
3934 3940
3935#if ENABLE_FRILLS 3941 case URxvt_version:
3942 if (query)
3943 tt_printf ("\33]%d;rxvt-unicode;%-.20s;%c;%c%c",
3944 op,
3945 rs[Rs_name], VERSION[0], VERSION[2],
3946 resp);
3947 break;
3948
3949#if !ENABLE_MINIMAL
3936 case URxvt_locale: 3950 case URxvt_locale:
3937 if (query) 3951 if (query)
3938 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, OPTION (Opt_insecure) ? locale : "", resp); 3952 tt_printf ("\33]%d;%-.250s%c", op, OPTION (Opt_insecure) ? locale : "", resp);
3939 else 3953 else
3940 { 3954 {
3941 set_locale (str); 3955 set_locale (str);
3942 pty->set_utf8_mode (enc_utf8); 3956 pty->set_utf8_mode (enc_utf8);
3943 init_xlocale (); 3957 init_xlocale ();
4304 scr_color (Color_bg, Color_bg); 4318 scr_color (Color_bg, Color_bg);
4305 break; 4319 break;
4306 4320
4307 //case 50: // not variable spacing 4321 //case 50: // not variable spacing
4308 4322
4309#if ENABLE_FRILLS 4323#if !ENABLE_MINIMAL
4310 case 90: 4324 case 90:
4311 case 91: /* set bright fg color */ 4325 case 91: /* set bright fg color */
4312 case 92: 4326 case 92:
4313 case 93: 4327 case 93:
4314 case 94: 4328 case 94:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines