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.317 by root, Sat Jan 13 15:06:54 2007 UTC vs.
Revision 1.347 by sasha, Wed Aug 15 22:41:52 2007 UTC

95 XK_Shift_L, 0x21e7, 95 XK_Shift_L, 0x21e7,
96 XK_Shift_R, 0x21e7, 96 XK_Shift_R, 0x21e7,
97 97
98 XK_Shift_Lock, 0x21eb, 98 XK_Shift_Lock, 0x21eb,
99 XK_ISO_Lock, 0x21eb, 99 XK_ISO_Lock, 0x21eb,
100 XK_ISO_Lock, 0x21eb,
101 XK_Caps_Lock, 0x21ec, 100 XK_Caps_Lock, 0x21ec,
102 XK_Num_Lock, 0x21ed, 101 XK_Num_Lock, 0x21ed,
103 XK_ISO_Level3_Shift, 0x21ee, 102 XK_ISO_Level3_Shift, 0x21ee,
104 XK_ISO_Level3_Lock, 0x21ef, 103 XK_ISO_Level3_Lock, 0x21ef,
105 XK_ISO_Group_Lock, 0x21f0, 104 XK_ISO_Group_Lock, 0x21f0,
500# if ISO_14755 499# if ISO_14755
501 iso14755_51 (0); 500 iso14755_51 (0);
502# endif 501# endif
503 return; 502 return;
504 } 503 }
504 else if (keysym == XK_BackSpace)
505 {
506 iso14755buf = ((iso14755buf & ISO_14755_MASK) >> 4) | ISO_14755_51;
507# if ISO_14755
508 iso14755_51 (iso14755buf & ISO_14755_MASK);
509# endif
510 return;
511 }
505 else if ((hv = hex_keyval (ev)) >= 0) 512 else if ((hv = hex_keyval (ev)) >= 0)
506 { 513 {
507 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK) 514 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK)
508 | hv | ISO_14755_51; 515 | hv | ISO_14755_51;
509# if ISO_14755 516# if ISO_14755
511# endif 518# endif
512 return; 519 return;
513 } 520 }
514 else 521 else
515 { 522 {
516# if ENABLE_OVERLAY 523# if ISO_14755
517 scr_overlay_off (); 524 scr_overlay_off ();
518# endif 525# endif
519 iso14755buf = 0; 526 iso14755buf = 0;
520 } 527 }
521 } 528 }
522 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R)) 529 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R))
523 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R))) 530 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R)))
524 if (!(iso14755buf & ISO_14755_STARTED)) 531 if (!(iso14755buf & ISO_14755_STARTED))
525 { 532 {
526 iso14755buf |= ISO_14755_STARTED; 533 iso14755buf |= ISO_14755_STARTED;
527# if ENABLE_OVERLAY 534# if ISO_14755
528 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1); 535 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1);
529 scr_overlay_set (0, 0, "ISO 14755 mode"); 536 scr_overlay_set (0, 0, "ISO 14755 mode");
530# endif 537# endif
531 } 538 }
532#endif 539#endif
533 540
534#ifdef PRINTPIPE 541#ifdef PRINTPIPE
535 if (keysym == XK_Print) 542 if (keysym == XK_Print)
536 { 543 {
537 scr_printscreen (ctrl | shft); 544 scr_printscreen (ctrl | shft);
538 return; 545 return;
720 727
721 case XK_Find: 728 case XK_Find:
722 strcpy (kbuf, "\033[1~"); 729 strcpy (kbuf, "\033[1~");
723 break; 730 break;
724 731
725#ifdef XK_KP_End 732#ifdef XK_KP_Insert
726 case XK_KP_Insert: 733 case XK_KP_Insert:
727 /* allow shift to override */ 734 /* allow shift to override */
728 if ((priv_modes & PrivMode_aplKP) ? !shft : shft) 735 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
729 { 736 {
730 strcpy (kbuf, "\033Op"); 737 strcpy (kbuf, "\033Op");
877 return; 884 return;
878 885
879 if (len <= 0) 886 if (len <= 0)
880 return; /* not mapped */ 887 return; /* not mapped */
881 888
882 if (OPTION (Opt_scrollTtyKeypress)) 889 if (option (Opt_scrollTtyKeypress))
883 if (view_start) 890 if (view_start)
884 { 891 {
885 view_start = 0; 892 view_start = 0;
886 want_refresh = 1; 893 want_refresh = 1;
887 } 894 }
926#if ENABLE_FRILLS || ISO_14755 933#if ENABLE_FRILLS || ISO_14755
927 // ISO 14755 support 934 // ISO 14755 support
928 if (iso14755buf) 935 if (iso14755buf)
929 if (iso14755buf & ISO_14755_52) 936 if (iso14755buf & ISO_14755_52)
930 { 937 {
931# if ENABLE_OVERLAY 938# if ISO_14755
932 scr_overlay_off (); 939 scr_overlay_off ();
933# endif 940# endif
934# if ISO_14755 941# if ISO_14755
935 // iso14755 part 5.2 handling: release time 942 // iso14755 part 5.2 handling: release time
936 // first: controls 943 // first: controls
959 966
960 return; 967 return;
961 } 968 }
962 else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask)) 969 else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
963 { 970 {
964# if ENABLE_OVERLAY 971# if ISO_14755
965 scr_overlay_off (); 972 scr_overlay_off ();
966# endif 973# endif
967 if (iso14755buf & ISO_14755_51) 974 if (iso14755buf & ISO_14755_51)
968 commit_iso14755 (); 975 commit_iso14755 ();
969#if ISO_14755 976#if ISO_14755
970 else if (iso14755buf & ISO_14755_STARTED) 977 else if (option (Opt_iso14755_52) && iso14755buf & ISO_14755_STARTED)
971 { 978 {
972 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair 979 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
973 980
974 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1); 981 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
975 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE"); 982 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
1027void 1034void
1028rxvt_term::flush () 1035rxvt_term::flush ()
1029{ 1036{
1030 flush_ev.stop (); 1037 flush_ev.stop ();
1031 1038
1032#ifdef TRANSPARENT 1039#ifdef ENABLE_TRANSPARENCY
1033 if (want_full_refresh) 1040 if (want_full_refresh)
1034 { 1041 {
1035 want_full_refresh = 0; 1042 want_full_refresh = 0;
1036 scr_clear (); 1043 scr_clear ();
1037 scr_touch (false); 1044 scr_touch (false);
1102void 1109void
1103rxvt_term::flush_cb (time_watcher &w) 1110rxvt_term::flush_cb (time_watcher &w)
1104{ 1111{
1105 make_current (); 1112 make_current ();
1106 1113
1107 refresh_limit = 1;
1108 refresh_count = 0; 1114 refresh_count = 0;
1109 flush (); 1115 flush ();
1110} 1116}
1111 1117
1112#ifdef CURSOR_BLINK 1118#ifdef CURSOR_BLINK
1178 1184
1179#if LINUX_YIELD_HACK 1185#if LINUX_YIELD_HACK
1180static struct event_handler 1186static struct event_handler
1181{ 1187{
1182 check_watcher yield_ev; 1188 check_watcher yield_ev;
1183 1189
1184 void yield_cb (check_watcher &w) 1190 void yield_cb (check_watcher &w)
1185 { 1191 {
1186 // this should really be sched_yield(), but the linux guys thought 1192 // this should really be sched_yield(), but the linux guys thought
1187 // that giving a process calling sched_yield () less cpu time than 1193 // that giving a process calling sched_yield () less cpu time than
1188 // ones with high nice levels is a useful thing to do. It surely is is 1194 // ones with high nice levels is a useful thing to do. It surely is is
1232 } 1238 }
1233 else 1239 else
1234 { 1240 {
1235 pty_ev.stop (); 1241 pty_ev.stop ();
1236 1242
1237 if (!OPTION (Opt_hold)) 1243 if (!option (Opt_hold))
1238 destroy (); 1244 destroy ();
1239 } 1245 }
1240 1246
1241 return false; 1247 return false;
1242} 1248}
1243 1249
1244void 1250void
1245rxvt_term::pty_cb (io_watcher &w, short revents) 1251rxvt_term::pty_cb (io_watcher &w, short revents)
1263 recolour_cursor (); 1269 recolour_cursor ();
1264 1270
1265#ifdef POINTER_BLANK 1271#ifdef POINTER_BLANK
1266 hidden_pointer = 0; 1272 hidden_pointer = 0;
1267 1273
1268 if (OPTION (Opt_pointerBlank)) 1274 if (option (Opt_pointerBlank))
1269 pointer_ev.start (NOW + pointerBlankDelay); 1275 pointer_ev.start (NOW + pointerBlankDelay);
1270#endif 1276#endif
1271} 1277}
1272 1278
1273#ifdef POINTER_BLANK 1279#ifdef POINTER_BLANK
1274void 1280void
1275rxvt_term::pointer_blank () 1281rxvt_term::pointer_blank ()
1276{ 1282{
1277 if (!OPTION (Opt_pointerBlank)) 1283 if (!option (Opt_pointerBlank))
1278 return; 1284 return;
1279 1285
1280 XDefineCursor (dpy, vt, display->blank_cursor); 1286 XDefineCursor (dpy, vt, display->blank_cursor);
1281 XFlush (dpy); 1287 XFlush (dpy);
1282 1288
1426 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT) 1432 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT)
1427 focus_out (); 1433 focus_out ();
1428 } 1434 }
1429#endif 1435#endif
1430 } 1436 }
1431 break;
1432
1433 case MappingNotify:
1434 XRefreshKeyboardMapping (&ev.xmapping);
1435 break; 1437 break;
1436 1438
1437 /* 1439 /*
1438 * XXX: this is not the _current_ arrangement 1440 * XXX: this is not the _current_ arrangement
1439 * Here's my conclusion: 1441 * Here's my conclusion:
1458 break; 1460 break;
1459 } 1461 }
1460 break; 1462 break;
1461 1463
1462 case FocusIn: 1464 case FocusIn:
1463 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1465 if (ev.xfocus.detail != NotifyInferior
1466 && ev.xfocus.detail != NotifyPointer
1467 && ev.xfocus.mode != NotifyGrab)
1464 focus_in (); 1468 focus_in ();
1465 break; 1469 break;
1466 1470
1467 case FocusOut: 1471 case FocusOut:
1468 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1472 if (ev.xfocus.detail != NotifyInferior
1473 && ev.xfocus.detail != NotifyPointer
1474 && ev.xfocus.mode != NotifyGrab)
1469 focus_out (); 1475 focus_out ();
1470 break; 1476 break;
1471 1477
1472 case ConfigureNotify: 1478 case ConfigureNotify:
1473 if (ev.xconfigure.window == parent[0]) 1479 if (ev.xconfigure.window == parent[0])
1478 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1484 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1479 { 1485 {
1480 seen_resize = 1; 1486 seen_resize = 1;
1481 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1487 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1482 } 1488 }
1483 1489 else
1490 {
1491#ifdef ENABLE_TRANSPARENCY
1492 if (option (Opt_transparent))
1493 if (bgPixmap.render ())
1494 scr_touch (false);
1495#endif
1496 }
1484 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1497 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1485
1486#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1487#if 0
1488 if (OPTION (Opt_transparent))
1489 check_our_parents ();
1490#endif
1491#endif
1492 } 1498 }
1493 break; 1499 break;
1494 1500
1495 case PropertyNotify: 1501 case PropertyNotify:
1496 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END))) 1502 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END)))
1527 text_blink_ev.stop (); 1533 text_blink_ev.stop ();
1528#endif 1534#endif
1529 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1535 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1530 break; 1536 break;
1531 1537
1532#ifdef TRANSPARENT 1538#ifdef ENABLE_TRANSPARENCY
1533 case ReparentNotify: 1539 case ReparentNotify:
1534 rootwin_cb (ev); 1540 rootwin_cb (ev);
1535 break; 1541 break;
1536#endif /* TRANSPARENT */ 1542#endif /* ENABLE_TRANSPARENCY */
1537 1543
1538 case GraphicsExpose: 1544 case GraphicsExpose:
1539 case Expose: 1545 case Expose:
1540 if (ev.xany.window == vt) 1546 if (ev.xany.window == vt)
1541 { 1547 {
1564 if (isScrollbarWindow (ev.xany.window)) 1570 if (isScrollbarWindow (ev.xany.window))
1565 { 1571 {
1566 scrollBar.setIdle (); 1572 scrollBar.setIdle ();
1567 scrollbar_show (0); 1573 scrollbar_show (0);
1568 } 1574 }
1569
1570#ifdef TRANSPARENT
1571 if (am_transparent && ev.xany.window == parent[0])
1572 XClearWindow (dpy, ev.xany.window);
1573#endif
1574 } 1575 }
1575 break; 1576 break;
1576 1577
1577 case MotionNotify: 1578 case MotionNotify:
1578#ifdef POINTER_BLANK 1579#ifdef POINTER_BLANK
1676 &ev.xbutton.x, &ev.xbutton.y, 1677 &ev.xbutton.x, &ev.xbutton.y,
1677 &unused_mask); 1678 &unused_mask);
1678 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1679 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1679 scrollbar_size ()); 1680 scrollbar_size ());
1680 want_refresh = 1; 1681 want_refresh = 1;
1681 refresh_limit = 0;
1682 scrollbar_show (1); 1682 scrollbar_show (1);
1683 } 1683 }
1684 break; 1684 break;
1685 } 1685 }
1686 1686
1687#if defined(CURSOR_BLINK) 1687#if defined(CURSOR_BLINK)
1688 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress) 1688 if (option (Opt_cursorBlink) && ev.type == KeyPress)
1689 { 1689 {
1690 if (hidden_cursor) 1690 if (hidden_cursor)
1691 { 1691 {
1692 hidden_cursor = 0; 1692 hidden_cursor = 0;
1693 want_refresh = 1; 1693 want_refresh = 1;
1696 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1696 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL);
1697 } 1697 }
1698#endif 1698#endif
1699 1699
1700#if defined(POINTER_BLANK) 1700#if defined(POINTER_BLANK)
1701 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0) 1701 if (option (Opt_pointerBlank) && pointerBlankDelay > 0)
1702 { 1702 {
1703 if (ev.type == MotionNotify 1703 if (ev.type == MotionNotify
1704 || ev.type == ButtonPress 1704 || ev.type == ButtonPress
1705 || ev.type == ButtonRelease) 1705 || ev.type == ButtonRelease)
1706 if (hidden_pointer) 1706 if (hidden_pointer)
1728 IMSetPosition (); 1728 IMSetPosition ();
1729 XSetICFocus (Input_Context); 1729 XSetICFocus (Input_Context);
1730 } 1730 }
1731#endif 1731#endif
1732#if CURSOR_BLINK 1732#if CURSOR_BLINK
1733 if (OPTION (Opt_cursorBlink)) 1733 if (option (Opt_cursorBlink))
1734 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1734 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL);
1735#endif 1735#endif
1736#if OFF_FOCUS_FADING 1736#if OFF_FOCUS_FADING
1737 if (rs[Rs_fade]) 1737 if (rs[Rs_fade])
1738 { 1738 {
1739 pix_colors = pix_colors_focused; 1739 pix_colors = pix_colors_focused;
1740 scr_recolour (); 1740 scr_recolour ();
1741 } 1741 }
1742#endif 1742#endif
1743#if ENABLE_FRILLS
1744 if (option (Opt_urgentOnBell))
1745 {
1746 XWMHints *h;
1747
1748 h = XGetWMHints(dpy, parent[0]);
1749 if (h != NULL)
1750 {
1751 h->flags &= ~XUrgencyHint;
1752 XSetWMHints(dpy, parent[0], h);
1753 }
1754 }
1755#endif
1743 } 1756 }
1744} 1757}
1745 1758
1746void 1759void
1747rxvt_term::focus_out () 1760rxvt_term::focus_out ()
1755 1768
1756#if ENABLE_FRILLS || ISO_14755 1769#if ENABLE_FRILLS || ISO_14755
1757 if (iso14755buf) 1770 if (iso14755buf)
1758 { 1771 {
1759 iso14755buf = 0; 1772 iso14755buf = 0;
1760# if ENABLE_OVERLAY 1773# if ISO_14755
1761 scr_overlay_off (); 1774 scr_overlay_off ();
1762# endif 1775# endif
1763 } 1776 }
1764#endif 1777#endif
1765#if USE_XIM 1778#if USE_XIM
1766 if (Input_Context != NULL) 1779 if (Input_Context != NULL)
1767 XUnsetICFocus (Input_Context); 1780 XUnsetICFocus (Input_Context);
1768#endif 1781#endif
1769#if CURSOR_BLINK 1782#if CURSOR_BLINK
1770 if (OPTION (Opt_cursorBlink)) 1783 if (option (Opt_cursorBlink))
1771 cursor_blink_ev.stop (); 1784 cursor_blink_ev.stop ();
1772 hidden_cursor = 0; 1785 hidden_cursor = 0;
1773#endif 1786#endif
1774#if OFF_FOCUS_FADING 1787#if OFF_FOCUS_FADING
1775 if (rs[Rs_fade]) 1788 if (rs[Rs_fade])
1792 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 1805 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1793 } 1806 }
1794#endif 1807#endif
1795} 1808}
1796 1809
1797#if TRANSPARENT || ENABLE_PERL 1810#if ENABLE_TRANSPARENCY || ENABLE_PERL
1798void 1811void
1799rxvt_term::rootwin_cb (XEvent &ev) 1812rxvt_term::rootwin_cb (XEvent &ev)
1800{ 1813{
1801 make_current (); 1814 make_current ();
1802 1815
1803 if (SHOULD_INVOKE (HOOK_ROOT_EVENT) 1816 if (SHOULD_INVOKE (HOOK_ROOT_EVENT)
1804 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END))) 1817 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END)))
1805 return; 1818 return;
1806 1819
1807# if TRANSPARENT 1820# if ENABLE_TRANSPARENCY
1808 switch (ev.type) 1821 switch (ev.type)
1809 { 1822 {
1810 case PropertyNotify: 1823 case PropertyNotify:
1811 /* 1824 /*
1812 * if user used some Esetroot compatible prog to set the root bg, 1825 * if user used some Esetroot compatible prog to set the root bg,
1813 * use the property to determine the pixmap. We use it later on. 1826 * use the property to determine the pixmap. We use it later on.
1814 */ 1827 */
1815 if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID] 1828 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1816 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1829 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1817 return; 1830 {
1818 1831 bgPixmap.set_root_pixmap ();
1819 /* FALLTHROUGH */ 1832 bgPixmap.render ();
1820 case ReparentNotify: 1833 }
1821 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1822 want_refresh = want_full_refresh = 1;
1823 break; 1834 break;
1824 } 1835 }
1825# endif 1836# endif
1826} 1837}
1827#endif 1838#endif
2158 selection_make (ev.time); 2169 selection_make (ev.time);
2159 break; 2170 break;
2160 2171
2161 case Button2: 2172 case Button2:
2162 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2173 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2163 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary); 2174 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2164 break; 2175 break;
2165 2176
2166#ifdef MOUSE_WHEEL 2177#ifdef MOUSE_WHEEL
2167 case Button4: 2178 case Button4:
2168 case Button5: 2179 case Button5:
2172 2183
2173 v = ev.button == Button4 ? UP : DN; 2184 v = ev.button == Button4 ? UP : DN;
2174 2185
2175 if (ev.state & ShiftMask) 2186 if (ev.state & ShiftMask)
2176 i = 1; 2187 i = 1;
2177 else if (OPTION (Opt_mouseWheelScrollPage)) 2188 else if (option (Opt_mouseWheelScrollPage))
2178 i = nrow - 1; 2189 i = nrow - 1;
2179 else 2190 else
2180 i = 5; 2191 i = 5;
2181 2192
2182# ifdef MOUSE_SLIP_WHEELING 2193# ifdef MOUSE_SLIP_WHEELING
2203 break; 2214 break;
2204#endif 2215#endif
2205 } 2216 }
2206 } 2217 }
2207} 2218}
2208
2209#ifdef TRANSPARENT
2210#if TINTING
2211/* taken from aterm-0.4.2 */
2212
2213typedef uint32_t RUINT32T;
2214
2215void ShadeXImage(rxvt_term *term, XImage* srcImage, int shade, int rm, int gm, int bm)
2216{
2217 int sh_r, sh_g, sh_b;
2218 RUINT32T mask_r, mask_g, mask_b;
2219 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2220 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2221 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2222 int i;
2223
2224 Visual *visual = term->visual;
2225
2226 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2227
2228 /* for convenience */
2229 mask_r = visual->red_mask;
2230 mask_g = visual->green_mask;
2231 mask_b = visual->blue_mask;
2232
2233 /* boring lookup table pre-initialization */
2234 switch (srcImage->bits_per_pixel) {
2235 case 15:
2236 if ((mask_r != 0x7c00) ||
2237 (mask_g != 0x03e0) ||
2238 (mask_b != 0x001f))
2239 return;
2240 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32));
2241 lookup_r = lookup;
2242 lookup_g = lookup+32;
2243 lookup_b = lookup+32+32;
2244 sh_r = 10;
2245 sh_g = 5;
2246 sh_b = 0;
2247 break;
2248 case 16:
2249 if ((mask_r != 0xf800) ||
2250 (mask_g != 0x07e0) ||
2251 (mask_b != 0x001f))
2252 return;
2253 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32));
2254 lookup_r = lookup;
2255 lookup_g = lookup+32;
2256 lookup_b = lookup+32+64;
2257 sh_r = 11;
2258 sh_g = 5;
2259 sh_b = 0;
2260 break;
2261 case 24:
2262 if ((mask_r != 0xff0000) ||
2263 (mask_g != 0x00ff00) ||
2264 (mask_b != 0x0000ff))
2265 return;
2266 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2267 lookup_r = lookup;
2268 lookup_g = lookup+256;
2269 lookup_b = lookup+256+256;
2270 sh_r = 16;
2271 sh_g = 8;
2272 sh_b = 0;
2273 break;
2274 case 32:
2275 if ((mask_r != 0xff0000) ||
2276 (mask_g != 0x00ff00) ||
2277 (mask_b != 0x0000ff))
2278 return;
2279 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2280 lookup_r = lookup;
2281 lookup_g = lookup+256;
2282 lookup_b = lookup+256+256;
2283 sh_r = 16;
2284 sh_g = 8;
2285 sh_b = 0;
2286 break;
2287 default:
2288 return; /* we do not support this color depth */
2289 }
2290
2291 /* prepare limits for color transformation (each channel is handled separately) */
2292 if (shade < 0) {
2293 shade = -shade;
2294 if (shade < 0) shade = 0;
2295 if (shade > 100) shade = 100;
2296
2297 lower_lim_r = 65535-rm;
2298 lower_lim_g = 65535-gm;
2299 lower_lim_b = 65535-bm;
2300
2301 lower_lim_r = 65535-(unsigned int)(((RUINT32T)lower_lim_r)*((RUINT32T)shade)/100);
2302 lower_lim_g = 65535-(unsigned int)(((RUINT32T)lower_lim_g)*((RUINT32T)shade)/100);
2303 lower_lim_b = 65535-(unsigned int)(((RUINT32T)lower_lim_b)*((RUINT32T)shade)/100);
2304
2305 upper_lim_r = upper_lim_g = upper_lim_b = 65535;
2306 } else {
2307 if (shade < 0) shade = 0;
2308 if (shade > 100) shade = 100;
2309
2310 lower_lim_r = lower_lim_g = lower_lim_b = 0;
2311
2312 upper_lim_r = (unsigned int)((((RUINT32T)rm)*((RUINT32T)shade))/100);
2313 upper_lim_g = (unsigned int)((((RUINT32T)gm)*((RUINT32T)shade))/100);
2314 upper_lim_b = (unsigned int)((((RUINT32T)bm)*((RUINT32T)shade))/100);
2315 }
2316
2317 /* switch red and blue bytes if necessary, we need it for some weird XServers like XFree86 3.3.3.1 */
2318 if ((srcImage->bits_per_pixel == 24) && (mask_r >= 0xFF0000 ))
2319 {
2320 unsigned int tmp;
2321
2322 tmp = lower_lim_r;
2323 lower_lim_r = lower_lim_b;
2324 lower_lim_b = tmp;
2325
2326 tmp = upper_lim_r;
2327 upper_lim_r = upper_lim_b;
2328 upper_lim_b = tmp;
2329 }
2330
2331 /* fill our lookup tables */
2332 for (i = 0; i <= mask_r>>sh_r; i++)
2333 {
2334 RUINT32T tmp;
2335 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_r-lower_lim_r));
2336 tmp += ((RUINT32T)(mask_r>>sh_r))*((RUINT32T)lower_lim_r);
2337 lookup_r[i] = (tmp/65535)<<sh_r;
2338 }
2339 for (i = 0; i <= mask_g>>sh_g; i++)
2340 {
2341 RUINT32T tmp;
2342 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_g-lower_lim_g));
2343 tmp += ((RUINT32T)(mask_g>>sh_g))*((RUINT32T)lower_lim_g);
2344 lookup_g[i] = (tmp/65535)<<sh_g;
2345 }
2346 for (i = 0; i <= mask_b>>sh_b; i++)
2347 {
2348 RUINT32T tmp;
2349 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_b-lower_lim_b));
2350 tmp += ((RUINT32T)(mask_b>>sh_b))*((RUINT32T)lower_lim_b);
2351 lookup_b[i] = (tmp/65535)<<sh_b;
2352 }
2353
2354 /* apply table to input image (replacing colors by newly calculated ones) */
2355 switch (srcImage->bits_per_pixel)
2356 {
2357 case 15:
2358 {
2359 unsigned short *p1, *pf, *p, *pl;
2360 p1 = (unsigned short *) srcImage->data;
2361 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2362 while (p1 < pf)
2363 {
2364 p = p1;
2365 pl = p1 + srcImage->width;
2366 for (; p < pl; p++)
2367 {
2368 *p = lookup_r[(*p & 0x7c00)>>10] |
2369 lookup_g[(*p & 0x03e0)>> 5] |
2370 lookup_b[(*p & 0x001f)];
2371 }
2372 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2373 }
2374 break;
2375 }
2376 case 16:
2377 {
2378 unsigned short *p1, *pf, *p, *pl;
2379 p1 = (unsigned short *) srcImage->data;
2380 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2381 while (p1 < pf)
2382 {
2383 p = p1;
2384 pl = p1 + srcImage->width;
2385 for (; p < pl; p++)
2386 {
2387 *p = lookup_r[(*p & 0xf800)>>11] |
2388 lookup_g[(*p & 0x07e0)>> 5] |
2389 lookup_b[(*p & 0x001f)];
2390 }
2391 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2392 }
2393 break;
2394 }
2395 case 24:
2396 {
2397 unsigned char *p1, *pf, *p, *pl;
2398 p1 = (unsigned char *) srcImage->data;
2399 pf = (unsigned char *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2400 while (p1 < pf)
2401 {
2402 p = p1;
2403 pl = p1 + srcImage->width * 3;
2404 for (; p < pl; p += 3)
2405 {
2406 p[0] = lookup_r[(p[0] & 0xff0000)>>16];
2407 p[1] = lookup_r[(p[1] & 0x00ff00)>> 8];
2408 p[2] = lookup_r[(p[2] & 0x0000ff)];
2409 }
2410 p1 = (unsigned char *) ((char *) p1 + srcImage->bytes_per_line);
2411 }
2412 break;
2413 }
2414 case 32:
2415 {
2416 RUINT32T *p1, *pf, *p, *pl;
2417 p1 = (RUINT32T *) srcImage->data;
2418 pf = (RUINT32T *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2419
2420 while (p1 < pf)
2421 {
2422 p = p1;
2423 pl = p1 + srcImage->width;
2424 for (; p < pl; p++)
2425 {
2426 *p = lookup_r[(*p & 0xff0000)>>16] |
2427 lookup_g[(*p & 0x00ff00)>> 8] |
2428 lookup_b[(*p & 0x0000ff)] |
2429 (*p & ~0xffffff);
2430 }
2431 p1 = (RUINT32T *) ((char *) p1 + srcImage->bytes_per_line);
2432 }
2433 break;
2434 }
2435 }
2436
2437 free (lookup);
2438}
2439#endif
2440
2441/*
2442 * Check our parents are still who we think they are.
2443 * Do transparency updates if required
2444 */
2445int
2446rxvt_term::check_our_parents ()
2447{
2448 int i, pchanged, aformat, have_pixmap, rootdepth;
2449 unsigned long nitems, bytes_after;
2450 Atom atype;
2451 unsigned char *prop = NULL;
2452 Window root, oldp, *list;
2453 Pixmap rootpixmap = None;
2454 XWindowAttributes wattr, wrootattr;
2455
2456 pchanged = 0;
2457
2458 if (!OPTION (Opt_transparent))
2459 return pchanged; /* Don't try any more */
2460
2461 XGetWindowAttributes (dpy, display->root, &wrootattr);
2462 rootdepth = wrootattr.depth;
2463
2464 XGetWindowAttributes (dpy, parent[0], &wattr);
2465
2466 if (rootdepth != wattr.depth)
2467 {
2468 if (am_transparent)
2469 {
2470 pchanged = 1;
2471 XSetWindowBackground (dpy, vt, pix_colors_focused[Color_bg]);
2472 am_transparent = am_pixmap_trans = 0;
2473 }
2474
2475 return pchanged; /* Don't try any more */
2476 }
2477
2478 /* Get all X ops out of the queue so that our information is up-to-date. */
2479 XSync (dpy, False);
2480
2481 /*
2482 * Make the frame window set by the window manager have
2483 * the root background. Some window managers put multiple nested frame
2484 * windows for each client, so we have to take care about that.
2485 */
2486 i = (xa[XA_XROOTPMAP_ID]
2487 && XGetWindowProperty (dpy, display->root, xa[XA_XROOTPMAP_ID],
2488 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2489 &nitems, &bytes_after, &prop) == Success);
2490
2491 if (!i || prop == NULL)
2492 i = (xa[XA_ESETROOT_PMAP_ID]
2493 && XGetWindowProperty (dpy, display->root, xa[XA_ESETROOT_PMAP_ID],
2494 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2495 &nitems, &bytes_after, &prop) == Success);
2496
2497 if (!i || prop == NULL
2498#if TINTING
2499 || !ISSET_PIXCOLOR (Color_tint)
2500#endif
2501 )
2502 have_pixmap = 0;
2503 else
2504 {
2505 have_pixmap = 1;
2506 rootpixmap = *(Pixmap *)prop;
2507 XFree (prop);
2508 }
2509
2510 if (have_pixmap)
2511 {
2512 /*
2513 * Copy display->root pixmap transparency
2514 */
2515 int sx, sy, nx, ny;
2516 unsigned int nw, nh;
2517 Window cr;
2518 XImage *image;
2519 GC gc;
2520 XGCValues gcvalue;
2521
2522 XTranslateCoordinates (dpy, parent[0], display->root,
2523 0, 0, &sx, &sy, &cr);
2524 nw = (unsigned int)szHint.width;
2525 nh = (unsigned int)szHint.height;
2526 nx = ny = 0;
2527
2528 if (sx < 0)
2529 {
2530 nw += sx;
2531 nx = -sx;
2532 sx = 0;
2533 }
2534
2535 if (sy < 0)
2536 {
2537 nh += sy;
2538 ny = -sy;
2539 sy = 0;
2540 }
2541
2542 min_it (nw, (unsigned int) (wrootattr.width - sx));
2543 min_it (nh, (unsigned int) (wrootattr.height - sy));
2544
2545 XSync (dpy, False);
2546 allowedxerror = -1;
2547 image = XGetImage (dpy, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2548
2549 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2550 /* XXX: may need a delay here? */
2551 allowedxerror = 0;
2552
2553 if (image == NULL)
2554 {
2555 if (am_transparent && am_pixmap_trans)
2556 {
2557 pchanged = 1;
2558 if (pixmap != None)
2559 {
2560 XFreePixmap (dpy, pixmap);
2561 pixmap = None;
2562 }
2563 }
2564
2565 am_pixmap_trans = 0;
2566 }
2567 else
2568 {
2569 if (pixmap != None)
2570 XFreePixmap (dpy, pixmap);
2571
2572#if TINTING
2573 if (ISSET_PIXCOLOR (Color_tint))
2574 {
2575 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100;
2576
2577 rgba c;
2578 pix_colors_focused [Color_tint].get (c);
2579
2580 ShadeXImage (this, image, shade, c.r, c.g, c.b);
2581 }
2582#endif
2583
2584 pixmap = XCreatePixmap (dpy, vt, szHint.width, szHint.height, image->depth);
2585 gc = XCreateGC (dpy, vt, 0UL, &gcvalue);
2586 XPutImage (dpy, pixmap, gc, image, 0, 0,
2587 nx, ny, image->width, image->height);
2588 XFreeGC (dpy, gc);
2589 XDestroyImage (image);
2590 XSetWindowBackgroundPixmap (dpy, parent[0], pixmap);
2591 XClearWindow (dpy, parent[0]);
2592
2593 if (!am_transparent || !am_pixmap_trans)
2594 pchanged = 1;
2595
2596 am_transparent = am_pixmap_trans = 1;
2597 }
2598 }
2599
2600 if (am_pixmap_trans)
2601 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative);
2602 else
2603 {
2604 unsigned int n;
2605 /*
2606 * InheritPixmap transparency
2607 */
2608 for (i = 1; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2609 {
2610 oldp = parent[i];
2611 XQueryTree (dpy, parent[i - 1], &root, &parent[i], &list, &n);
2612 XFree (list);
2613
2614 if (parent[i] == display->root)
2615 {
2616 if (oldp != None)
2617 pchanged = 1;
2618
2619 break;
2620 }
2621
2622 if (oldp != parent[i])
2623 pchanged = 1;
2624 }
2625
2626 n = 0;
2627
2628 if (pchanged)
2629 for (; n < (unsigned int)i; n++)
2630 {
2631 XGetWindowAttributes (dpy, parent[n], &wattr);
2632
2633 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2634 {
2635 n = (int) (sizeof (parent) / sizeof (Window)) + 1;
2636 break;
2637 }
2638 }
2639
2640 if (n > (sizeof (parent) / sizeof (parent[0])))
2641 {
2642 XSetWindowBackground (dpy, parent[0], pix_colors_focused[Color_border]);
2643 XSetWindowBackground (dpy, vt, pix_colors_focused[Color_bg]);
2644 am_transparent = 0;
2645 /* XXX: also turn off Opt_transparent? */
2646 }
2647 else
2648 {
2649 for (n = 0; n < (unsigned int)i; n++)
2650 {
2651 XSetWindowBackgroundPixmap (dpy, parent[n], ParentRelative);
2652 XClearWindow (dpy, parent[n]);
2653 }
2654
2655 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative);
2656 am_transparent = 1;
2657 }
2658
2659 for (; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2660 parent[i] = None;
2661 }
2662
2663 if (scrollBar.win)
2664 {
2665 XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative);
2666 scrollBar.setIdle ();
2667 scrollbar_show (0);
2668 }
2669
2670 if (am_transparent)
2671 {
2672 want_refresh = want_full_refresh = 1;
2673 if (am_pixmap_trans)
2674 flush ();
2675 }
2676
2677 return pchanged;
2678}
2679#endif
2680 2219
2681/*}}} */ 2220/*}}} */
2682 2221
2683bool 2222bool
2684rxvt_term::cmd_parse () 2223rxvt_term::cmd_parse ()
2733 if (ch == C0_LF) 2272 if (ch == C0_LF)
2734 nlines++; 2273 nlines++;
2735 2274
2736 refresh_count++; 2275 refresh_count++;
2737 2276
2738 if (!OPTION (Opt_jumpScroll) 2277 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1)
2739 || (refresh_count >= refresh_limit * (nrow - 1)))
2740 { 2278 {
2741 refreshnow = true;
2742 refresh_count = 0; 2279 refresh_count = 0;
2280
2281 if (!option (Opt_skipScroll) || io_manager::now () > NOW + 1. / 60.)
2282 {
2283 refreshnow = true;
2743 ch = NOCHAR; 2284 ch = NOCHAR;
2744 break; 2285 break;
2286 }
2745 } 2287 }
2746 2288
2747 // scr_add_lines only works for nlines <= nrow - 1. 2289 // scr_add_lines only works for nlines <= nrow - 1.
2748 if (nlines >= nrow - 1) 2290 if (nlines >= nrow - 1)
2749 { 2291 {
2777 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))) 2319 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2778 scr_add_lines (buf, str - buf, nlines); 2320 scr_add_lines (buf, str - buf, nlines);
2779 2321
2780 /* 2322 /*
2781 * If there have been a lot of new lines, then update the screen 2323 * If there have been a lot of new lines, then update the screen
2782 * What the heck I'll cheat and only refresh less than every page-full. 2324 * What the heck we'll cheat and only refresh less than every page-full.
2783 * the number of pages between refreshes is refresh_limit, which 2325 * if skipScroll is enabled.
2784 * is incremented here because we must be doing flat-out scrolling.
2785 */ 2326 */
2786 if (refreshnow) 2327 if (refreshnow)
2787 { 2328 {
2788 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2789 refresh_limit++;
2790 else
2791 {
2792 flag = true; 2329 flag = true;
2793 //TODO: due to popular request, implement "skipscroll" option here
2794 scr_refresh (); 2330 scr_refresh ();
2795 want_refresh = 1; 2331 want_refresh = 1;
2796 }
2797 } 2332 }
2798 2333
2799 } 2334 }
2800 else 2335 else
2801 { 2336 {
2950 { 2485 {
2951 if ((buf[len++] = cmd_getc ()) == 'i') 2486 if ((buf[len++] = cmd_getc ()) == 'i')
2952 break; /* done = 1 */ 2487 break; /* done = 1 */
2953 } 2488 }
2954 } 2489 }
2955 2490
2956 for (i = 0; i < len; i++) 2491 for (i = 0; i < len; i++)
2957 if (putc (buf[i], fd) == EOF) 2492 if (putc (buf[i], fd) == EOF)
2958 { 2493 {
2959 done = 1; 2494 done = 1;
2960 break; 2495 break;
3022 process_dcs_seq (); 2557 process_dcs_seq ();
3023 break; 2558 break;
3024 case 0x9b: /* CSI */ 2559 case 0x9b: /* CSI */
3025 process_csi_seq (); 2560 process_csi_seq ();
3026 break; 2561 break;
3027 case 0x9d: /* CSI */ 2562 case 0x9d: /* OSC */
3028 process_osc_seq (); 2563 process_osc_seq ();
3029 break; 2564 break;
3030#endif 2565#endif
3031 } 2566 }
3032} 2567}
3260 unicode_t ch, priv, i; 2795 unicode_t ch, priv, i;
3261 unsigned int nargs, p; 2796 unsigned int nargs, p;
3262 int n, ndef; 2797 int n, ndef;
3263 int arg[ESC_ARGS]; 2798 int arg[ESC_ARGS];
3264 2799
3265 for (nargs = ESC_ARGS; nargs > 0;) 2800 memset (arg, 0, sizeof (arg));
3266 arg[--nargs] = 0; 2801 nargs = 0;
3267 2802
3268 priv = 0; 2803 priv = 0;
3269 ch = cmd_getc (); 2804 ch = cmd_getc ();
3270 if (ch >= '<' && ch <= '?') 2805 if (ch >= '<' && ch <= '?')
3271 { /* '<' '=' '>' '?' */ 2806 { /* '<' '=' '>' '?' */
3315 switch (priv) 2850 switch (priv)
3316 { 2851 {
3317 case '>': 2852 case '>':
3318 if (ch == CSI_DA) /* secondary device attributes */ 2853 if (ch == CSI_DA) /* secondary device attributes */
3319 { 2854 {
3320 // first parameter is normally 0 for vt100, 1 for some newer vtxxx, 'R' for rxvt, 2855 // first parameter is normally 0 for vt100, 1 for vt220, 'R' for rxvt,
3321 // 'U' for rxvt-unicode != 7.[34] (where it was broken). 2856 // 'U' for rxvt-unicode != 7.[34] (where it was broken).
3322 // 2857 //
3323 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt 2858 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt
3324 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify 2859 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify
3325 // that we do not support xterm mouse reporting (should be 95 when we do). 2860 // that we do not support xterm mouse reporting (should be 95 when we do).
3459 break; 2994 break;
3460 case 6: /* CPR requested */ 2995 case 6: /* CPR requested */
3461 scr_report_position (); 2996 scr_report_position ();
3462 break; 2997 break;
3463 case 7: /* unofficial extension */ 2998 case 7: /* unofficial extension */
3464 if (OPTION (Opt_insecure)) 2999 if (option (Opt_insecure))
3465 tt_printf ("%-.250s\012", rs[Rs_display_name]); 3000 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3466 break; 3001 break;
3467 case 8: /* unofficial extension */ 3002 case 8: /* unofficial extension */
3468 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 3003 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3469 break; 3004 break;
3633 break; 3168 break;
3634 case 20: /* report icon label */ 3169 case 20: /* report icon label */
3635 { 3170 {
3636 char *s; 3171 char *s;
3637 XGetIconName (dpy, parent[0], &s); 3172 XGetIconName (dpy, parent[0], &s);
3638 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3173 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3639 XFree (s); 3174 XFree (s);
3640 } 3175 }
3641 break; 3176 break;
3642 case 21: /* report window title */ 3177 case 21: /* report window title */
3643 { 3178 {
3644 char *s; 3179 char *s;
3645 XFetchName (dpy, parent[0], &s); 3180 XFetchName (dpy, parent[0], &s);
3646 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3181 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3647 XFree (s); 3182 XFree (s);
3648 } 3183 }
3649 break; 3184 break;
3650 } 3185 }
3651} 3186}
3778 int saveop = op; 3313 int saveop = op;
3779 3314
3780 dLocal (Display *, dpy); 3315 dLocal (Display *, dpy);
3781 3316
3782 assert (str != NULL); 3317 assert (str != NULL);
3783 3318
3784 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END))) 3319 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
3785 return; 3320 return;
3786 3321
3787 switch (op) 3322 switch (op)
3788 { 3323 {
3883 break; 3418 break;
3884 case URxvt_Color_IT: 3419 case URxvt_Color_IT:
3885 process_color_seq (op, Color_IT, str, resp); 3420 process_color_seq (op, Color_IT, str, resp);
3886 break; 3421 break;
3887#endif 3422#endif
3888#if TRANSPARENT && TINTING 3423#if ENABLE_TRANSPARENCY
3889 case URxvt_Color_tint: 3424 case URxvt_Color_tint:
3890 process_color_seq (op, Color_tint, str, resp); 3425 process_color_seq (op, Color_tint, str, resp);
3426 {
3427 bool changed = false;
3428 if (ISSET_PIXCOLOR (Color_tint))
3429 changed = bgPixmap.set_tint (pix_colors_focused [Color_tint]);
3430 else
3431 changed = bgPixmap.unset_tint ();
3432 if (changed)
3433 bgPixmap.render ();
3434 }
3891 3435
3892 check_our_parents ();
3893
3894 if (am_transparent)
3895 want_full_refresh = want_refresh = 1;
3896
3897 break; 3436 break;
3898#endif 3437#endif
3899 3438
3439#if XPM_BACKGROUND
3900 case Rxvt_Pixmap: 3440 case Rxvt_Pixmap:
3441 if (!strcmp (str, "?"))
3901 { 3442 {
3443 char str[256];
3444
3445 sprintf (str, "[%dx%d+%d+%d]", /* can't presume snprintf () ! */
3446 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767),
3447 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767));
3448 process_xterm_seq (XTerm_title, str, CHAR_ST);
3449 }
3450 else
3451 {
3452 int changed = 0;
3453
3902 if (*str != ';') 3454 if (*str != ';')
3903 { 3455 {
3904#if XPM_BACKGROUND
3905 scale_pixmap (""); /* reset to default scaling */ 3456 /* reset to default scaling :*/
3457 bgPixmap.unset_geometry ();
3906 set_bgPixmap (str); /* change pixmap */ 3458 if (bgPixmap.set_file (str)) /* change pixmap */
3459 changed++;
3460 str = strchr (str, ';');
3461 if (str == NULL)
3462 bgPixmap.set_defaultGeometry ();
3463 }
3464 while (str)
3465 {
3466 str++;
3467 if (bgPixmap.set_geometry (str))
3468 changed++;
3469 str = strchr (str, ';');
3470 }
3471 if (changed)
3472 {
3473 bgPixmap.render ();
3907 scr_touch (true); 3474 scr_touch (true);
3908#endif
3909 } 3475 }
3910
3911 int changed = 0;
3912
3913 while ((str = strchr (str, ';')) != NULL)
3914 {
3915 str++;
3916#if XPM_BACKGROUND
3917 changed += scale_pixmap (str);
3918#endif
3919 } 3476 }
3920
3921 if (changed)
3922 {
3923#ifdef XPM_BACKGROUND
3924 resize_pixmap ();
3925 scr_touch (true);
3926#endif
3927 }
3928 }
3929 break; 3477 break;
3478#endif
3930 3479
3931 case Rxvt_restoreFG: 3480 case Rxvt_restoreFG:
3932 set_window_color (Color_fg, str); 3481 set_window_color (Color_fg, str);
3933 break; 3482 break;
3934 case Rxvt_restoreBG: 3483 case Rxvt_restoreBG:
3959 case URxvt_italicFont: 3508 case URxvt_italicFont:
3960 case URxvt_boldItalicFont: 3509 case URxvt_boldItalicFont:
3961#endif 3510#endif
3962 if (query) 3511 if (query)
3963 tt_printf ("\33]%d;%-.250s%c", saveop, 3512 tt_printf ("\33]%d;%-.250s%c", saveop,
3964 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3513 option (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3965 ? fontset[op - URxvt_font]->fontdesc : "", 3514 ? fontset[op - URxvt_font]->fontdesc : "",
3966 resp); 3515 resp);
3967 else 3516 else
3968 { 3517 {
3969 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3518 const char *&res = rs[Rs_font + (op - URxvt_font)];
3983 break; 3532 break;
3984 3533
3985#if !ENABLE_MINIMAL 3534#if !ENABLE_MINIMAL
3986 case URxvt_locale: 3535 case URxvt_locale:
3987 if (query) 3536 if (query)
3988 tt_printf ("\33]%d;%-.250s%c", op, OPTION (Opt_insecure) ? locale : "", resp); 3537 tt_printf ("\33]%d;%-.250s%c", op, option (Opt_insecure) ? locale : "", resp);
3989 else 3538 else
3990 { 3539 {
3991 set_locale (str); 3540 set_locale (str);
3992 pty->set_utf8_mode (enc_utf8); 3541 pty->set_utf8_mode (enc_utf8);
3993 init_xlocale (); 3542 init_xlocale ();
4056{ 3605{
4057 unsigned int i, j; 3606 unsigned int i, j;
4058 int state; 3607 int state;
4059 3608
4060 static const struct 3609 static const struct
4061 { 3610 {
4062 const int argval; 3611 const int argval;
4063 const unsigned long bit; 3612 const unsigned long bit;
4064 }
4065
4066 argtopriv[] = { 3613 } argtopriv[] = {
4067 { 1, PrivMode_aplCUR }, 3614 { 1, PrivMode_aplCUR },
4068 { 2, PrivMode_vt52 }, 3615 { 2, PrivMode_vt52 },
4069 { 3, PrivMode_132 }, 3616 { 3, PrivMode_132 },
4070 { 4, PrivMode_smoothScroll }, 3617 { 4, PrivMode_smoothScroll },
4071 { 5, PrivMode_rVideo }, 3618 { 5, PrivMode_rVideo },
4134 scr_touch (true); 3681 scr_touch (true);
4135 break; 3682 break;
4136#endif 3683#endif
4137 case 1048: /* alternative cursor save */ 3684 case 1048: /* alternative cursor save */
4138 case 1049: 3685 case 1049:
4139 if (OPTION (Opt_secondaryScreen)) 3686 if (option (Opt_secondaryScreen))
4140 if (mode == 0) 3687 if (mode == 0)
4141 scr_cursor (RESTORE); 3688 scr_cursor (RESTORE);
4142 else if (mode == 1) 3689 else if (mode == 1)
4143 scr_cursor (SAVE); 3690 scr_cursor (SAVE);
4144 break; 3691 break;
4209 break; 3756 break;
4210 case 1011: /* scroll to bottom on key press */ 3757 case 1011: /* scroll to bottom on key press */
4211 set_option (Opt_scrollTtyKeypress, state); 3758 set_option (Opt_scrollTtyKeypress, state);
4212 break; 3759 break;
4213 case 1047: /* secondary screen w/ clearing last */ 3760 case 1047: /* secondary screen w/ clearing last */
4214 if (OPTION (Opt_secondaryScreen)) 3761 if (option (Opt_secondaryScreen))
4215 if (current_screen != PRIMARY) 3762 if (current_screen != PRIMARY)
4216 scr_erase_screen (2); 3763 scr_erase_screen (2);
4217 scr_change_screen (state); 3764 scr_change_screen (state);
4218 break; 3765 break;
4219 case 1049: /* secondary screen w/ clearing first */ 3766 case 1049: /* secondary screen w/ clearing first */
4220 scr_change_screen (state); 3767 scr_change_screen (state);
4221 if (OPTION (Opt_secondaryScreen)) 3768 if (option (Opt_secondaryScreen))
4222 if (current_screen != PRIMARY) 3769 if (current_screen != PRIMARY)
4223 scr_erase_screen (2); 3770 scr_erase_screen (2);
4224 break; 3771 break;
4225 default: 3772 default:
4226 break; 3773 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines