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.163 by root, Wed Aug 25 03:47:20 2004 UTC vs.
Revision 1.192 by root, Fri Feb 4 11:41:23 2005 UTC

48#include "../config.h" /* NECESSARY */ 48#include "../config.h" /* NECESSARY */
49#include "rxvt.h" /* NECESSARY */ 49#include "rxvt.h" /* NECESSARY */
50#include "version.h" 50#include "version.h"
51#include "command.h" 51#include "command.h"
52 52
53#ifdef KEYSYM_RESOURCE
54# include "keyboard.h"
55#endif
56
53#include <wchar.h> 57#include <cwchar>
58#include <csignal>
54 59
55/*----------------------------------------------------------------------*/ 60/*----------------------------------------------------------------------*/
56 61
57#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 62#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
58 63
343 valid_keysym = keysym != NoSymbol; 348 valid_keysym = keysym != NoSymbol;
344 } 349 }
345 350
346 if (valid_keysym) 351 if (valid_keysym)
347 { 352 {
353#ifdef KEYSYM_RESOURCE
354 if (keyboard->dispatch (this, keysym, ev.state))
355 return;
356#endif
357
348 if (TermWin.saveLines) 358 if (TermWin.saveLines)
349 { 359 {
350#ifdef UNSHIFTED_SCROLLKEYS 360#ifdef UNSHIFTED_SCROLLKEYS
351 if (!ctrl && !meta) 361 if (!ctrl && !meta)
352#else 362#else
417 { 427 {
418 /* normal XTerm key bindings */ 428 /* normal XTerm key bindings */
419 case XK_Insert: /* Shift+Insert = paste mouse selection */ 429 case XK_Insert: /* Shift+Insert = paste mouse selection */
420 selection_request (ev.time, 0, 0); 430 selection_request (ev.time, 0, 0);
421 return; 431 return;
422#if TODO // TODO 432#if TODO
423 /* rxvt extras */ 433 /* rxvt extras */
424 case XK_KP_Add: /* Shift+KP_Add = bigger font */ 434 case XK_KP_Add: /* Shift+KP_Add = bigger font */
425 change_font (FONT_UP); 435 change_font (FONT_UP);
426 return; 436 return;
427 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */ 437 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */
486 } 496 }
487#endif 497#endif
488 498
489 if (keysym >= 0xFF00 && keysym <= 0xFFFF) 499 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
490 { 500 {
491#ifdef KEYSYM_RESOURCE
492 if (! (shft | ctrl) && Keysym_map[keysym & 0xFF] != NULL)
493 {
494 unsigned int l;
495 const unsigned char *kbuf0;
496
497 kbuf0 = (Keysym_map[keysym & 0xFF]);
498 l = (unsigned int)*kbuf0++;
499
500 /* escape prefix */
501 if (meta
502# ifdef META8_OPTION
503 && meta_char == C0_ESC
504# endif
505 )
506 {
507 const unsigned char ch = C0_ESC;
508 tt_write (&ch, 1);
509 }
510
511 tt_write (kbuf0, l);
512 return;
513 }
514 else
515#endif
516 { 501 {
517 newlen = 1; 502 newlen = 1;
518 switch (keysym) 503 switch (keysym)
519 { 504 {
520#ifndef NO_BACKSPACE_KEY 505#ifndef NO_BACKSPACE_KEY
787#undef FKEY 772#undef FKEY
788 default: 773 default:
789 newlen = 0; 774 newlen = 0;
790 break; 775 break;
791 } 776 }
777
792 if (newlen) 778 if (newlen)
793 len = strlen (kbuf); 779 len = strlen (kbuf);
794 } 780 }
795 781
796 /* 782 /*
804 } 790 }
805 else if (ctrl && keysym == XK_minus) 791 else if (ctrl && keysym == XK_minus)
806 { 792 {
807 len = 1; 793 len = 1;
808 kbuf[0] = '\037'; /* Ctrl-Minus generates ^_ (31) */ 794 kbuf[0] = '\037'; /* Ctrl-Minus generates ^_ (31) */
795 }
796 else if (keysym == XK_ISO_Left_Tab)
797 {
798 strcpy (kbuf, "\033[Z");
799 len = 3;
809 } 800 }
810 else 801 else
811 { 802 {
812#ifdef META8_OPTION 803#ifdef META8_OPTION
813 /* set 8-bit on */ 804 /* set 8-bit on */
872#endif /* DEBUG_CMD */ 863#endif /* DEBUG_CMD */
873 tt_write (kbuf, (unsigned int)len); 864 tt_write (kbuf, (unsigned int)len);
874} 865}
875/*}}} */ 866/*}}} */
876 867
877#if (MENUBAR_MAX) 868#if MENUBAR_MAX || defined (KEYSYM_RESOURCE)
878/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */ 869/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */
879/* attempt to `write' count to the input buffer */ 870/* attempt to `write' count to the input buffer */
880unsigned int 871unsigned int
881rxvt_term::cmd_write (const unsigned char *str, unsigned int count) 872rxvt_term::cmd_write (const unsigned char *str, unsigned int count)
882{ 873{
905 896
906 cmd_parse (); 897 cmd_parse ();
907 898
908 return 0; 899 return 0;
909} 900}
910#endif /* MENUBAR_MAX */ 901#endif
911 902
912void 903void
913rxvt_term::flush () 904rxvt_term::flush ()
914{ 905{
906 flush_ev.stop ();
907
915#ifdef TRANSPARENT 908#ifdef TRANSPARENT
916 if (want_full_refresh) 909 if (want_full_refresh)
917 { 910 {
918 want_full_refresh = 0; 911 want_full_refresh = 0;
919 scr_clear (); 912 scr_clear ();
929 IMSendSpot (); 922 IMSendSpot ();
930#endif 923#endif
931 } 924 }
932 925
933 display->flush (); 926 display->flush ();
934
935 flush_ev.stop ();
936} 927}
937 928
938void 929void
939rxvt_term::check_cb (check_watcher &w) 930rxvt_term::check_cb (check_watcher &w)
940{ 931{
1016{ 1007{
1017 if (mouse_slip_wheel_speed == 0 1008 if (mouse_slip_wheel_speed == 0
1018 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed) 1009 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1019 : scr_page (UP, mouse_slip_wheel_speed)) 1010 : scr_page (UP, mouse_slip_wheel_speed))
1020 { 1011 {
1012 if (TermWin.view_start == TermWin.nscrolled ||
1013 TermWin.view_start == 0)
1014 mouse_slip_wheel_speed = 0;
1015
1021 refresh_type |= SMOOTH_REFRESH; 1016 refresh_type |= SMOOTH_REFRESH;
1022 want_refresh = 1; 1017 want_refresh = 1;
1023 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1018 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1024 } 1019 }
1025} 1020}
1057rxvt_term::pty_cb (io_watcher &w, short revents) 1052rxvt_term::pty_cb (io_watcher &w, short revents)
1058{ 1053{
1059 SET_R (this); 1054 SET_R (this);
1060 SET_LOCALE (locale); 1055 SET_LOCALE (locale);
1061 1056
1062 if (revents & EVENT_WRITE)
1063 tt_write (0, 0);
1064 else if (revents & EVENT_READ) 1057 if (revents & EVENT_READ)
1065 // loop, but don't allow a single term to monopolize us 1058 // loop, but don't allow a single term to monopolize us
1066 while (pty_fill ()) 1059 while (pty_fill ())
1067 if (cmd_parse ()) 1060 if (cmd_parse ())
1068 break; 1061 break;
1062
1063 if (revents & EVENT_WRITE)
1064 pty_write ();
1069} 1065}
1070 1066
1071void 1067void
1072rxvt_term::pointer_unblank () 1068rxvt_term::pointer_unblank ()
1073{ 1069{
1087rxvt_term::pointer_blank () 1083rxvt_term::pointer_blank ()
1088{ 1084{
1089 if (! (options & Opt_pointerBlank)) 1085 if (! (options & Opt_pointerBlank))
1090 return; 1086 return;
1091 1087
1092 XDefineCursor (display->display, TermWin.vt, blank_cursor); 1088 XDefineCursor (display->display, TermWin.vt, display->blank_cursor);
1093 XFlush (display->display); 1089 XFlush (display->display);
1094 1090
1095 hidden_pointer = 1; 1091 hidden_pointer = 1;
1096} 1092}
1097 1093
1186 1182
1187/*{{{ process an X event */ 1183/*{{{ process an X event */
1188void 1184void
1189rxvt_term::x_cb (XEvent &ev) 1185rxvt_term::x_cb (XEvent &ev)
1190{ 1186{
1187 dDisp;
1188
1191 SET_R (this); 1189 SET_R (this);
1192 SET_LOCALE (locale); 1190 SET_LOCALE (locale);
1193 1191
1194#if defined(CURSOR_BLINK) 1192#if defined(CURSOR_BLINK)
1195 if ((options & Opt_cursorBlink) && ev.type == KeyPress) 1193 if ((options & Opt_cursorBlink) && ev.type == KeyPress)
1216 if (ev.type == KeyPress && hidden_pointer == 0) 1214 if (ev.type == KeyPress && hidden_pointer == 0)
1217 pointer_blank (); 1215 pointer_blank ();
1218 } 1216 }
1219#endif 1217#endif
1220 1218
1221#ifdef USE_XIM
1222 if (XFilterEvent (&ev, None))
1223 return;
1224#endif
1225
1226 Window unused_root, unused_child; 1219 Window unused_root, unused_child;
1227 int unused_root_x, unused_root_y; 1220 int unused_root_x, unused_root_y;
1228 unsigned int unused_mask; 1221 unsigned int unused_mask;
1229 1222
1230 switch (ev.type) 1223 switch (ev.type)
1231 { 1224 {
1232 case KeyPress: 1225 case KeyPress:
1233#if ISO_14755 1226#if ISO_14755
1331 Atom ActualType; 1324 Atom ActualType;
1332 int ActualFormat; 1325 int ActualFormat;
1333 unsigned char *data; 1326 unsigned char *data;
1334 unsigned long Size, RemainingBytes; 1327 unsigned long Size, RemainingBytes;
1335 1328
1336 XGetWindowProperty (display->display, display->root, 1329 XGetWindowProperty (disp, display->root,
1337 xa[XA_DNDSELECTION], 1330 xa[XA_DNDSELECTION],
1338 0L, 1000000L, 1331 0L, 1000000L,
1339 False, AnyPropertyType, 1332 False, AnyPropertyType,
1340 &ActualType, &ActualFormat, 1333 &ActualType, &ActualFormat,
1341 &Size, &RemainingBytes, 1334 &Size, &RemainingBytes,
1342 &data); 1335 &data);
1343 XChangeProperty (display->display, display->root, 1336 set_string_property (XA_CUT_BUFFER0, data);
1344 XA_CUT_BUFFER0, XA_STRING,
1345 8, PropModeReplace,
1346 data, strlen (data));
1347 XFree (data); 1337 XFree (data);
1348 selection_paste (display->root, XA_CUT_BUFFER0, True); 1338 selection_paste (display->root, XA_CUT_BUFFER0, true);
1349 XSetInputFocus (display->display, display->root, RevertToNone, CurrentTime); 1339 XSetInputFocus (disp, display->root, RevertToNone, CurrentTime);
1350 } 1340 }
1351#endif /* OFFIX_DND */ 1341#endif /* OFFIX_DND */
1352 break; 1342 break;
1353 1343
1354 case MappingNotify: 1344 case MappingNotify:
1447 { /* Wrap lots of configures into one */ 1437 { /* Wrap lots of configures into one */
1448 width = ev.xconfigure.width; 1438 width = ev.xconfigure.width;
1449 height = ev.xconfigure.height; 1439 height = ev.xconfigure.height;
1450 D_SIZE ((stderr, "Size: ConfigureNotify: %4d x %4d", width, height)); 1440 D_SIZE ((stderr, "Size: ConfigureNotify: %4d x %4d", width, height));
1451 } 1441 }
1452 while (XCheckTypedWindowEvent (display->display, ev.xconfigure.window, ConfigureNotify, &ev)); 1442 while (XCheckTypedWindowEvent (disp, ev.xconfigure.window, ConfigureNotify, &ev));
1453 1443
1454 if (szHint.width != width || szHint.height != height) 1444 if (szHint.width != width || szHint.height != height)
1455 { 1445 {
1456 seen_resize = 1; 1446 seen_resize = 1;
1457 resize_all_windows (width, height, 1); 1447 resize_all_windows (width, height, 1);
1458 } 1448 }
1459 1449
1460#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */ 1450#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1461 if (options & Opt_transparent) 1451 if (options & Opt_transparent)
1462 {
1463 check_our_parents (); 1452 check_our_parents ();
1464 if (am_transparent)
1465 want_refresh = want_full_refresh = 1;
1466 }
1467#endif 1453#endif
1468 } 1454 }
1469 break; 1455 break;
1470 1456
1471 case PropertyNotify: 1457 case PropertyNotify:
1479 selection_clear (); 1465 selection_clear ();
1480 break; 1466 break;
1481 1467
1482 case SelectionNotify: 1468 case SelectionNotify:
1483 if (selection_wait == Sel_normal) 1469 if (selection_wait == Sel_normal)
1484 selection_paste (ev.xselection.requestor, 1470 selection_paste (ev.xselection.requestor, ev.xselection.property, true);
1485 ev.xselection.property, True);
1486 break; 1471 break;
1487 1472
1488 case SelectionRequest: 1473 case SelectionRequest:
1489 selection_send (ev.xselectionrequest); 1474 selection_send (ev.xselectionrequest);
1490 break; 1475 break;
1514 if (ev.xany.window == TermWin.vt) 1499 if (ev.xany.window == TermWin.vt)
1515 { 1500 {
1516 do 1501 do
1517 scr_expose (ev.xexpose.x, ev.xexpose.y, 1502 scr_expose (ev.xexpose.x, ev.xexpose.y,
1518 ev.xexpose.width, ev.xexpose.height, False); 1503 ev.xexpose.width, ev.xexpose.height, False);
1519 while (XCheckTypedWindowEvent (display->display, TermWin.vt, ev.xany.type, &ev)); 1504 while (XCheckTypedWindowEvent (disp, TermWin.vt, ev.xany.type, &ev));
1520 1505
1521 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1506 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1522 1507
1523 while (XCheckTypedWindowEvent (display->display, TermWin.vt, ev.xany.type, &ev)) 1508 while (XCheckTypedWindowEvent (disp, TermWin.vt, ev.xany.type, &ev))
1524 scr_expose (ev.xexpose.x, ev.xexpose.y, 1509 scr_expose (ev.xexpose.x, ev.xexpose.y,
1525 ev.xexpose.width, ev.xexpose.height, False); 1510 ev.xexpose.width, ev.xexpose.height, False);
1526 1511
1527 scr_refresh (refresh_type); 1512 scr_refresh (refresh_type);
1528 } 1513 }
1529 else 1514 else
1530 { 1515 {
1531 XEvent unused_event; 1516 XEvent unused_event;
1532 1517
1533 while (XCheckTypedWindowEvent (display->display, ev.xany.window, Expose, &unused_event)) 1518 while (XCheckTypedWindowEvent (disp, ev.xany.window, Expose, &unused_event))
1534 ; 1519 ;
1535 while (XCheckTypedWindowEvent (display->display, ev.xany.window, GraphicsExpose, &unused_event)) 1520 while (XCheckTypedWindowEvent (disp, ev.xany.window, GraphicsExpose, &unused_event))
1536 ; 1521 ;
1537 1522
1538 if (isScrollbarWindow (ev.xany.window)) 1523 if (isScrollbarWindow (ev.xany.window))
1539 { 1524 {
1540 scrollBar.setIdle (); 1525 scrollBar.setIdle ();
1545 menubar_expose (); 1530 menubar_expose ();
1546#endif 1531#endif
1547 1532
1548#ifdef TRANSPARENT 1533#ifdef TRANSPARENT
1549 if (am_transparent && ev.xany.window == TermWin.parent[0]) 1534 if (am_transparent && ev.xany.window == TermWin.parent[0])
1550 XClearWindow (display->display, ev.xany.window); 1535 XClearWindow (disp, ev.xany.window);
1551#endif 1536#endif
1552 } 1537 }
1553 break; 1538 break;
1554 1539
1555 case MotionNotify: 1540 case MotionNotify:
1562 { 1547 {
1563 menubar_control (ev.xbutton); 1548 menubar_control (ev.xbutton);
1564 break; 1549 break;
1565 } 1550 }
1566#endif 1551#endif
1567 if ((priv_modes & PrivMode_mouse_report) && ! (bypass_keystate)) 1552 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1568 break; 1553 break;
1569 1554
1570 if (ev.xany.window == TermWin.vt) 1555 if (ev.xany.window == TermWin.vt)
1571 { 1556 {
1572 if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1557 if (ev.xbutton.state & (Button1Mask | Button3Mask))
1573 { 1558 {
1574 while (XCheckTypedWindowEvent (display->display, TermWin.vt, MotionNotify, &ev)) 1559 while (XCheckTypedWindowEvent (disp, TermWin.vt, MotionNotify, &ev))
1575 ; 1560 ;
1576 1561
1577 XQueryPointer (display->display, TermWin.vt, 1562 XQueryPointer (disp, TermWin.vt,
1578 &unused_root, &unused_child, 1563 &unused_root, &unused_child,
1579 &unused_root_x, &unused_root_y, 1564 &unused_root_x, &unused_root_y,
1580 & (ev.xbutton.x), & (ev.xbutton.y), 1565 &ev.xbutton.x, &ev.xbutton.y,
1581 &unused_mask); 1566 &ev.xbutton.state);
1582#ifdef MOUSE_THRESHOLD 1567#ifdef MOUSE_THRESHOLD
1583 /* deal with a `jumpy' mouse */ 1568 /* deal with a `jumpy' mouse */
1584 if ((ev.xmotion.time - MEvent.time) > MOUSE_THRESHOLD) 1569 if ((ev.xmotion.time - MEvent.time) > MOUSE_THRESHOLD)
1585 { 1570 {
1586#endif 1571#endif
1591 iso14755_54 (ev.xbutton.x, ev.xbutton.y); 1576 iso14755_54 (ev.xbutton.x, ev.xbutton.y);
1592 break; 1577 break;
1593 } 1578 }
1594#endif 1579#endif
1595 selection_extend (ev.xbutton.x, ev.xbutton.y, 1580 selection_extend (ev.xbutton.x, ev.xbutton.y,
1596 (ev.xbutton.state & Button3Mask) ? 2 : 0); 1581 ev.xbutton.state & Button3Mask ? 2 : 0);
1582
1597#ifdef SELECTION_SCROLLING 1583#ifdef SELECTION_SCROLLING
1598 if (ev.xbutton.y < TermWin.int_bwidth 1584 if (ev.xbutton.y < TermWin.int_bwidth
1599 || Pixel2Row (ev.xbutton.y) > (TermWin.nrow-1)) 1585 || Pixel2Row (ev.xbutton.y) > (TermWin.nrow-1))
1600 { 1586 {
1601 int dist; 1587 int dist;
1612 selection_save_x = ev.xbutton.x; 1598 selection_save_x = ev.xbutton.x;
1613 selection_save_y = ev.xbutton.y; 1599 selection_save_y = ev.xbutton.y;
1614 selection_save_state = (ev.xbutton.state & Button3Mask) ? 2 : 0; 1600 selection_save_state = (ev.xbutton.state & Button3Mask) ? 2 : 0;
1615 1601
1616 /* calc number of lines to scroll */ 1602 /* calc number of lines to scroll */
1617 if (ev.xbutton.y<TermWin.int_bwidth) 1603 if (ev.xbutton.y < TermWin.int_bwidth)
1618 { 1604 {
1619 scroll_selection_dir = UP; 1605 scroll_selection_dir = UP;
1620 dist = TermWin.int_bwidth - ev.xbutton.y; 1606 dist = TermWin.int_bwidth - ev.xbutton.y;
1621 } 1607 }
1622 else 1608 else
1645#endif 1631#endif
1646 } 1632 }
1647 } 1633 }
1648 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ()) 1634 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ())
1649 { 1635 {
1650 while (XCheckTypedWindowEvent (display->display, scrollBar.win, 1636 while (XCheckTypedWindowEvent (disp, scrollBar.win,
1651 MotionNotify, &ev)) ; 1637 MotionNotify, &ev))
1638 ;
1639
1652 XQueryPointer (display->display, scrollBar.win, 1640 XQueryPointer (disp, scrollBar.win,
1653 &unused_root, &unused_child, 1641 &unused_root, &unused_child,
1654 &unused_root_x, &unused_root_y, 1642 &unused_root_x, &unused_root_y,
1655 & (ev.xbutton.x), & (ev.xbutton.y), 1643 &ev.xbutton.x, &ev.xbutton.y,
1656 &unused_mask); 1644 &unused_mask);
1657 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1645 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1658 scrollbar_size ()); 1646 scrollbar_size ());
1659 scr_refresh (refresh_type); 1647 scr_refresh (refresh_type);
1660 refresh_limit = 0; 1648 refresh_limit = 0;
1676 case PropertyNotify: 1664 case PropertyNotify:
1677 /* 1665 /*
1678 * if user used some Esetroot compatible prog to set the root bg, 1666 * if user used some Esetroot compatible prog to set the root bg,
1679 * use the property to determine the pixmap. We use it later on. 1667 * use the property to determine the pixmap. We use it later on.
1680 */ 1668 */
1681 if (xa[XA_XROOTPMAPID] == 0)
1682 xa[XA_XROOTPMAPID] = XInternAtom (display->display, "_XROOTPMAP_ID", False);
1683
1684 if (ev.xproperty.atom != xa[XA_XROOTPMAPID]) 1669 if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID]
1670 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID])
1685 return; 1671 return;
1686 1672
1687 /* FALLTHROUGH */ 1673 /* FALLTHROUGH */
1688 case ReparentNotify: 1674 case ReparentNotify:
1689 if ((options & Opt_transparent) && check_our_parents () && am_transparent) 1675 if ((options & Opt_transparent) && check_our_parents () && am_transparent)
1715 return; 1701 return;
1716 } 1702 }
1717#endif 1703#endif
1718 1704
1719 clickintime = ev.time - MEvent.time < MULTICLICK_TIME; 1705 clickintime = ev.time - MEvent.time < MULTICLICK_TIME;
1706
1720 if (reportmode) 1707 if (reportmode)
1721 { 1708 {
1722 /* mouse report from vt window */ 1709 /* mouse report from vt window */
1723 /* save the xbutton state (for ButtonRelease) */ 1710 /* save the xbutton state (for ButtonRelease) */
1724 MEvent.state = ev.state; 1711 MEvent.state = ev.state;
1753 } 1740 }
1754 else 1741 else
1755 { 1742 {
1756 if (ev.button != MEvent.button) 1743 if (ev.button != MEvent.button)
1757 MEvent.clicks = 0; 1744 MEvent.clicks = 0;
1745
1758 switch (ev.button) 1746 switch (ev.button)
1759 { 1747 {
1760 case Button1: 1748 case Button1:
1749 /* allow meta + click to select rectangular areas */
1750 /* should be done in screen.C */
1751#if ENABLE_FRILLS
1752 selection.rect = !!(ev.state & ModMetaMask);
1753#else
1754 selection.rect = false;
1755#endif
1756
1761 /* allow shift+left click to extend selection */ 1757 /* allow shift+left click to extend selection */
1762 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report)) 1758 if (ev.state & ShiftMask && ! (priv_modes & PrivMode_mouse_report))
1763 { 1759 {
1764 if (MEvent.button == Button1 && clickintime) 1760 if (MEvent.button == Button1 && clickintime)
1765 selection_rotate (ev.x, ev.y); 1761 selection_rotate (ev.x, ev.y);
2087 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b; 2083 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2088 unsigned int lower_lim_r, lower_lim_g, lower_lim_b; 2084 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2089 unsigned int upper_lim_r, upper_lim_g, upper_lim_b; 2085 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2090 int i; 2086 int i;
2091 2087
2092 Visual* visual = display->visual; 2088 Visual *visual = display->visual;
2093 2089
2094 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ; 2090 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2095 2091
2096 /* for convenience */ 2092 /* for convenience */
2097 mask_r = visual->red_mask; 2093 mask_r = visual->red_mask;
2318 Atom atype; 2314 Atom atype;
2319 unsigned char *prop = NULL; 2315 unsigned char *prop = NULL;
2320 Window root, oldp, *list; 2316 Window root, oldp, *list;
2321 Pixmap rootpixmap = None; 2317 Pixmap rootpixmap = None;
2322 XWindowAttributes wattr, wrootattr; 2318 XWindowAttributes wattr, wrootattr;
2319 dDisp;
2323 2320
2324 pchanged = 0; 2321 pchanged = 0;
2325 2322
2326 if (!(options & Opt_transparent)) 2323 if (!(options & Opt_transparent))
2327 return pchanged; /* Don't try any more */ 2324 return pchanged; /* Don't try any more */
2328 2325
2329 XGetWindowAttributes (display->display, display->root, &wrootattr); 2326 XGetWindowAttributes (disp, display->root, &wrootattr);
2330 rootdepth = wrootattr.depth; 2327 rootdepth = wrootattr.depth;
2331 2328
2332 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 2329 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
2333 2330
2334 if (rootdepth != wattr.depth) 2331 if (rootdepth != wattr.depth)
2335 { 2332 {
2336 if (am_transparent) 2333 if (am_transparent)
2337 { 2334 {
2338 pchanged = 1; 2335 pchanged = 1;
2339 XSetWindowBackground (display->display, TermWin.vt, pix_colors_focused[Color_bg]); 2336 XSetWindowBackground (disp, TermWin.vt, pix_colors_focused[Color_bg]);
2340 am_transparent = am_pixmap_trans = 0; 2337 am_transparent = am_pixmap_trans = 0;
2341 } 2338 }
2342 2339
2343 return pchanged; /* Don't try any more */ 2340 return pchanged; /* Don't try any more */
2344 } 2341 }
2345 2342
2346 /* Get all X ops out of the queue so that our information is up-to-date. */ 2343 /* Get all X ops out of the queue so that our information is up-to-date. */
2347 XSync (display->display, False); 2344 XSync (disp, False);
2348 2345
2349 /* 2346 /*
2350 * Make the frame window set by the window manager have 2347 * Make the frame window set by the window manager have
2351 * the root background. Some window managers put multiple nested frame 2348 * the root background. Some window managers put multiple nested frame
2352 * windows for each client, so we have to take care about that. 2349 * windows for each client, so we have to take care about that.
2353 */ 2350 */
2354 i = (xa[XA_XROOTPMAPID] 2351 i = (xa[XA_XROOTPMAP_ID]
2355 && XGetWindowProperty (display->display, display->root, xa[XA_XROOTPMAPID], 2352 && XGetWindowProperty (disp, display->root, xa[XA_XROOTPMAP_ID],
2356 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 2353 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2357 &nitems, &bytes_after, &prop) == Success); 2354 &nitems, &bytes_after, &prop) == Success);
2358 2355
2359 if (!i || prop == NULL) 2356 if (!i || prop == NULL)
2360 i = (xa[XA_XSETROOTID] 2357 i = (xa[XA_ESETROOT_PMAP_ID]
2361 && XGetWindowProperty (display->display, display->root, xa[XA_XSETROOTID], 2358 && XGetWindowProperty (disp, display->root, xa[XA_ESETROOT_PMAP_ID],
2362 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 2359 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2363 &nitems, &bytes_after, &prop) == Success); 2360 &nitems, &bytes_after, &prop) == Success);
2364 2361
2365 if (!i || prop == NULL 2362 if (!i || prop == NULL
2366#if TINTING 2363#if TINTING
2385 Window cr; 2382 Window cr;
2386 XImage *image; 2383 XImage *image;
2387 GC gc; 2384 GC gc;
2388 XGCValues gcvalue; 2385 XGCValues gcvalue;
2389 2386
2390 XTranslateCoordinates (display->display, TermWin.parent[0], display->root, 2387 XTranslateCoordinates (disp, TermWin.parent[0], display->root,
2391 0, 0, &sx, &sy, &cr); 2388 0, 0, &sx, &sy, &cr);
2392 nw = (unsigned int)szHint.width; 2389 nw = (unsigned int)szHint.width;
2393 nh = (unsigned int)szHint.height; 2390 nh = (unsigned int)szHint.height;
2394 nx = ny = 0; 2391 nx = ny = 0;
2395 2392
2407 sy = 0; 2404 sy = 0;
2408 } 2405 }
2409 2406
2410 MIN_IT (nw, (unsigned int) (wrootattr.width - sx)); 2407 MIN_IT (nw, (unsigned int) (wrootattr.width - sx));
2411 MIN_IT (nh, (unsigned int) (wrootattr.height - sy)); 2408 MIN_IT (nh, (unsigned int) (wrootattr.height - sy));
2409
2410 XSync (disp, False);
2412 allowedxerror = -1; 2411 allowedxerror = -1;
2413 image = XGetImage (display->display, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap); 2412 image = XGetImage (disp, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2414 2413
2415 /* XXX: handle BadMatch - usually because we're outside the pixmap */ 2414 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2416 /* XXX: may need a delay here? */ 2415 /* XXX: may need a delay here? */
2417 allowedxerror = 0; 2416 allowedxerror = 0;
2418 2417
2421 if (am_transparent && am_pixmap_trans) 2420 if (am_transparent && am_pixmap_trans)
2422 { 2421 {
2423 pchanged = 1; 2422 pchanged = 1;
2424 if (TermWin.pixmap != None) 2423 if (TermWin.pixmap != None)
2425 { 2424 {
2426 XFreePixmap (display->display, TermWin.pixmap); 2425 XFreePixmap (disp, TermWin.pixmap);
2427 TermWin.pixmap = None; 2426 TermWin.pixmap = None;
2428 } 2427 }
2429 } 2428 }
2430 2429
2431 am_pixmap_trans = 0; 2430 am_pixmap_trans = 0;
2432 } 2431 }
2433 else 2432 else
2434 { 2433 {
2435 if (TermWin.pixmap != None) 2434 if (TermWin.pixmap != None)
2436 XFreePixmap (display->display, TermWin.pixmap); 2435 XFreePixmap (disp, TermWin.pixmap);
2437 2436
2438#if TINTING 2437#if TINTING
2439 if (ISSET_PIXCOLOR (Color_tint)) 2438 if (ISSET_PIXCOLOR (Color_tint))
2440 { 2439 {
2441 unsigned short rm, gm, bm; 2440 unsigned short rm, gm, bm;
2445 2444
2446 ShadeXImage (display, image, shade, rm, gm, bm); 2445 ShadeXImage (display, image, shade, rm, gm, bm);
2447 } 2446 }
2448#endif 2447#endif
2449 2448
2450 TermWin.pixmap = XCreatePixmap (display->display, TermWin.vt, 2449 TermWin.pixmap = XCreatePixmap (disp, TermWin.vt,
2451 szHint.width, szHint.height, image->depth); 2450 szHint.width, szHint.height, image->depth);
2452 gc = XCreateGC (display->display, TermWin.vt, 0UL, &gcvalue); 2451 gc = XCreateGC (disp, TermWin.vt, 0UL, &gcvalue);
2453 XPutImage (display->display, TermWin.pixmap, gc, image, 0, 0, 2452 XPutImage (disp, TermWin.pixmap, gc, image, 0, 0,
2454 nx, ny, image->width, image->height); 2453 nx, ny, image->width, image->height);
2455 XFreeGC (display->display, gc); 2454 XFreeGC (disp, gc);
2456 XDestroyImage (image); 2455 XDestroyImage (image);
2457 XSetWindowBackgroundPixmap (display->display, TermWin.parent[0], TermWin.pixmap); 2456 XSetWindowBackgroundPixmap (disp, TermWin.parent[0], TermWin.pixmap);
2458 XClearWindow (display->display, TermWin.parent[0]); 2457 XClearWindow (disp, TermWin.parent[0]);
2459 2458
2460 if (!am_transparent || !am_pixmap_trans) 2459 if (!am_transparent || !am_pixmap_trans)
2461 pchanged = 1; 2460 pchanged = 1;
2462 2461
2463 am_transparent = am_pixmap_trans = 1; 2462 am_transparent = am_pixmap_trans = 1;
2464 } 2463 }
2465 } 2464 }
2466 2465
2467 if (!am_pixmap_trans) 2466 if (am_pixmap_trans)
2467 XSetWindowBackgroundPixmap (disp, TermWin.vt, ParentRelative);
2468 else
2468 { 2469 {
2469 unsigned int n; 2470 unsigned int n;
2470 /* 2471 /*
2471 * InheritPixmap transparency 2472 * InheritPixmap transparency
2472 */ 2473 */
2473 for (i = 1; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++) 2474 for (i = 1; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++)
2474 { 2475 {
2475 oldp = TermWin.parent[i]; 2476 oldp = TermWin.parent[i];
2476 XQueryTree (display->display, TermWin.parent[i - 1], &root, 2477 XQueryTree (disp, TermWin.parent[i - 1], &root,
2477 &TermWin.parent[i], &list, &n); 2478 &TermWin.parent[i], &list, &n);
2478 XFree (list); 2479 XFree (list);
2479 2480
2480 if (TermWin.parent[i] == display->root) 2481 if (TermWin.parent[i] == display->root)
2481 { 2482 {
2493 2494
2494 if (pchanged) 2495 if (pchanged)
2495 { 2496 {
2496 for (; n < (unsigned int)i; n++) 2497 for (; n < (unsigned int)i; n++)
2497 { 2498 {
2498 XGetWindowAttributes (display->display, TermWin.parent[n], &wattr); 2499 XGetWindowAttributes (disp, TermWin.parent[n], &wattr);
2499 if (wattr.depth != rootdepth || wattr.c_class == InputOnly) 2500 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2500 { 2501 {
2501 n = (int) (sizeof (TermWin.parent) / sizeof (Window)) + 1; 2502 n = (int) (sizeof (TermWin.parent) / sizeof (Window)) + 1;
2502 break; 2503 break;
2503 } 2504 }
2504 } 2505 }
2505 } 2506 }
2506 2507
2507 if (n > (int) (sizeof (TermWin.parent) / sizeof (TermWin.parent[0]))) 2508 if (n > (int) (sizeof (TermWin.parent) / sizeof (TermWin.parent[0])))
2508 { 2509 {
2509 XSetWindowBackground (display->display, TermWin.parent[0], pix_colors_focused[Color_fg]); 2510 XSetWindowBackground (disp, TermWin.parent[0], pix_colors_focused[Color_fg]);
2510 XSetWindowBackground (display->display, TermWin.vt, pix_colors_focused[Color_bg]); 2511 XSetWindowBackground (disp, TermWin.vt, pix_colors_focused[Color_bg]);
2511 am_transparent = 0; 2512 am_transparent = 0;
2512 /* XXX: also turn off Opt_transparent? */ 2513 /* XXX: also turn off Opt_transparent? */
2513 } 2514 }
2514 else 2515 else
2515 { 2516 {
2518 * needed for fvwm2.2.2 (and before?) */ 2519 * needed for fvwm2.2.2 (and before?) */
2519 sleep (1); 2520 sleep (1);
2520#endif 2521#endif
2521 for (n = 0; n < (unsigned int)i; n++) 2522 for (n = 0; n < (unsigned int)i; n++)
2522 { 2523 {
2523 XSetWindowBackgroundPixmap (display->display, TermWin.parent[n], ParentRelative); 2524 XSetWindowBackgroundPixmap (disp, TermWin.parent[n], ParentRelative);
2524 XClearWindow (display->display, TermWin.parent[n]); 2525 XClearWindow (disp, TermWin.parent[n]);
2525 } 2526 }
2526 2527
2527 XSetWindowBackgroundPixmap (display->display, TermWin.vt, ParentRelative); 2528 XSetWindowBackgroundPixmap (disp, TermWin.vt, ParentRelative);
2528 am_transparent = 1; 2529 am_transparent = 1;
2529 } 2530 }
2530 2531
2531 for (; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++) 2532 for (; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++)
2532 TermWin.parent[i] = None; 2533 TermWin.parent[i] = None;
2533 } 2534 }
2534 2535
2535 if (scrollBar.win) 2536 if (scrollBar.win)
2536 { 2537 {
2537 XSetWindowBackgroundPixmap (display->display, scrollBar.win, ParentRelative); 2538 XSetWindowBackgroundPixmap (disp, scrollBar.win, ParentRelative);
2538 scrollBar.setIdle (); 2539 scrollBar.setIdle ();
2539 scrollbar_show (0); 2540 scrollbar_show (0);
2541 }
2542
2543 if (am_transparent)
2544 {
2545 want_refresh = want_full_refresh = 1;
2546 if (am_pixmap_trans)
2547 flush ();
2540 } 2548 }
2541 2549
2542 return pchanged; 2550 return pchanged;
2543} 2551}
2544#endif 2552#endif
2696 if (len == (size_t)-1) 2704 if (len == (size_t)-1)
2697 return *cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2705 return *cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2698 2706
2699 // assume wchar == unicode 2707 // assume wchar == unicode
2700 cmdbuf_ptr += len; 2708 cmdbuf_ptr += len;
2701 return wc; 2709 return wc & UNICODE_MASK;
2702 } 2710 }
2703 2711
2704 return NOCHAR; 2712 return NOCHAR;
2705} 2713}
2706 2714
3408rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3416rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3409{ 3417{
3410 int x, y; 3418 int x, y;
3411 XWindowAttributes wattr; 3419 XWindowAttributes wattr;
3412 Window wdummy; 3420 Window wdummy;
3421 dDisp;
3413 3422
3414 if (nargs == 0) 3423 if (nargs == 0)
3415 return; 3424 return;
3416 3425
3417 switch (args[0]) 3426 switch (args[0])
3418 { 3427 {
3419 /* 3428 /*
3420 * commands 3429 * commands
3421 */ 3430 */
3422 case 1: /* deiconify window */ 3431 case 1: /* deiconify window */
3423 XMapWindow (display->display, TermWin.parent[0]); 3432 XMapWindow (disp, TermWin.parent[0]);
3424 break; 3433 break;
3425 case 2: /* iconify window */ 3434 case 2: /* iconify window */
3426 XIconifyWindow (display->display, TermWin.parent[0], 3435 XIconifyWindow (disp, TermWin.parent[0], display->screen);
3427 DefaultScreen (display->display));
3428 break; 3436 break;
3429 case 3: /* set position (pixels) */ 3437 case 3: /* set position (pixels) */
3430 XMoveWindow (display->display, TermWin.parent[0], args[1], args[2]); 3438 XMoveWindow (disp, TermWin.parent[0], args[1], args[2]);
3431 break; 3439 break;
3432 case 4: /* set size (pixels) */ 3440 case 4: /* set size (pixels) */
3433 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3441 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3434 break; 3442 break;
3435 case 5: /* raise window */ 3443 case 5: /* raise window */
3436 XRaiseWindow (display->display, TermWin.parent[0]); 3444 XRaiseWindow (disp, TermWin.parent[0]);
3437 break; 3445 break;
3438 case 6: /* lower window */ 3446 case 6: /* lower window */
3439 XLowerWindow (display->display, TermWin.parent[0]); 3447 XLowerWindow (disp, TermWin.parent[0]);
3440 break; 3448 break;
3441 case 7: /* refresh window */ 3449 case 7: /* refresh window */
3442 scr_touch (true); 3450 scr_touch (true);
3443 break; 3451 break;
3444 case 8: /* set size (chars) */ 3452 case 8: /* set size (chars) */
3456 3464
3457 /* 3465 /*
3458 * reports - some output format copied from XTerm 3466 * reports - some output format copied from XTerm
3459 */ 3467 */
3460 case 11: /* report window state */ 3468 case 11: /* report window state */
3461 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3469 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3462 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3470 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3463 break; 3471 break;
3464 case 13: /* report window position */ 3472 case 13: /* report window position */
3465 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3473 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3466 XTranslateCoordinates (display->display, TermWin.parent[0], wattr.root, 3474 XTranslateCoordinates (disp, TermWin.parent[0], wattr.root,
3467 -wattr.border_width, -wattr.border_width, 3475 -wattr.border_width, -wattr.border_width,
3468 &x, &y, &wdummy); 3476 &x, &y, &wdummy);
3469 tt_printf ("\033[3;%d;%dt", x, y); 3477 tt_printf ("\033[3;%d;%dt", x, y);
3470 break; 3478 break;
3471 case 14: /* report window size (pixels) */ 3479 case 14: /* report window size (pixels) */
3472 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3480 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3473 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3481 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3474 break; 3482 break;
3475 case 18: /* report text area size (chars) */ 3483 case 18: /* report text area size (chars) */
3476 tt_printf ("\033[8;%d;%dt", TermWin.nrow, TermWin.ncol); 3484 tt_printf ("\033[8;%d;%dt", TermWin.nrow, TermWin.ncol);
3477 break; 3485 break;
3479 tt_printf ("\033[9;%d;%dt", TermWin.nrow, TermWin.ncol); 3487 tt_printf ("\033[9;%d;%dt", TermWin.nrow, TermWin.ncol);
3480 break; 3488 break;
3481 case 20: /* report icon label */ 3489 case 20: /* report icon label */
3482 { 3490 {
3483 char *s; 3491 char *s;
3484 XGetIconName (display->display, TermWin.parent[0], &s); 3492 XGetIconName (disp, TermWin.parent[0], &s);
3485 tt_printf ("\033]L%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3493 tt_printf ("\033]L%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */
3486 XFree (s); 3494 XFree (s);
3487 } 3495 }
3488 break; 3496 break;
3489 case 21: /* report window title */ 3497 case 21: /* report window title */
3490 { 3498 {
3491 char *s; 3499 char *s;
3492 XFetchName (display->display, TermWin.parent[0], &s); 3500 XFetchName (disp, TermWin.parent[0], &s);
3493 tt_printf ("\033]l%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */ 3501 tt_printf ("\033]l%-.250s\234", (options & Opt_insecure) && s ? s : ""); /* 8bit ST */
3494 XFree (s); 3502 XFree (s);
3495 } 3503 }
3496 break; 3504 break;
3497 } 3505 }
3504 * ends_how is terminator used. returned input must be free()'d 3512 * ends_how is terminator used. returned input must be free()'d
3505 */ 3513 */
3506unsigned char * 3514unsigned char *
3507rxvt_term::get_to_st (unicode_t &ends_how) 3515rxvt_term::get_to_st (unicode_t &ends_how)
3508{ 3516{
3509 unicode_t seen_esc = 0, ch; 3517 unicode_t ch;
3518 bool seen_esc = false;
3510 unsigned int n = 0; 3519 unsigned int n = 0;
3511 unsigned char *s;
3512 unsigned char string[STRING_MAX]; 3520 wchar_t string[STRING_MAX];
3513 3521
3514 while ((ch = cmd_getc ()) != NOCHAR) 3522 while ((ch = cmd_getc ()) != NOCHAR)
3515 { 3523 {
3516 if (seen_esc) 3524 if (seen_esc)
3517 { 3525 {
3520 else 3528 else
3521 return NULL; 3529 return NULL;
3522 } 3530 }
3523 else if (ch == C0_ESC) 3531 else if (ch == C0_ESC)
3524 { 3532 {
3525 seen_esc = 1; 3533 seen_esc = true;
3526 continue; 3534 continue;
3527 } 3535 }
3528 else if (ch == C0_BEL || ch == CHAR_ST) 3536 else if (ch == C0_BEL || ch == CHAR_ST)
3529 break; 3537 break;
3530 else if (ch < 0x20) 3538 else if (ch < 0x20)
3531 return NULL; /* other control character - exit */ 3539 return NULL; /* other control character - exit */
3532 3540
3533 seen_esc = 0; 3541 seen_esc = false;
3534 3542
3535 if (n >= sizeof (string) - 1) 3543 if (n >= sizeof (string) - 1)
3536 // stop at some sane length 3544 // stop at some sane length
3537 return NULL; 3545 return NULL;
3538 3546
3542 string[n++] = ch; 3550 string[n++] = ch;
3543 } 3551 }
3544 3552
3545 string[n++] = '\0'; 3553 string[n++] = '\0';
3546 3554
3547 if ((s = (unsigned char *)rxvt_malloc (n)) == NULL)
3548 return NULL;
3549
3550 ends_how = (ch == 0x5c ? C0_ESC : ch); 3555 ends_how = (ch == 0x5c ? C0_ESC : ch);
3551 strncpy (s, string, n); 3556
3552 return s; 3557 return (unsigned char *)rxvt_wcstombs (string);
3553} 3558}
3554 3559
3555/*----------------------------------------------------------------------*/ 3560/*----------------------------------------------------------------------*/
3556/* 3561/*
3557 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)' 3562 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)'
3642 int changed = 0; 3647 int changed = 0;
3643 int color; 3648 int color;
3644 char *buf, *name; 3649 char *buf, *name;
3645 bool query = str[0] == '?' && !str[1]; 3650 bool query = str[0] == '?' && !str[1];
3646 int saveop = op; 3651 int saveop = op;
3652 dDisp;
3647 3653
3648 assert (str != NULL); 3654 assert (str != NULL);
3649 switch (op) 3655 switch (op)
3650 { 3656 {
3651 case XTerm_name: 3657 case XTerm_name:
3658 set_title (str); 3664 set_title (str);
3659 break; 3665 break;
3660 case XTerm_property: 3666 case XTerm_property:
3661 if (str[0] == '?') 3667 if (str[0] == '?')
3662 { 3668 {
3663 Atom prop = XInternAtom (display->display, str + 1, True); 3669 Atom prop = display->atom (str + 1);
3664 Atom actual_type; 3670 Atom actual_type;
3665 int actual_format; 3671 int actual_format;
3666 unsigned long nitems; 3672 unsigned long nitems;
3667 unsigned long bytes_after; 3673 unsigned long bytes_after;
3668 unsigned char *value = 0; 3674 unsigned char *value = 0;
3669 const char *str = ""; 3675 const char *str = "";
3670 3676
3671 if (prop 3677 if (prop
3672 && XGetWindowProperty (display->display, TermWin.parent[0], 3678 && XGetWindowProperty (disp, TermWin.parent[0],
3673 prop, 0, 1<<16, 0, AnyPropertyType, 3679 prop, 0, 1<<16, 0, AnyPropertyType,
3674 &actual_type, &actual_format, 3680 &actual_type, &actual_format,
3675 &nitems, &bytes_after, &value) == Success 3681 &nitems, &bytes_after, &value) == Success
3676 && actual_type != None 3682 && actual_type != None
3677 && actual_format == 8) 3683 && actual_format == 8)
3686 char *eq = strchr (str, '='); // constness lost, but verified to be ok 3692 char *eq = strchr (str, '='); // constness lost, but verified to be ok
3687 3693
3688 if (eq) 3694 if (eq)
3689 { 3695 {
3690 *eq = 0; 3696 *eq = 0;
3691 XChangeProperty (display->display, TermWin.parent[0], 3697 set_utf8_property (display->atom (str), eq + 1);
3692 display->atom (str), XA_STRING, 8,
3693 PropModeReplace, (unsigned char *)eq + 1,
3694 strlen (eq + 1));
3695 } 3698 }
3696 else 3699 else
3697 XDeleteProperty (display->display, TermWin.parent[0], 3700 XDeleteProperty (disp, TermWin.parent[0],
3698 display->atom (str)); 3701 display->atom (str));
3699 } 3702 }
3700 break; 3703 break;
3701 3704
3702 case XTerm_Color: 3705 case XTerm_Color:
3753 break; 3756 break;
3754 case XTerm_Color_RV: 3757 case XTerm_Color_RV:
3755 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3758 process_color_seq (XTerm_Color_RV, Color_RV, str, resp);
3756 break; 3759 break;
3757#endif 3760#endif
3758#if TRANSPARENT || TINTING 3761#if TRANSPARENT && TINTING
3759 case XTerm_Color_tint: 3762 case XTerm_Color_tint:
3760 process_color_seq (XTerm_Color_tint, Color_tint, str, resp); 3763 process_color_seq (XTerm_Color_tint, Color_tint, str, resp);
3761 check_our_parents (); 3764 check_our_parents ();
3762 if (am_transparent) 3765 if (am_transparent)
3763 want_full_refresh = want_refresh = 1; 3766 want_full_refresh = want_refresh = 1;
3777 { 3780 {
3778 str++; 3781 str++;
3779#if XPM_BACKGROUND 3782#if XPM_BACKGROUND
3780 changed += scale_pixmap (str); 3783 changed += scale_pixmap (str);
3781#endif 3784#endif
3782
3783 } 3785 }
3786
3784 if (changed) 3787 if (changed)
3785 { 3788 {
3786#ifdef XPM_BACKGROUND 3789#ifdef XPM_BACKGROUND
3787 resize_pixmap (); 3790 resize_pixmap ();
3788#endif 3791#endif
3829 if (query) 3832 if (query)
3830 tt_printf ("\33]%d;%-.250s%c", XTerm_locale, (options & Opt_insecure) ? locale : "", resp); 3833 tt_printf ("\33]%d;%-.250s%c", XTerm_locale, (options & Opt_insecure) ? locale : "", resp);
3831 else 3834 else
3832 { 3835 {
3833 set_locale (str); 3836 set_locale (str);
3837 pty.set_utf8_mode (enc_utf8);
3834# ifdef USE_XIM 3838# ifdef USE_XIM
3835 im_cb (); 3839 im_cb ();
3836# endif 3840# endif
3837 } 3841 }
3838 break; 3842 break;
4276 4280
4277/* ---------------------------------------------------------------------- */ 4281/* ---------------------------------------------------------------------- */
4278/* Write data to the pty as typed by the user, pasted with the mouse, 4282/* Write data to the pty as typed by the user, pasted with the mouse,
4279 * or generated by us in response to a query ESC sequence. 4283 * or generated by us in response to a query ESC sequence.
4280 */ 4284 */
4285const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4286
4281void 4287void
4282rxvt_term::tt_write (const unsigned char *data, unsigned int len) 4288rxvt_term::tt_write (const unsigned char *data, unsigned int len)
4283{ 4289{
4284 const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4290 if (v_buflen == 0)
4291 {
4292 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4285 4293
4286 if (len) 4294 if ((unsigned int)written == len)
4295 return;
4296
4297 data += written;
4298 len -= written;
4287 { 4299 }
4300
4301 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len);
4302
4303 memcpy (v_buffer + v_buflen, data, len);
4304 v_buflen += len;
4305
4306 pty_ev.set (EVENT_READ | EVENT_WRITE);
4307}
4308
4309void rxvt_term::pty_write ()
4310{
4311 int written = write (pty.pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4312
4313 if (written > 0)
4314 {
4315 v_buflen -= written;
4316
4288 if (v_buflen == 0) 4317 if (v_buflen == 0)
4289 { 4318 {
4290 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4291
4292 if ((unsigned int)written == len)
4293 return;
4294
4295 data += written;
4296 len -= written;
4297 }
4298
4299
4300 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len);
4301
4302 memcpy (v_buffer + v_buflen, data, len);
4303 v_buflen += len;
4304 }
4305
4306 for (;;)
4307 {
4308 int written = write (pty.pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4309
4310 if (written > 0)
4311 {
4312 v_buflen -= written;
4313
4314 if (v_buflen == 0)
4315 {
4316 free (v_buffer); 4319 free (v_buffer);
4317 v_buffer = 0; 4320 v_buffer = 0;
4318 v_buflen = 0; 4321 v_buflen = 0;
4319 4322
4320 pty_ev.set (EVENT_READ); 4323 pty_ev.set (EVENT_READ);
4321 return;
4322 }
4323
4324 memmove (v_buffer, v_buffer + written, v_buflen);
4325 }
4326 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4327 // original code just ignores this...
4328 destroy ();
4329 else
4330 {
4331 pty_ev.set (EVENT_READ | EVENT_WRITE);
4332 return; 4324 return;
4333 } 4325 }
4326
4327 memmove (v_buffer, v_buffer + written, v_buflen);
4334 } 4328 }
4329 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4330 // original code just ignores this...
4331 destroy ();
4335} 4332}
4336 4333
4337/*----------------------- end-of-file (C source) -----------------------*/ 4334/*----------------------- end-of-file (C source) -----------------------*/
4338 4335

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines