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.175 by root, Sat Dec 11 17:18:29 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>
54#include <signal.h> 58#include <csignal>
55 59
56/*----------------------------------------------------------------------*/ 60/*----------------------------------------------------------------------*/
57 61
58#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 62#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
59 63
344 valid_keysym = keysym != NoSymbol; 348 valid_keysym = keysym != NoSymbol;
345 } 349 }
346 350
347 if (valid_keysym) 351 if (valid_keysym)
348 { 352 {
353#ifdef KEYSYM_RESOURCE
354 if (keyboard->dispatch (this, keysym, ev.state))
355 return;
356#endif
357
349 if (TermWin.saveLines) 358 if (TermWin.saveLines)
350 { 359 {
351#ifdef UNSHIFTED_SCROLLKEYS 360#ifdef UNSHIFTED_SCROLLKEYS
352 if (!ctrl && !meta) 361 if (!ctrl && !meta)
353#else 362#else
487 } 496 }
488#endif 497#endif
489 498
490 if (keysym >= 0xFF00 && keysym <= 0xFFFF) 499 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
491 { 500 {
492#ifdef KEYSYM_RESOURCE
493 if (! (shft | ctrl) && Keysym_map[keysym & 0xFF] != NULL)
494 {
495 unsigned int l;
496 const unsigned char *kbuf0;
497
498 kbuf0 = (Keysym_map[keysym & 0xFF]);
499 l = (unsigned int)*kbuf0++;
500
501 /* escape prefix */
502 if (meta
503# ifdef META8_OPTION
504 && meta_char == C0_ESC
505# endif
506 )
507 {
508 const unsigned char ch = C0_ESC;
509 tt_write (&ch, 1);
510 }
511
512 tt_write (kbuf0, l);
513 return;
514 }
515 else
516#endif
517 { 501 {
518 newlen = 1; 502 newlen = 1;
519 switch (keysym) 503 switch (keysym)
520 { 504 {
521#ifndef NO_BACKSPACE_KEY 505#ifndef NO_BACKSPACE_KEY
788#undef FKEY 772#undef FKEY
789 default: 773 default:
790 newlen = 0; 774 newlen = 0;
791 break; 775 break;
792 } 776 }
777
793 if (newlen) 778 if (newlen)
794 len = strlen (kbuf); 779 len = strlen (kbuf);
795 } 780 }
796 781
797 /* 782 /*
805 } 790 }
806 else if (ctrl && keysym == XK_minus) 791 else if (ctrl && keysym == XK_minus)
807 { 792 {
808 len = 1; 793 len = 1;
809 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;
810 } 800 }
811 else 801 else
812 { 802 {
813#ifdef META8_OPTION 803#ifdef META8_OPTION
814 /* set 8-bit on */ 804 /* set 8-bit on */
873#endif /* DEBUG_CMD */ 863#endif /* DEBUG_CMD */
874 tt_write (kbuf, (unsigned int)len); 864 tt_write (kbuf, (unsigned int)len);
875} 865}
876/*}}} */ 866/*}}} */
877 867
878#if (MENUBAR_MAX) 868#if MENUBAR_MAX || defined (KEYSYM_RESOURCE)
879/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */ 869/*{{{ rxvt_cmd_write (), rxvt_cmd_getc () */
880/* attempt to `write' count to the input buffer */ 870/* attempt to `write' count to the input buffer */
881unsigned int 871unsigned int
882rxvt_term::cmd_write (const unsigned char *str, unsigned int count) 872rxvt_term::cmd_write (const unsigned char *str, unsigned int count)
883{ 873{
906 896
907 cmd_parse (); 897 cmd_parse ();
908 898
909 return 0; 899 return 0;
910} 900}
911#endif /* MENUBAR_MAX */ 901#endif
912 902
913void 903void
914rxvt_term::flush () 904rxvt_term::flush ()
915{ 905{
916 flush_ev.stop (); 906 flush_ev.stop ();
1017{ 1007{
1018 if (mouse_slip_wheel_speed == 0 1008 if (mouse_slip_wheel_speed == 0
1019 || 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)
1020 : scr_page (UP, mouse_slip_wheel_speed)) 1010 : scr_page (UP, mouse_slip_wheel_speed))
1021 { 1011 {
1012 if (TermWin.view_start == TermWin.nscrolled ||
1013 TermWin.view_start == 0)
1014 mouse_slip_wheel_speed = 0;
1015
1022 refresh_type |= SMOOTH_REFRESH; 1016 refresh_type |= SMOOTH_REFRESH;
1023 want_refresh = 1; 1017 want_refresh = 1;
1024 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1018 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY);
1025 } 1019 }
1026} 1020}
1058rxvt_term::pty_cb (io_watcher &w, short revents) 1052rxvt_term::pty_cb (io_watcher &w, short revents)
1059{ 1053{
1060 SET_R (this); 1054 SET_R (this);
1061 SET_LOCALE (locale); 1055 SET_LOCALE (locale);
1062 1056
1063 if (revents & EVENT_WRITE)
1064 tt_write (0, 0);
1065 else if (revents & EVENT_READ) 1057 if (revents & EVENT_READ)
1066 // loop, but don't allow a single term to monopolize us 1058 // loop, but don't allow a single term to monopolize us
1067 while (pty_fill ()) 1059 while (pty_fill ())
1068 if (cmd_parse ()) 1060 if (cmd_parse ())
1069 break; 1061 break;
1062
1063 if (revents & EVENT_WRITE)
1064 pty_write ();
1070} 1065}
1071 1066
1072void 1067void
1073rxvt_term::pointer_unblank () 1068rxvt_term::pointer_unblank ()
1074{ 1069{
1088rxvt_term::pointer_blank () 1083rxvt_term::pointer_blank ()
1089{ 1084{
1090 if (! (options & Opt_pointerBlank)) 1085 if (! (options & Opt_pointerBlank))
1091 return; 1086 return;
1092 1087
1093 XDefineCursor (display->display, TermWin.vt, blank_cursor); 1088 XDefineCursor (display->display, TermWin.vt, display->blank_cursor);
1094 XFlush (display->display); 1089 XFlush (display->display);
1095 1090
1096 hidden_pointer = 1; 1091 hidden_pointer = 1;
1097} 1092}
1098 1093
1187 1182
1188/*{{{ process an X event */ 1183/*{{{ process an X event */
1189void 1184void
1190rxvt_term::x_cb (XEvent &ev) 1185rxvt_term::x_cb (XEvent &ev)
1191{ 1186{
1187 dDisp;
1188
1192 SET_R (this); 1189 SET_R (this);
1193 SET_LOCALE (locale); 1190 SET_LOCALE (locale);
1194 1191
1195#if defined(CURSOR_BLINK) 1192#if defined(CURSOR_BLINK)
1196 if ((options & Opt_cursorBlink) && ev.type == KeyPress) 1193 if ((options & Opt_cursorBlink) && ev.type == KeyPress)
1327 Atom ActualType; 1324 Atom ActualType;
1328 int ActualFormat; 1325 int ActualFormat;
1329 unsigned char *data; 1326 unsigned char *data;
1330 unsigned long Size, RemainingBytes; 1327 unsigned long Size, RemainingBytes;
1331 1328
1332 XGetWindowProperty (display->display, display->root, 1329 XGetWindowProperty (disp, display->root,
1333 xa[XA_DNDSELECTION], 1330 xa[XA_DNDSELECTION],
1334 0L, 1000000L, 1331 0L, 1000000L,
1335 False, AnyPropertyType, 1332 False, AnyPropertyType,
1336 &ActualType, &ActualFormat, 1333 &ActualType, &ActualFormat,
1337 &Size, &RemainingBytes, 1334 &Size, &RemainingBytes,
1338 &data); 1335 &data);
1339 set_string_property (XA_CUT_BUFFER0, data); 1336 set_string_property (XA_CUT_BUFFER0, data);
1340 XFree (data); 1337 XFree (data);
1341 selection_paste (display->root, XA_CUT_BUFFER0, True); 1338 selection_paste (display->root, XA_CUT_BUFFER0, true);
1342 XSetInputFocus (display->display, display->root, RevertToNone, CurrentTime); 1339 XSetInputFocus (disp, display->root, RevertToNone, CurrentTime);
1343 } 1340 }
1344#endif /* OFFIX_DND */ 1341#endif /* OFFIX_DND */
1345 break; 1342 break;
1346 1343
1347 case MappingNotify: 1344 case MappingNotify:
1440 { /* Wrap lots of configures into one */ 1437 { /* Wrap lots of configures into one */
1441 width = ev.xconfigure.width; 1438 width = ev.xconfigure.width;
1442 height = ev.xconfigure.height; 1439 height = ev.xconfigure.height;
1443 D_SIZE ((stderr, "Size: ConfigureNotify: %4d x %4d", width, height)); 1440 D_SIZE ((stderr, "Size: ConfigureNotify: %4d x %4d", width, height));
1444 } 1441 }
1445 while (XCheckTypedWindowEvent (display->display, ev.xconfigure.window, ConfigureNotify, &ev)); 1442 while (XCheckTypedWindowEvent (disp, ev.xconfigure.window, ConfigureNotify, &ev));
1446 1443
1447 if (szHint.width != width || szHint.height != height) 1444 if (szHint.width != width || szHint.height != height)
1448 { 1445 {
1449 seen_resize = 1; 1446 seen_resize = 1;
1450 resize_all_windows (width, height, 1); 1447 resize_all_windows (width, height, 1);
1468 selection_clear (); 1465 selection_clear ();
1469 break; 1466 break;
1470 1467
1471 case SelectionNotify: 1468 case SelectionNotify:
1472 if (selection_wait == Sel_normal) 1469 if (selection_wait == Sel_normal)
1473 selection_paste (ev.xselection.requestor, 1470 selection_paste (ev.xselection.requestor, ev.xselection.property, true);
1474 ev.xselection.property, True);
1475 break; 1471 break;
1476 1472
1477 case SelectionRequest: 1473 case SelectionRequest:
1478 selection_send (ev.xselectionrequest); 1474 selection_send (ev.xselectionrequest);
1479 break; 1475 break;
1503 if (ev.xany.window == TermWin.vt) 1499 if (ev.xany.window == TermWin.vt)
1504 { 1500 {
1505 do 1501 do
1506 scr_expose (ev.xexpose.x, ev.xexpose.y, 1502 scr_expose (ev.xexpose.x, ev.xexpose.y,
1507 ev.xexpose.width, ev.xexpose.height, False); 1503 ev.xexpose.width, ev.xexpose.height, False);
1508 while (XCheckTypedWindowEvent (display->display, TermWin.vt, ev.xany.type, &ev)); 1504 while (XCheckTypedWindowEvent (disp, TermWin.vt, ev.xany.type, &ev));
1509 1505
1510 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1506 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1511 1507
1512 while (XCheckTypedWindowEvent (display->display, TermWin.vt, ev.xany.type, &ev)) 1508 while (XCheckTypedWindowEvent (disp, TermWin.vt, ev.xany.type, &ev))
1513 scr_expose (ev.xexpose.x, ev.xexpose.y, 1509 scr_expose (ev.xexpose.x, ev.xexpose.y,
1514 ev.xexpose.width, ev.xexpose.height, False); 1510 ev.xexpose.width, ev.xexpose.height, False);
1515 1511
1516 scr_refresh (refresh_type); 1512 scr_refresh (refresh_type);
1517 } 1513 }
1518 else 1514 else
1519 { 1515 {
1520 XEvent unused_event; 1516 XEvent unused_event;
1521 1517
1522 while (XCheckTypedWindowEvent (display->display, ev.xany.window, Expose, &unused_event)) 1518 while (XCheckTypedWindowEvent (disp, ev.xany.window, Expose, &unused_event))
1523 ; 1519 ;
1524 while (XCheckTypedWindowEvent (display->display, ev.xany.window, GraphicsExpose, &unused_event)) 1520 while (XCheckTypedWindowEvent (disp, ev.xany.window, GraphicsExpose, &unused_event))
1525 ; 1521 ;
1526 1522
1527 if (isScrollbarWindow (ev.xany.window)) 1523 if (isScrollbarWindow (ev.xany.window))
1528 { 1524 {
1529 scrollBar.setIdle (); 1525 scrollBar.setIdle ();
1534 menubar_expose (); 1530 menubar_expose ();
1535#endif 1531#endif
1536 1532
1537#ifdef TRANSPARENT 1533#ifdef TRANSPARENT
1538 if (am_transparent && ev.xany.window == TermWin.parent[0]) 1534 if (am_transparent && ev.xany.window == TermWin.parent[0])
1539 XClearWindow (display->display, ev.xany.window); 1535 XClearWindow (disp, ev.xany.window);
1540#endif 1536#endif
1541 } 1537 }
1542 break; 1538 break;
1543 1539
1544 case MotionNotify: 1540 case MotionNotify:
1558 1554
1559 if (ev.xany.window == TermWin.vt) 1555 if (ev.xany.window == TermWin.vt)
1560 { 1556 {
1561 if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1557 if (ev.xbutton.state & (Button1Mask | Button3Mask))
1562 { 1558 {
1563 while (XCheckTypedWindowEvent (display->display, TermWin.vt, MotionNotify, &ev)) 1559 while (XCheckTypedWindowEvent (disp, TermWin.vt, MotionNotify, &ev))
1564 ; 1560 ;
1565 1561
1566 XQueryPointer (display->display, TermWin.vt, 1562 XQueryPointer (disp, TermWin.vt,
1567 &unused_root, &unused_child, 1563 &unused_root, &unused_child,
1568 &unused_root_x, &unused_root_y, 1564 &unused_root_x, &unused_root_y,
1569 &ev.xbutton.x, &ev.xbutton.y, 1565 &ev.xbutton.x, &ev.xbutton.y,
1570 &ev.xbutton.state); 1566 &ev.xbutton.state);
1571#ifdef MOUSE_THRESHOLD 1567#ifdef MOUSE_THRESHOLD
1635#endif 1631#endif
1636 } 1632 }
1637 } 1633 }
1638 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ()) 1634 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ())
1639 { 1635 {
1640 while (XCheckTypedWindowEvent (display->display, scrollBar.win, 1636 while (XCheckTypedWindowEvent (disp, scrollBar.win,
1641 MotionNotify, &ev)) 1637 MotionNotify, &ev))
1642 ; 1638 ;
1643 1639
1644 XQueryPointer (display->display, scrollBar.win, 1640 XQueryPointer (disp, scrollBar.win,
1645 &unused_root, &unused_child, 1641 &unused_root, &unused_child,
1646 &unused_root_x, &unused_root_y, 1642 &unused_root_x, &unused_root_y,
1647 &ev.xbutton.x, &ev.xbutton.y, 1643 &ev.xbutton.x, &ev.xbutton.y,
1648 &unused_mask); 1644 &unused_mask);
1649 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1645 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1668 case PropertyNotify: 1664 case PropertyNotify:
1669 /* 1665 /*
1670 * 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,
1671 * 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.
1672 */ 1668 */
1673 if (xa[XA_XROOTPMAPID] == 0)
1674 xa[XA_XROOTPMAPID] = XInternAtom (display->display, "_XROOTPMAP_ID", False);
1675
1676 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])
1677 return; 1671 return;
1678 1672
1679 /* FALLTHROUGH */ 1673 /* FALLTHROUGH */
1680 case ReparentNotify: 1674 case ReparentNotify:
1681 if ((options & Opt_transparent) && check_our_parents () && am_transparent) 1675 if ((options & Opt_transparent) && check_our_parents () && am_transparent)
1753 { 1747 {
1754 case Button1: 1748 case Button1:
1755 /* allow meta + click to select rectangular areas */ 1749 /* allow meta + click to select rectangular areas */
1756 /* should be done in screen.C */ 1750 /* should be done in screen.C */
1757#if ENABLE_FRILLS 1751#if ENABLE_FRILLS
1758 selection.rect = !! (ev.state & ModMetaMask); 1752 selection.rect = !!(ev.state & ModMetaMask);
1759#else 1753#else
1760 selection.rect = false; 1754 selection.rect = false;
1761#endif 1755#endif
1762 1756
1763 /* allow shift+left click to extend selection */ 1757 /* allow shift+left click to extend selection */
2089 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b; 2083 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2090 unsigned int lower_lim_r, lower_lim_g, lower_lim_b; 2084 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2091 unsigned int upper_lim_r, upper_lim_g, upper_lim_b; 2085 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2092 int i; 2086 int i;
2093 2087
2094 Visual* visual = display->visual; 2088 Visual *visual = display->visual;
2095 2089
2096 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ; 2090 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2097 2091
2098 /* for convenience */ 2092 /* for convenience */
2099 mask_r = visual->red_mask; 2093 mask_r = visual->red_mask;
2320 Atom atype; 2314 Atom atype;
2321 unsigned char *prop = NULL; 2315 unsigned char *prop = NULL;
2322 Window root, oldp, *list; 2316 Window root, oldp, *list;
2323 Pixmap rootpixmap = None; 2317 Pixmap rootpixmap = None;
2324 XWindowAttributes wattr, wrootattr; 2318 XWindowAttributes wattr, wrootattr;
2319 dDisp;
2325 2320
2326 pchanged = 0; 2321 pchanged = 0;
2327 2322
2328 if (!(options & Opt_transparent)) 2323 if (!(options & Opt_transparent))
2329 return pchanged; /* Don't try any more */ 2324 return pchanged; /* Don't try any more */
2330 2325
2331 XGetWindowAttributes (display->display, display->root, &wrootattr); 2326 XGetWindowAttributes (disp, display->root, &wrootattr);
2332 rootdepth = wrootattr.depth; 2327 rootdepth = wrootattr.depth;
2333 2328
2334 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 2329 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
2335 2330
2336 if (rootdepth != wattr.depth) 2331 if (rootdepth != wattr.depth)
2337 { 2332 {
2338 if (am_transparent) 2333 if (am_transparent)
2339 { 2334 {
2340 pchanged = 1; 2335 pchanged = 1;
2341 XSetWindowBackground (display->display, TermWin.vt, pix_colors_focused[Color_bg]); 2336 XSetWindowBackground (disp, TermWin.vt, pix_colors_focused[Color_bg]);
2342 am_transparent = am_pixmap_trans = 0; 2337 am_transparent = am_pixmap_trans = 0;
2343 } 2338 }
2344 2339
2345 return pchanged; /* Don't try any more */ 2340 return pchanged; /* Don't try any more */
2346 } 2341 }
2347 2342
2348 /* 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. */
2349 XSync (display->display, False); 2344 XSync (disp, False);
2350 2345
2351 /* 2346 /*
2352 * Make the frame window set by the window manager have 2347 * Make the frame window set by the window manager have
2353 * the root background. Some window managers put multiple nested frame 2348 * the root background. Some window managers put multiple nested frame
2354 * 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.
2355 */ 2350 */
2356 i = (xa[XA_XROOTPMAPID] 2351 i = (xa[XA_XROOTPMAP_ID]
2357 && XGetWindowProperty (display->display, display->root, xa[XA_XROOTPMAPID], 2352 && XGetWindowProperty (disp, display->root, xa[XA_XROOTPMAP_ID],
2358 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 2353 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2359 &nitems, &bytes_after, &prop) == Success); 2354 &nitems, &bytes_after, &prop) == Success);
2360 2355
2361 if (!i || prop == NULL) 2356 if (!i || prop == NULL)
2362 i = (xa[XA_XSETROOTID] 2357 i = (xa[XA_ESETROOT_PMAP_ID]
2363 && XGetWindowProperty (display->display, display->root, xa[XA_XSETROOTID], 2358 && XGetWindowProperty (disp, display->root, xa[XA_ESETROOT_PMAP_ID],
2364 0L, 1L, False, XA_PIXMAP, &atype, &aformat, 2359 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2365 &nitems, &bytes_after, &prop) == Success); 2360 &nitems, &bytes_after, &prop) == Success);
2366 2361
2367 if (!i || prop == NULL 2362 if (!i || prop == NULL
2368#if TINTING 2363#if TINTING
2387 Window cr; 2382 Window cr;
2388 XImage *image; 2383 XImage *image;
2389 GC gc; 2384 GC gc;
2390 XGCValues gcvalue; 2385 XGCValues gcvalue;
2391 2386
2392 XTranslateCoordinates (display->display, TermWin.parent[0], display->root, 2387 XTranslateCoordinates (disp, TermWin.parent[0], display->root,
2393 0, 0, &sx, &sy, &cr); 2388 0, 0, &sx, &sy, &cr);
2394 nw = (unsigned int)szHint.width; 2389 nw = (unsigned int)szHint.width;
2395 nh = (unsigned int)szHint.height; 2390 nh = (unsigned int)szHint.height;
2396 nx = ny = 0; 2391 nx = ny = 0;
2397 2392
2410 } 2405 }
2411 2406
2412 MIN_IT (nw, (unsigned int) (wrootattr.width - sx)); 2407 MIN_IT (nw, (unsigned int) (wrootattr.width - sx));
2413 MIN_IT (nh, (unsigned int) (wrootattr.height - sy)); 2408 MIN_IT (nh, (unsigned int) (wrootattr.height - sy));
2414 2409
2415 XSync (display->display, False); 2410 XSync (disp, False);
2416 allowedxerror = -1; 2411 allowedxerror = -1;
2417 image = XGetImage (display->display, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap); 2412 image = XGetImage (disp, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2418 2413
2419 /* XXX: handle BadMatch - usually because we're outside the pixmap */ 2414 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2420 /* XXX: may need a delay here? */ 2415 /* XXX: may need a delay here? */
2421 allowedxerror = 0; 2416 allowedxerror = 0;
2422 2417
2425 if (am_transparent && am_pixmap_trans) 2420 if (am_transparent && am_pixmap_trans)
2426 { 2421 {
2427 pchanged = 1; 2422 pchanged = 1;
2428 if (TermWin.pixmap != None) 2423 if (TermWin.pixmap != None)
2429 { 2424 {
2430 XFreePixmap (display->display, TermWin.pixmap); 2425 XFreePixmap (disp, TermWin.pixmap);
2431 TermWin.pixmap = None; 2426 TermWin.pixmap = None;
2432 } 2427 }
2433 } 2428 }
2434 2429
2435 am_pixmap_trans = 0; 2430 am_pixmap_trans = 0;
2436 } 2431 }
2437 else 2432 else
2438 { 2433 {
2439 if (TermWin.pixmap != None) 2434 if (TermWin.pixmap != None)
2440 XFreePixmap (display->display, TermWin.pixmap); 2435 XFreePixmap (disp, TermWin.pixmap);
2441 2436
2442#if TINTING 2437#if TINTING
2443 if (ISSET_PIXCOLOR (Color_tint)) 2438 if (ISSET_PIXCOLOR (Color_tint))
2444 { 2439 {
2445 unsigned short rm, gm, bm; 2440 unsigned short rm, gm, bm;
2449 2444
2450 ShadeXImage (display, image, shade, rm, gm, bm); 2445 ShadeXImage (display, image, shade, rm, gm, bm);
2451 } 2446 }
2452#endif 2447#endif
2453 2448
2454 TermWin.pixmap = XCreatePixmap (display->display, TermWin.vt, 2449 TermWin.pixmap = XCreatePixmap (disp, TermWin.vt,
2455 szHint.width, szHint.height, image->depth); 2450 szHint.width, szHint.height, image->depth);
2456 gc = XCreateGC (display->display, TermWin.vt, 0UL, &gcvalue); 2451 gc = XCreateGC (disp, TermWin.vt, 0UL, &gcvalue);
2457 XPutImage (display->display, TermWin.pixmap, gc, image, 0, 0, 2452 XPutImage (disp, TermWin.pixmap, gc, image, 0, 0,
2458 nx, ny, image->width, image->height); 2453 nx, ny, image->width, image->height);
2459 XFreeGC (display->display, gc); 2454 XFreeGC (disp, gc);
2460 XDestroyImage (image); 2455 XDestroyImage (image);
2461 XSetWindowBackgroundPixmap (display->display, TermWin.parent[0], TermWin.pixmap); 2456 XSetWindowBackgroundPixmap (disp, TermWin.parent[0], TermWin.pixmap);
2462 XClearWindow (display->display, TermWin.parent[0]); 2457 XClearWindow (disp, TermWin.parent[0]);
2463 2458
2464 if (!am_transparent || !am_pixmap_trans) 2459 if (!am_transparent || !am_pixmap_trans)
2465 pchanged = 1; 2460 pchanged = 1;
2466 2461
2467 am_transparent = am_pixmap_trans = 1; 2462 am_transparent = am_pixmap_trans = 1;
2468 } 2463 }
2469 } 2464 }
2470 2465
2471 if (am_pixmap_trans) 2466 if (am_pixmap_trans)
2472 XSetWindowBackgroundPixmap (display->display, TermWin.vt, ParentRelative); 2467 XSetWindowBackgroundPixmap (disp, TermWin.vt, ParentRelative);
2473 else 2468 else
2474 { 2469 {
2475 unsigned int n; 2470 unsigned int n;
2476 /* 2471 /*
2477 * InheritPixmap transparency 2472 * InheritPixmap transparency
2478 */ 2473 */
2479 for (i = 1; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++) 2474 for (i = 1; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++)
2480 { 2475 {
2481 oldp = TermWin.parent[i]; 2476 oldp = TermWin.parent[i];
2482 XQueryTree (display->display, TermWin.parent[i - 1], &root, 2477 XQueryTree (disp, TermWin.parent[i - 1], &root,
2483 &TermWin.parent[i], &list, &n); 2478 &TermWin.parent[i], &list, &n);
2484 XFree (list); 2479 XFree (list);
2485 2480
2486 if (TermWin.parent[i] == display->root) 2481 if (TermWin.parent[i] == display->root)
2487 { 2482 {
2499 2494
2500 if (pchanged) 2495 if (pchanged)
2501 { 2496 {
2502 for (; n < (unsigned int)i; n++) 2497 for (; n < (unsigned int)i; n++)
2503 { 2498 {
2504 XGetWindowAttributes (display->display, TermWin.parent[n], &wattr); 2499 XGetWindowAttributes (disp, TermWin.parent[n], &wattr);
2505 if (wattr.depth != rootdepth || wattr.c_class == InputOnly) 2500 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2506 { 2501 {
2507 n = (int) (sizeof (TermWin.parent) / sizeof (Window)) + 1; 2502 n = (int) (sizeof (TermWin.parent) / sizeof (Window)) + 1;
2508 break; 2503 break;
2509 } 2504 }
2510 } 2505 }
2511 } 2506 }
2512 2507
2513 if (n > (int) (sizeof (TermWin.parent) / sizeof (TermWin.parent[0]))) 2508 if (n > (int) (sizeof (TermWin.parent) / sizeof (TermWin.parent[0])))
2514 { 2509 {
2515 XSetWindowBackground (display->display, TermWin.parent[0], pix_colors_focused[Color_fg]); 2510 XSetWindowBackground (disp, TermWin.parent[0], pix_colors_focused[Color_fg]);
2516 XSetWindowBackground (display->display, TermWin.vt, pix_colors_focused[Color_bg]); 2511 XSetWindowBackground (disp, TermWin.vt, pix_colors_focused[Color_bg]);
2517 am_transparent = 0; 2512 am_transparent = 0;
2518 /* XXX: also turn off Opt_transparent? */ 2513 /* XXX: also turn off Opt_transparent? */
2519 } 2514 }
2520 else 2515 else
2521 { 2516 {
2524 * needed for fvwm2.2.2 (and before?) */ 2519 * needed for fvwm2.2.2 (and before?) */
2525 sleep (1); 2520 sleep (1);
2526#endif 2521#endif
2527 for (n = 0; n < (unsigned int)i; n++) 2522 for (n = 0; n < (unsigned int)i; n++)
2528 { 2523 {
2529 XSetWindowBackgroundPixmap (display->display, TermWin.parent[n], ParentRelative); 2524 XSetWindowBackgroundPixmap (disp, TermWin.parent[n], ParentRelative);
2530 XClearWindow (display->display, TermWin.parent[n]); 2525 XClearWindow (disp, TermWin.parent[n]);
2531 } 2526 }
2532 2527
2533 XSetWindowBackgroundPixmap (display->display, TermWin.vt, ParentRelative); 2528 XSetWindowBackgroundPixmap (disp, TermWin.vt, ParentRelative);
2534 am_transparent = 1; 2529 am_transparent = 1;
2535 } 2530 }
2536 2531
2537 for (; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++) 2532 for (; i < (int) (sizeof (TermWin.parent) / sizeof (Window)); i++)
2538 TermWin.parent[i] = None; 2533 TermWin.parent[i] = None;
2539 } 2534 }
2540 2535
2541 if (scrollBar.win) 2536 if (scrollBar.win)
2542 { 2537 {
2543 XSetWindowBackgroundPixmap (display->display, scrollBar.win, ParentRelative); 2538 XSetWindowBackgroundPixmap (disp, scrollBar.win, ParentRelative);
2544 scrollBar.setIdle (); 2539 scrollBar.setIdle ();
2545 scrollbar_show (0); 2540 scrollbar_show (0);
2546 } 2541 }
2547 2542
2548 if (am_transparent) 2543 if (am_transparent)
2709 if (len == (size_t)-1) 2704 if (len == (size_t)-1)
2710 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
2711 2706
2712 // assume wchar == unicode 2707 // assume wchar == unicode
2713 cmdbuf_ptr += len; 2708 cmdbuf_ptr += len;
2714 return wc; 2709 return wc & UNICODE_MASK;
2715 } 2710 }
2716 2711
2717 return NOCHAR; 2712 return NOCHAR;
2718} 2713}
2719 2714
3421rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3416rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3422{ 3417{
3423 int x, y; 3418 int x, y;
3424 XWindowAttributes wattr; 3419 XWindowAttributes wattr;
3425 Window wdummy; 3420 Window wdummy;
3421 dDisp;
3426 3422
3427 if (nargs == 0) 3423 if (nargs == 0)
3428 return; 3424 return;
3429 3425
3430 switch (args[0]) 3426 switch (args[0])
3431 { 3427 {
3432 /* 3428 /*
3433 * commands 3429 * commands
3434 */ 3430 */
3435 case 1: /* deiconify window */ 3431 case 1: /* deiconify window */
3436 XMapWindow (display->display, TermWin.parent[0]); 3432 XMapWindow (disp, TermWin.parent[0]);
3437 break; 3433 break;
3438 case 2: /* iconify window */ 3434 case 2: /* iconify window */
3439 XIconifyWindow (display->display, TermWin.parent[0], 3435 XIconifyWindow (disp, TermWin.parent[0], display->screen);
3440 DefaultScreen (display->display));
3441 break; 3436 break;
3442 case 3: /* set position (pixels) */ 3437 case 3: /* set position (pixels) */
3443 XMoveWindow (display->display, TermWin.parent[0], args[1], args[2]); 3438 XMoveWindow (disp, TermWin.parent[0], args[1], args[2]);
3444 break; 3439 break;
3445 case 4: /* set size (pixels) */ 3440 case 4: /* set size (pixels) */
3446 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3441 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3447 break; 3442 break;
3448 case 5: /* raise window */ 3443 case 5: /* raise window */
3449 XRaiseWindow (display->display, TermWin.parent[0]); 3444 XRaiseWindow (disp, TermWin.parent[0]);
3450 break; 3445 break;
3451 case 6: /* lower window */ 3446 case 6: /* lower window */
3452 XLowerWindow (display->display, TermWin.parent[0]); 3447 XLowerWindow (disp, TermWin.parent[0]);
3453 break; 3448 break;
3454 case 7: /* refresh window */ 3449 case 7: /* refresh window */
3455 scr_touch (true); 3450 scr_touch (true);
3456 break; 3451 break;
3457 case 8: /* set size (chars) */ 3452 case 8: /* set size (chars) */
3469 3464
3470 /* 3465 /*
3471 * reports - some output format copied from XTerm 3466 * reports - some output format copied from XTerm
3472 */ 3467 */
3473 case 11: /* report window state */ 3468 case 11: /* report window state */
3474 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3469 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3475 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3470 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3476 break; 3471 break;
3477 case 13: /* report window position */ 3472 case 13: /* report window position */
3478 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3473 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3479 XTranslateCoordinates (display->display, TermWin.parent[0], wattr.root, 3474 XTranslateCoordinates (disp, TermWin.parent[0], wattr.root,
3480 -wattr.border_width, -wattr.border_width, 3475 -wattr.border_width, -wattr.border_width,
3481 &x, &y, &wdummy); 3476 &x, &y, &wdummy);
3482 tt_printf ("\033[3;%d;%dt", x, y); 3477 tt_printf ("\033[3;%d;%dt", x, y);
3483 break; 3478 break;
3484 case 14: /* report window size (pixels) */ 3479 case 14: /* report window size (pixels) */
3485 XGetWindowAttributes (display->display, TermWin.parent[0], &wattr); 3480 XGetWindowAttributes (disp, TermWin.parent[0], &wattr);
3486 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3481 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3487 break; 3482 break;
3488 case 18: /* report text area size (chars) */ 3483 case 18: /* report text area size (chars) */
3489 tt_printf ("\033[8;%d;%dt", TermWin.nrow, TermWin.ncol); 3484 tt_printf ("\033[8;%d;%dt", TermWin.nrow, TermWin.ncol);
3490 break; 3485 break;
3492 tt_printf ("\033[9;%d;%dt", TermWin.nrow, TermWin.ncol); 3487 tt_printf ("\033[9;%d;%dt", TermWin.nrow, TermWin.ncol);
3493 break; 3488 break;
3494 case 20: /* report icon label */ 3489 case 20: /* report icon label */
3495 { 3490 {
3496 char *s; 3491 char *s;
3497 XGetIconName (display->display, TermWin.parent[0], &s); 3492 XGetIconName (disp, TermWin.parent[0], &s);
3498 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 */
3499 XFree (s); 3494 XFree (s);
3500 } 3495 }
3501 break; 3496 break;
3502 case 21: /* report window title */ 3497 case 21: /* report window title */
3503 { 3498 {
3504 char *s; 3499 char *s;
3505 XFetchName (display->display, TermWin.parent[0], &s); 3500 XFetchName (disp, TermWin.parent[0], &s);
3506 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 */
3507 XFree (s); 3502 XFree (s);
3508 } 3503 }
3509 break; 3504 break;
3510 } 3505 }
3652 int changed = 0; 3647 int changed = 0;
3653 int color; 3648 int color;
3654 char *buf, *name; 3649 char *buf, *name;
3655 bool query = str[0] == '?' && !str[1]; 3650 bool query = str[0] == '?' && !str[1];
3656 int saveop = op; 3651 int saveop = op;
3652 dDisp;
3657 3653
3658 assert (str != NULL); 3654 assert (str != NULL);
3659 switch (op) 3655 switch (op)
3660 { 3656 {
3661 case XTerm_name: 3657 case XTerm_name:
3677 unsigned long bytes_after; 3673 unsigned long bytes_after;
3678 unsigned char *value = 0; 3674 unsigned char *value = 0;
3679 const char *str = ""; 3675 const char *str = "";
3680 3676
3681 if (prop 3677 if (prop
3682 && XGetWindowProperty (display->display, TermWin.parent[0], 3678 && XGetWindowProperty (disp, TermWin.parent[0],
3683 prop, 0, 1<<16, 0, AnyPropertyType, 3679 prop, 0, 1<<16, 0, AnyPropertyType,
3684 &actual_type, &actual_format, 3680 &actual_type, &actual_format,
3685 &nitems, &bytes_after, &value) == Success 3681 &nitems, &bytes_after, &value) == Success
3686 && actual_type != None 3682 && actual_type != None
3687 && actual_format == 8) 3683 && actual_format == 8)
3699 { 3695 {
3700 *eq = 0; 3696 *eq = 0;
3701 set_utf8_property (display->atom (str), eq + 1); 3697 set_utf8_property (display->atom (str), eq + 1);
3702 } 3698 }
3703 else 3699 else
3704 XDeleteProperty (display->display, TermWin.parent[0], 3700 XDeleteProperty (disp, TermWin.parent[0],
3705 display->atom (str)); 3701 display->atom (str));
3706 } 3702 }
3707 break; 3703 break;
3708 3704
3709 case XTerm_Color: 3705 case XTerm_Color:
3784 { 3780 {
3785 str++; 3781 str++;
3786#if XPM_BACKGROUND 3782#if XPM_BACKGROUND
3787 changed += scale_pixmap (str); 3783 changed += scale_pixmap (str);
3788#endif 3784#endif
3789
3790 } 3785 }
3786
3791 if (changed) 3787 if (changed)
3792 { 3788 {
3793#ifdef XPM_BACKGROUND 3789#ifdef XPM_BACKGROUND
3794 resize_pixmap (); 3790 resize_pixmap ();
3795#endif 3791#endif
3836 if (query) 3832 if (query)
3837 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);
3838 else 3834 else
3839 { 3835 {
3840 set_locale (str); 3836 set_locale (str);
3837 pty.set_utf8_mode (enc_utf8);
3841# ifdef USE_XIM 3838# ifdef USE_XIM
3842 im_cb (); 3839 im_cb ();
3843# endif 3840# endif
3844 } 3841 }
3845 break; 3842 break;
4283 4280
4284/* ---------------------------------------------------------------------- */ 4281/* ---------------------------------------------------------------------- */
4285/* 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,
4286 * or generated by us in response to a query ESC sequence. 4283 * or generated by us in response to a query ESC sequence.
4287 */ 4284 */
4285const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4286
4288void 4287void
4289rxvt_term::tt_write (const unsigned char *data, unsigned int len) 4288rxvt_term::tt_write (const unsigned char *data, unsigned int len)
4290{ 4289{
4291 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));
4292 4293
4293 if (len) 4294 if ((unsigned int)written == len)
4295 return;
4296
4297 data += written;
4298 len -= written;
4294 { 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
4295 if (v_buflen == 0) 4317 if (v_buflen == 0)
4296 { 4318 {
4297 ssize_t written = write (pty.pty, data, min (len, MAX_PTY_WRITE));
4298
4299 if ((unsigned int)written == len)
4300 return;
4301
4302 data += written;
4303 len -= written;
4304 }
4305
4306
4307 v_buffer = (unsigned char *)realloc (v_buffer, v_buflen + len);
4308
4309 memcpy (v_buffer + v_buflen, data, len);
4310 v_buflen += len;
4311 }
4312
4313 for (;;)
4314 {
4315 int written = write (pty.pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4316
4317 if (written > 0)
4318 {
4319 v_buflen -= written;
4320
4321 if (v_buflen == 0)
4322 {
4323 free (v_buffer); 4319 free (v_buffer);
4324 v_buffer = 0; 4320 v_buffer = 0;
4325 v_buflen = 0; 4321 v_buflen = 0;
4326 4322
4327 pty_ev.set (EVENT_READ); 4323 pty_ev.set (EVENT_READ);
4328 return;
4329 }
4330
4331 memmove (v_buffer, v_buffer + written, v_buflen);
4332 }
4333 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4334 // original code just ignores this...
4335 destroy ();
4336 else
4337 {
4338 pty_ev.set (EVENT_READ | EVENT_WRITE);
4339 return; 4324 return;
4340 } 4325 }
4326
4327 memmove (v_buffer, v_buffer + written, v_buflen);
4341 } 4328 }
4329 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4330 // original code just ignores this...
4331 destroy ();
4342} 4332}
4343 4333
4344/*----------------------- end-of-file (C source) -----------------------*/ 4334/*----------------------- end-of-file (C source) -----------------------*/
4345 4335

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines