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.276 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.417 by root, Mon Jul 21 16:51:31 2008 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*----------------------------------------------------------------------*
2 * File: command.C 2 * File: command.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
25 * - extensive modifications 25 * - extensive modifications
26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org> 26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org>
27 * Copyright (c) 2001 Marius Gedminas 27 * Copyright (c) 2001 Marius Gedminas
28 * - Ctrl/Mod4+Tab works like Meta+Tab (options) 28 * - Ctrl/Mod4+Tab works like Meta+Tab (options)
29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org> 29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org>
30 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com> 30 * Copyright (c) 2003-2007 Marc Lehmann <pcg@goof.com>
31 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it>
31 * 32 *
32 * This program is free software; you can redistribute it and/or modify 33 * This program is free software; you can redistribute it and/or modify
33 * it under the terms of the GNU General Public License as published by 34 * it under the terms of the GNU General Public License as published by
34 * the Free Software Foundation; either version 2 of the License, or 35 * the Free Software Foundation; either version 2 of the License, or
35 * (at your option) any later version. 36 * (at your option) any later version.
49#include "rxvt.h" 50#include "rxvt.h"
50#include "rxvtperl.h" 51#include "rxvtperl.h"
51#include "version.h" 52#include "version.h"
52#include "command.h" 53#include "command.h"
53 54
54#if HAVE_SCHED_YIELD
55#undef HAVE_SCHED_YIELD // disabled for the time being
56//# include <sched.h>
57#endif
58
59#ifdef KEYSYM_RESOURCE 55#ifdef KEYSYM_RESOURCE
60# include "keyboard.h" 56# include "keyboard.h"
61#endif 57#endif
62 58
63#include <csignal> 59#include <csignal>
60
61#if LINUX_YIELD_HACK
62# include <ctime>
63#endif
64 64
65/*----------------------------------------------------------------------*/ 65/*----------------------------------------------------------------------*/
66 66
67#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 67#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
68 68
96 XK_Shift_L, 0x21e7, 96 XK_Shift_L, 0x21e7,
97 XK_Shift_R, 0x21e7, 97 XK_Shift_R, 0x21e7,
98 98
99 XK_Shift_Lock, 0x21eb, 99 XK_Shift_Lock, 0x21eb,
100 XK_ISO_Lock, 0x21eb, 100 XK_ISO_Lock, 0x21eb,
101 XK_ISO_Lock, 0x21eb,
102 XK_Caps_Lock, 0x21ec, 101 XK_Caps_Lock, 0x21ec,
103 XK_Num_Lock, 0x21ed, 102 XK_Num_Lock, 0x21ed,
104 XK_ISO_Level3_Shift, 0x21ee, 103 XK_ISO_Level3_Shift, 0x21ee,
105 XK_ISO_Level3_Lock, 0x21ef, 104 XK_ISO_Level3_Lock, 0x21ef,
106 XK_ISO_Group_Lock, 0x21f0, 105 XK_ISO_Group_Lock, 0x21f0,
200 r & RS_Uline ? " uline" : "", 199 r & RS_Uline ? " uline" : "",
201 r & RS_Careful ? " careful" : ""); 200 r & RS_Careful ? " careful" : "");
202 201
203 int width = wcswidth (fname, wcslen (fname)); 202 int width = wcswidth (fname, wcslen (fname));
204 203
205 max_it (width, 8+5); // for char + hey 204 max_it (width, 8+5); // for char + hex
206 max_it (width, strlen (attr)); 205 max_it (width, strlen (attr));
207 206
208 if (y >= 0) 207 if (y >= 0)
209 { 208 {
210 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1; 209 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1;
222 ch = *chr++; 221 ch = *chr++;
223 222
224 sprintf (buf, "%8x", ch); 223 sprintf (buf, "%8x", ch);
225 scr_overlay_set (0, y, buf); 224 scr_overlay_set (0, y, buf);
226 scr_overlay_set (9, y, '='); 225 scr_overlay_set (9, y, '=');
227# if !UNICODE3 226# if !UNICODE_3
228 if (ch >= 0x10000) 227 if (ch >= 0x10000)
229 ch = 0xfffd; 228 ch = 0xfffd;
230# endif 229# endif
231 scr_overlay_set (11, y, ch, r); 230 scr_overlay_set (11, y, ch, r);
231
232 if (WCWIDTH (ch) >= 2)
232 scr_overlay_set (12, y, NOCHAR, r); 233 scr_overlay_set (12, y, NOCHAR, r);
233 } 234 }
234 235
236// {
237// char buf[4+4+3+1];
238// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y);
239// scr_overlay_set (0, 0, buf);
240// }
235 scr_overlay_set (0, len , attr); 241 scr_overlay_set (0, len , attr);
236 scr_overlay_set (0, len + 1, fname); 242 scr_overlay_set (0, len + 1, fname);
237 243
238 free (fname); 244 free (fname);
239 245
273 } 279 }
274 280
275 iso14755buf = 0; 281 iso14755buf = 0;
276} 282}
277 283
278int 284static int
279rxvt_term::hex_keyval (XKeyEvent &ev) 285hex_keyval (XKeyEvent &ev)
280{ 286{
281 // check wether this event corresponds to a hex digit 287 // check wether this event corresponds to a hex digit
282 // if the modifiers had not been pressed. 288 // if the modifiers had not been pressed.
283 for (int index = 0; index < 8; index++) 289 for (int index = 0; index < 8; index++)
284 { 290 {
292 298
293 return -1; 299 return -1;
294} 300}
295#endif 301#endif
296 302
297/*{{{ Convert the keypress event into a string */ 303static inline KeySym
304translate_keypad (KeySym keysym, bool kp)
305{
306#ifdef XK_KP_Home
307 static const KeySym keypadtrans[] = {
308 XK_KP_7, // XK_KP_Home
309 XK_KP_4, // XK_KP_Left
310 XK_KP_8, // XK_KP_Up
311 XK_KP_6, // XK_KP_Right
312 XK_KP_2, // XK_KP_Down
313# ifndef UNSHIFTED_SCROLLKEYS
314 XK_KP_9, // XK_KP_Prior
315 XK_KP_3, // XK_KP_Next
316# else
317 XK_Prior,
318 XK_Next,
319# endif
320 XK_KP_1, // XK_KP_End
321 XK_KP_5, // XK_KP_Begin
322 };
323
324 if (IN_RANGE_INC (keysym, XK_KP_Home, XK_KP_Begin))
325 {
326 unsigned int index = keysym - XK_KP_Home;
327 keysym = kp ? keypadtrans[index] : XK_Home + index;
328 }
329 else if (keysym == XK_KP_Insert)
330 keysym = kp ? XK_KP_0 : XK_Insert;
331# ifndef NO_DELETE_KEY
332 else if (keysym == XK_KP_Delete)
333 keysym = kp ? XK_KP_Decimal : XK_Delete;
334# endif
335#endif
336 return keysym;
337}
338
339static inline int
340map_function_key (KeySym keysym)
341{
342 int param = 0;
343
344 if (IN_RANGE_INC (keysym, XK_F1, XK_F35))
345 {
346 param = 11 + keysym - XK_F1;
347 if (keysym >= XK_F17)
348 param += 4;
349 else if (keysym >= XK_F15)
350 param += 3;
351 else if (keysym >= XK_F11)
352 param += 2;
353 else if (keysym >= XK_F6)
354 param += 1;
355 }
356 else
357 switch (keysym)
358 {
359 case XK_Find:
360 param = 1;
361 break;
362 case XK_Insert:
363 param = 2;
364 break;
365#ifdef DXK_Remove
366 case DXK_Remove:
367#endif
368 case XK_Execute:
369 param = 3;
370 break;
371 case XK_Select:
372 param = 4;
373 break;
374#ifndef UNSHIFTED_SCROLLKEYS
375 case XK_Prior:
376 param = 5;
377 break;
378 case XK_Next:
379 param = 6;
380 break;
381 case XK_Home:
382 param = 7;
383 break;
384 case XK_End:
385 param = 8;
386 break;
387#endif
388 case XK_Help:
389 param = 28;
390 break;
391 case XK_Menu:
392 param = 29;
393 break;
394 }
395 return param;
396}
397
298void 398void
299rxvt_term::lookup_key (XKeyEvent &ev) 399rxvt_term::key_press (XKeyEvent &ev)
300{ 400{
301 int ctrl, meta, shft, len; 401 int ctrl, meta, shft, len;
302 unsigned int newlen;
303 KeySym keysym; 402 KeySym keysym;
304#ifdef DEBUG_CMD
305 static int debug_key = 1; /* accessible by a debugger only */
306#endif
307 int valid_keysym; 403 int valid_keysym;
308 char kbuf[KBUFSZ]; 404 char kbuf[KBUFSZ];
405
406#if ISO_14755
407 if (iso14755buf & ISO_14755_52)
408 return;
409#endif
309 410
310 /* 411 /*
311 * use Num_Lock to toggle Keypad on/off. If Num_Lock is off, allow an 412 * use Num_Lock to toggle Keypad on/off. If Num_Lock is off, allow an
312 * escape sequence to toggle the Keypad. 413 * escape sequence to toggle the Keypad.
313 * 414 *
318 meta = ev.state & ModMetaMask; 419 meta = ev.state & ModMetaMask;
319 420
320 if (numlock_state || (ev.state & ModNumLockMask)) 421 if (numlock_state || (ev.state & ModNumLockMask))
321 { 422 {
322 numlock_state = (ev.state & ModNumLockMask); 423 numlock_state = (ev.state & ModNumLockMask);
323 PrivMode ((!numlock_state), PrivMode_aplKP); 424 set_privmode (PrivMode_aplKP, !numlock_state);
324 } 425 }
325 426
326 kbuf[0] = 0; 427 kbuf[0] = 0;
327 428
328#ifdef USE_XIM 429#ifdef USE_XIM
493# if ISO_14755 594# if ISO_14755
494 iso14755_51 (0); 595 iso14755_51 (0);
495# endif 596# endif
496 return; 597 return;
497 } 598 }
599 else if (keysym == XK_BackSpace)
600 {
601 iso14755buf = ((iso14755buf & ISO_14755_MASK) >> 4) | ISO_14755_51;
602# if ISO_14755
603 iso14755_51 (iso14755buf & ISO_14755_MASK);
604# endif
605 return;
606 }
498 else if ((hv = hex_keyval (ev)) >= 0) 607 else if ((hv = hex_keyval (ev)) >= 0)
499 { 608 {
500 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK) 609 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK)
501 | hv | ISO_14755_51; 610 | hv | ISO_14755_51;
502# if ISO_14755 611# if ISO_14755
504# endif 613# endif
505 return; 614 return;
506 } 615 }
507 else 616 else
508 { 617 {
509# if ENABLE_OVERLAY 618# if ISO_14755
510 scr_overlay_off (); 619 scr_overlay_off ();
511# endif 620# endif
512 iso14755buf = 0; 621 iso14755buf = 0;
513 } 622 }
514 } 623 }
515 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R)) 624 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R))
516 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R))) 625 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R)))
517 if (!(iso14755buf & ISO_14755_STARTED)) 626 if (!(iso14755buf & ISO_14755_STARTED))
518 { 627 {
519 iso14755buf |= ISO_14755_STARTED; 628 iso14755buf |= ISO_14755_STARTED;
520# if ENABLE_OVERLAY 629# if ISO_14755
521 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1); 630 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1);
522 scr_overlay_set (0, 0, "ISO 14755 mode"); 631 scr_overlay_set (0, 0, "ISO 14755 mode");
523# endif 632# endif
524 } 633 }
525#endif 634#endif
526 635
527#ifdef PRINTPIPE 636#ifdef PRINTPIPE
528 if (keysym == XK_Print) 637 if (keysym == XK_Print)
529 { 638 {
530 scr_printscreen (ctrl | shft); 639 scr_printscreen (ctrl | shft);
531 return; 640 return;
532 } 641 }
533#endif 642#endif
534 643
535 if (keysym >= 0xFF00 && keysym <= 0xFFFF) 644 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
536 { 645 {
646 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
647 unsigned int newlen = 1;
648
649 switch (translate_keypad (keysym, kp))
537 { 650 {
651#ifndef NO_BACKSPACE_KEY
652 case XK_BackSpace:
653 if (priv_modes & PrivMode_HaveBackSpace)
654 {
655 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
656 ^ !!ctrl) ? '\b' : '\177';
657 kbuf[1] = '\0';
658 }
659 else
660 strcpy (kbuf, rs[Rs_backspace_key]);
661 break;
662#endif
663#ifndef NO_DELETE_KEY
664 case XK_Delete:
665 strcpy (kbuf, rs[Rs_delete_key]);
666 break;
667#endif
668 case XK_Tab:
669 if (shft)
670 strcpy (kbuf, "\033[Z");
671 else
672 {
673#ifdef CTRL_TAB_MAKES_META
674 if (ctrl)
675 meta = 1;
676#endif
677#ifdef MOD4_TAB_MAKES_META
678 if (ev.state & Mod4Mask)
679 meta = 1;
680#endif
538 newlen = 1; 681 newlen = 0;
539 switch (keysym) 682 }
683 break;
684
685 case XK_Up: /* "\033[A" */
686 case XK_Down: /* "\033[B" */
687 case XK_Right: /* "\033[C" */
688 case XK_Left: /* "\033[D" */
689 strcpy (kbuf, "\033[Z");
690 kbuf[2] = "DACB"[keysym - XK_Left];
691 /* do Shift first */
692 if (shft)
693 kbuf[2] = "dacb"[keysym - XK_Left];
694 else if (ctrl)
695 {
696 kbuf[1] = 'O';
697 kbuf[2] = "dacb"[keysym - XK_Left];
698 }
699 else if (priv_modes & PrivMode_aplCUR)
700 kbuf[1] = 'O';
701 break;
702
703 case XK_KP_Enter:
704 /* allow shift to override */
705 if (kp)
706 {
707 strcpy (kbuf, "\033OM");
708 break;
709 }
710
711 /* FALLTHROUGH */
712
713 case XK_Return:
714 if (priv_modes & PrivMode_LFNL)
715 {
716 kbuf[0] = '\015';
717 kbuf[1] = '\012';
718 kbuf[2] = '\0';
719 }
720 else
721 {
722 kbuf[0] = '\015';
723 kbuf[1] = '\0';
724 }
725 break;
726
727 case XK_KP_F1: /* "\033OP" */
728 case XK_KP_F2: /* "\033OQ" */
729 case XK_KP_F3: /* "\033OR" */
730 case XK_KP_F4: /* "\033OS" */
731 strcpy (kbuf, "\033OP");
732 kbuf[2] += (keysym - XK_KP_F1);
733 break;
734
735 case XK_KP_Multiply: /* "\033Oj" : "*" */
736 case XK_KP_Add: /* "\033Ok" : "+" */
737 case XK_KP_Separator: /* "\033Ol" : "," */
738 case XK_KP_Subtract: /* "\033Om" : "-" */
739 case XK_KP_Decimal: /* "\033On" : "." */
740 case XK_KP_Divide: /* "\033Oo" : "/" */
741 case XK_KP_0: /* "\033Op" : "0" */
742 case XK_KP_1: /* "\033Oq" : "1" */
743 case XK_KP_2: /* "\033Or" : "2" */
744 case XK_KP_3: /* "\033Os" : "3" */
745 case XK_KP_4: /* "\033Ot" : "4" */
746 case XK_KP_5: /* "\033Ou" : "5" */
747 case XK_KP_6: /* "\033Ov" : "6" */
748 case XK_KP_7: /* "\033Ow" : "7" */
749 case XK_KP_8: /* "\033Ox" : "8" */
750 case XK_KP_9: /* "\033Oy" : "9" */
751 /* allow shift to override */
752 if (kp)
753 {
754 strcpy (kbuf, "\033Oj");
755 kbuf[2] += (keysym - XK_KP_Multiply);
756 }
757 else
758 {
759 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
760 kbuf[1] = '\0';
761 }
762 break;
763
764 default:
540 { 765 {
541#ifndef NO_BACKSPACE_KEY 766 int param = map_function_key (keysym);
542 case XK_BackSpace: 767 if (param > 0)
543 if (priv_modes & PrivMode_HaveBackSpace) 768 sprintf (kbuf,"\033[%d~", param);
544 {
545 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
546 ^ !!ctrl) ? '\b' : '\177';
547 kbuf[1] = '\0';
548 }
549 else 769 else
550 strcpy (kbuf, key_backspace);
551 break;
552#endif
553#ifndef NO_DELETE_KEY
554# ifdef XK_KP_Prior
555 case XK_KP_Delete:
556 /* allow shift to override */
557 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
558 {
559 strcpy (kbuf, "\033On");
560 break;
561 }
562 /* FALLTHROUGH */
563# endif
564 case XK_Delete:
565 strcpy (kbuf, key_delete);
566 break;
567#endif
568 case XK_Tab:
569 if (shft)
570 strcpy (kbuf, "\033[Z");
571 else
572 {
573#ifdef CTRL_TAB_MAKES_META
574 if (ctrl)
575 meta = 1;
576#endif
577#ifdef MOD4_TAB_MAKES_META
578 if (ev.state & Mod4Mask)
579 meta = 1;
580#endif
581 newlen = 0;
582 }
583 break;
584
585#ifdef XK_KP_Left
586 case XK_KP_Up: /* \033Ox or standard */
587 case XK_KP_Down: /* \033Or or standard */
588 case XK_KP_Right: /* \033Ov or standard */
589 case XK_KP_Left: /* \033Ot or standard */
590 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
591 {
592 strcpy (kbuf, "\033OZ");
593 kbuf[2] = "txvr"[keysym - XK_KP_Left];
594 break;
595 }
596 else
597 /* translate to std. cursor key */
598 keysym = XK_Left + (keysym - XK_KP_Left);
599 /* FALLTHROUGH */
600#endif
601 case XK_Up: /* "\033[A" */
602 case XK_Down: /* "\033[B" */
603 case XK_Right: /* "\033[C" */
604 case XK_Left: /* "\033[D" */
605 strcpy (kbuf, "\033[Z");
606 kbuf[2] = "DACB"[keysym - XK_Left];
607 /* do Shift first */
608 if (shft)
609 kbuf[2] = "dacb"[keysym - XK_Left];
610 else if (ctrl)
611 {
612 kbuf[1] = 'O';
613 kbuf[2] = "dacb"[keysym - XK_Left];
614 }
615 else if (priv_modes & PrivMode_aplCUR)
616 kbuf[1] = 'O';
617 break;
618
619#ifndef UNSHIFTED_SCROLLKEYS
620# ifdef XK_KP_Prior
621 case XK_KP_Prior:
622 /* allow shift to override */
623 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
624 {
625 strcpy (kbuf, "\033Oy");
626 break;
627 }
628 /* FALLTHROUGH */
629# endif
630 case XK_Prior:
631 strcpy (kbuf, "\033[5~");
632 break;
633# ifdef XK_KP_Next
634 case XK_KP_Next:
635 /* allow shift to override */
636 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
637 {
638 strcpy (kbuf, "\033Os");
639 break;
640 }
641 /* FALLTHROUGH */
642# endif
643 case XK_Next:
644 strcpy (kbuf, "\033[6~");
645 break;
646#endif
647 case XK_KP_Enter:
648 /* allow shift to override */
649 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
650 {
651 strcpy (kbuf, "\033OM");
652 break;
653 }
654
655 /* FALLTHROUGH */
656
657 case XK_Return:
658 if (priv_modes & PrivMode_LFNL)
659 {
660 kbuf[0] = '\015';
661 kbuf[1] = '\012';
662 kbuf[2] = '\0';
663 }
664 else
665 {
666 kbuf[0] = '\015';
667 kbuf[1] = '\0';
668 }
669 break;
670
671#ifdef XK_KP_Begin
672 case XK_KP_Begin:
673 strcpy (kbuf, "\033Ou");
674 break;
675
676#endif
677 case XK_KP_F1: /* "\033OP" */
678 case XK_KP_F2: /* "\033OQ" */
679 case XK_KP_F3: /* "\033OR" */
680 case XK_KP_F4: /* "\033OS" */
681 strcpy (kbuf, "\033OP");
682 kbuf[2] += (keysym - XK_KP_F1);
683 break;
684
685 case XK_KP_Multiply: /* "\033Oj" : "*" */
686 case XK_KP_Add: /* "\033Ok" : "+" */
687 case XK_KP_Separator: /* "\033Ol" : "," */
688 case XK_KP_Subtract: /* "\033Om" : "-" */
689 case XK_KP_Decimal: /* "\033On" : "." */
690 case XK_KP_Divide: /* "\033Oo" : "/" */
691 case XK_KP_0: /* "\033Op" : "0" */
692 case XK_KP_1: /* "\033Oq" : "1" */
693 case XK_KP_2: /* "\033Or" : "2" */
694 case XK_KP_3: /* "\033Os" : "3" */
695 case XK_KP_4: /* "\033Ot" : "4" */
696 case XK_KP_5: /* "\033Ou" : "5" */
697 case XK_KP_6: /* "\033Ov" : "6" */
698 case XK_KP_7: /* "\033Ow" : "7" */
699 case XK_KP_8: /* "\033Ox" : "8" */
700 case XK_KP_9: /* "\033Oy" : "9" */
701 /* allow shift to override */
702 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
703 {
704 strcpy (kbuf, "\033Oj");
705 kbuf[2] += (keysym - XK_KP_Multiply);
706 }
707 else
708 {
709 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
710 kbuf[1] = '\0';
711 }
712 break;
713
714 case XK_Find:
715 strcpy (kbuf, "\033[1~");
716 break;
717
718#ifdef XK_KP_End
719 case XK_KP_Insert:
720 /* allow shift to override */
721 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
722 {
723 strcpy (kbuf, "\033Op");
724 break;
725 }
726 /* FALLTHROUGH */
727#endif
728 case XK_Insert:
729 strcpy (kbuf, "\033[2~");
730 break;
731#ifdef DXK_Remove /* support for DEC remove like key */
732 case DXK_Remove:
733 /* FALLTHROUGH */
734#endif
735 case XK_Execute:
736 strcpy (kbuf, "\033[3~");
737 break;
738 case XK_Select:
739 strcpy (kbuf, "\033[4~");
740 break;
741#ifdef XK_KP_End
742 case XK_KP_End:
743 /* allow shift to override */
744 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
745 {
746 strcpy (kbuf, "\033Oq");
747 break;
748 }
749 /* FALLTHROUGH */
750#endif
751 case XK_End:
752 strcpy (kbuf, KS_END);
753 break;
754#ifdef XK_KP_Home
755 case XK_KP_Home:
756 /* allow shift to override */
757 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
758 {
759 strcpy (kbuf, "\033Ow");
760 break;
761 }
762 /* FALLTHROUGH */
763#endif
764 case XK_Home:
765 strcpy (kbuf, KS_HOME);
766 break;
767
768#define FKEY(n, fkey) \
769 sprintf ((char *)kbuf,"\033[%2d~", (int) ((n) + (keysym - fkey)))
770
771 case XK_F1: /* "\033[11~" */
772 case XK_F2: /* "\033[12~" */
773 case XK_F3: /* "\033[13~" */
774 case XK_F4: /* "\033[14~" */
775 case XK_F5: /* "\033[15~" */
776 FKEY (11, XK_F1);
777 break;
778 case XK_F6: /* "\033[17~" */
779 case XK_F7: /* "\033[18~" */
780 case XK_F8: /* "\033[19~" */
781 case XK_F9: /* "\033[20~" */
782 case XK_F10: /* "\033[21~" */
783 FKEY (17, XK_F6);
784 break;
785 case XK_F11: /* "\033[23~" */
786 case XK_F12: /* "\033[24~" */
787 case XK_F13: /* "\033[25~" */
788 case XK_F14: /* "\033[26~" */
789 FKEY (23, XK_F11);
790 break;
791 case XK_F15: /* "\033[28~" */
792 case XK_F16: /* "\033[29~" */
793 FKEY (28, XK_F15);
794 break;
795 case XK_Help: /* "\033[28~" */
796 FKEY (28, XK_Help);
797 break;
798 case XK_Menu: /* "\033[29~" */
799 FKEY (29, XK_Menu);
800 break;
801 case XK_F17: /* "\033[31~" */
802 case XK_F18: /* "\033[32~" */
803 case XK_F19: /* "\033[33~" */
804 case XK_F20: /* "\033[34~" */
805 case XK_F21: /* "\033[35~" */
806 case XK_F22: /* "\033[36~" */
807 case XK_F23: /* "\033[37~" */
808 case XK_F24: /* "\033[38~" */
809 case XK_F25: /* "\033[39~" */
810 case XK_F26: /* "\033[40~" */
811 case XK_F27: /* "\033[41~" */
812 case XK_F28: /* "\033[42~" */
813 case XK_F29: /* "\033[43~" */
814 case XK_F30: /* "\033[44~" */
815 case XK_F31: /* "\033[45~" */
816 case XK_F32: /* "\033[46~" */
817 case XK_F33: /* "\033[47~" */
818 case XK_F34: /* "\033[48~" */
819 case XK_F35: /* "\033[49~" */
820 FKEY (31, XK_F17);
821 break;
822#undef FKEY
823 default:
824 newlen = 0; 770 newlen = 0;
825 break;
826 } 771 }
827 772 break;
828 if (newlen)
829 len = strlen (kbuf);
830 } 773 }
774
775 if (newlen)
776 len = strlen (kbuf);
831 777
832 /* 778 /*
833 * Pass meta for all function keys, if 'meta' option set 779 * Pass meta for all function keys, if 'meta' option set
834 */ 780 */
835#ifdef META8_OPTION 781#ifdef META8_OPTION
870 return; 816 return;
871 817
872 if (len <= 0) 818 if (len <= 0)
873 return; /* not mapped */ 819 return; /* not mapped */
874 820
875 if (OPTION (Opt_scrollTtyKeypress)) 821 if (option (Opt_scrollTtyKeypress))
876 if (view_start) 822 if (view_start)
877 { 823 {
878 view_start = 0; 824 view_start = 0;
879 want_refresh = 1; 825 want_refresh = 1;
880 } 826 }
902 { 848 {
903 const char ch = C0_ESC; 849 const char ch = C0_ESC;
904 tt_write (&ch, 1); 850 tt_write (&ch, 1);
905 } 851 }
906 852
907#if defined(DEBUG_CMD)
908 /* Display keyboard buffer contents */
909 unsigned char *p;
910 int i;
911
912 fprintf (stderr, "key 0x%04X [%d]: `", (unsigned int)keysym, len);
913 for (i = 0, p = kbuf; i < len; i++, p++)
914 fprintf (stderr, (*p >= ' ' && *p < '\177' ? "%c" : "\\%03o"), *p);
915 fprintf (stderr, "'\n");
916#endif /* DEBUG_CMD */
917 tt_write (kbuf, (unsigned int)len); 853 tt_write (kbuf, (unsigned int)len);
918} 854}
919/*}}} */ 855
856void
857rxvt_term::key_release (XKeyEvent &ev)
858{
859#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
860 KeySym keysym;
861
862 keysym = XLookupKeysym (&ev, ev.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/
863#endif
864
865#if ENABLE_FRILLS || ISO_14755
866 // ISO 14755 support
867 if (iso14755buf)
868 if (iso14755buf & ISO_14755_52)
869 {
870# if ISO_14755
871 scr_overlay_off ();
872# endif
873# if ISO_14755
874 // iso14755 part 5.2 handling: release time
875 // first: controls
876 if ((ev.state & ControlMask)
877 && ((keysym >= 0x40 && keysym <= 0x5f)
878 || (keysym >= 0x61 && keysym <= 0x7f)))
879 {
880 iso14755buf = ISO_14755_51 | 0x2400 | (keysym & 0x1f);
881 commit_iso14755 ();
882
883 return;
884 }
885
886 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2)
887 if (i[0] == keysym)
888 {
889 iso14755buf = ISO_14755_51 | i[1];
890 commit_iso14755 ();
891
892 return;
893 }
894
895 scr_bell ();
896# endif
897 iso14755buf = 0;
898
899 return;
900 }
901 else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
902 {
903# if ISO_14755
904 scr_overlay_off ();
905# endif
906 if (iso14755buf & ISO_14755_51)
907 commit_iso14755 ();
908#if ISO_14755
909 else if (option (Opt_iso14755_52) && iso14755buf & ISO_14755_STARTED)
910 {
911 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
912
913 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
914 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
915 }
916# endif
917 else
918 iso14755buf = 0;
919 }
920#endif
921
922 if (HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_INT, keysym, DT_END)))
923 return;
924
925#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
926 if (!(ev.state & ControlMask))
927 slip_wheel_ev.stop ();
928 else if (keysym == XK_Control_L || keysym == XK_Control_R)
929 mouse_slip_wheel_speed = 0;
930#endif
931}
920 932
921#if defined (KEYSYM_RESOURCE) 933#if defined (KEYSYM_RESOURCE)
922unsigned int 934unsigned int
923rxvt_term::cmd_write (const char *str, unsigned int count) 935rxvt_term::cmd_write (const char *str, unsigned int count)
924{ 936{
954void 966void
955rxvt_term::flush () 967rxvt_term::flush ()
956{ 968{
957 flush_ev.stop (); 969 flush_ev.stop ();
958 970
959#ifdef TRANSPARENT 971#ifdef HAVE_BG_PIXMAP
960 if (want_full_refresh) 972 if (bgPixmap.check_clearChanged ())
961 { 973 {
962 want_full_refresh = 0; 974// scr_clear (true); This needs to be researched further!
963 scr_clear ();
964 scr_touch (false); 975 scr_touch (false);
965 } 976 }
966#endif 977#endif
967 978
968 if (want_refresh) 979 if (want_refresh)
1004 } 1015 }
1005 while (row < end_row); 1016 while (row < end_row);
1006 } 1017 }
1007 1018
1008 scr_refresh (); 1019 scr_refresh ();
1009 scrollbar_show (1); 1020 scrollBar.show (1);
1010#ifdef USE_XIM 1021#ifdef USE_XIM
1011 IMSendSpot (); 1022 IMSendSpot ();
1012#endif 1023#endif
1013 } 1024 }
1014 1025
1015 display->flush (); 1026 display->flush ();
1016} 1027}
1017 1028
1029/* checks wether a refresh is requested and starts the refresh timer */
1018void 1030void
1019rxvt_term::check_cb (check_watcher &w) 1031rxvt_term::refresh_check ()
1032{
1033 if (want_refresh && !flush_ev.is_active ())
1034 flush_ev.start (1. / 60.); // refresh at max. 60 Hz normally
1035
1036 display->flush ();
1037}
1038
1039void
1040rxvt_term::flush_cb (ev::timer &w, int revents)
1020{ 1041{
1021 make_current (); 1042 make_current ();
1022 1043
1023 display->flush ();
1024
1025 if (want_refresh && !flush_ev.active)
1026 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
1027}
1028
1029void
1030rxvt_term::flush_cb (time_watcher &w)
1031{
1032 make_current ();
1033
1034 refresh_limit = 1;
1035 refresh_count = 0; 1044 refresh_count = 0;
1036 flush (); 1045 flush ();
1037} 1046}
1038 1047
1039#ifdef CURSOR_BLINK 1048#ifdef CURSOR_BLINK
1040void 1049void
1041rxvt_term::cursor_blink_cb (time_watcher &w) 1050rxvt_term::cursor_blink_cb (ev::timer &w, int revents)
1042{ 1051{
1043 hidden_cursor = !hidden_cursor; 1052 hidden_cursor = !hidden_cursor;
1044 want_refresh = 1; 1053 want_refresh = 1;
1045 1054 refresh_check ();
1046 w.start (w.at + CURSOR_BLINK_INTERVAL);
1047} 1055}
1048#endif 1056#endif
1049 1057
1050#ifdef TEXT_BLINK 1058#ifdef TEXT_BLINK
1051void 1059void
1052rxvt_term::text_blink_cb (time_watcher &w) 1060rxvt_term::text_blink_cb (ev::timer &w, int revents)
1053{ 1061{
1054 if (scr_refresh_rend (RS_Blink, RS_Blink)) 1062 if (scr_refresh_rend (RS_Blink, RS_Blink))
1055 { 1063 {
1056 hidden_text = !hidden_text; 1064 hidden_text = !hidden_text;
1057 want_refresh = 1; 1065 want_refresh = 1;
1058 w.start (w.at + TEXT_BLINK_INTERVAL); 1066 refresh_check ();
1059 } 1067 }
1068 else
1069 w.stop ();
1060} 1070}
1061#endif 1071#endif
1062 1072
1063#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1073#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1064void 1074void
1065rxvt_term::cont_scroll_cb (time_watcher &w) 1075rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
1066{ 1076{
1067 if ((scrollbar_isUp() || scrollbar_isDn()) && 1077 if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
1068 scr_page (scrollbar_isUp() ? UP : DN, 1)) 1078 && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1))
1069 { 1079 {
1070 want_refresh = 1; 1080 want_refresh = 1;
1071 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1081 refresh_check ();
1072 } 1082 }
1083 else
1084 w.stop ();
1073} 1085}
1074#endif 1086#endif
1075 1087
1076#ifdef SELECTION_SCROLLING 1088#ifdef SELECTION_SCROLLING
1077void 1089void
1078rxvt_term::sel_scroll_cb (time_watcher &w) 1090rxvt_term::sel_scroll_cb (ev::timer &w, int revents)
1079{ 1091{
1080 if (scr_page (scroll_selection_dir, scroll_selection_lines)) 1092 if (scr_page (scroll_selection_dir, scroll_selection_lines))
1081 { 1093 {
1082 selection_extend (selection_save_x, selection_save_y, selection_save_state); 1094 selection_extend (selection_save_x, selection_save_y, selection_save_state);
1083 want_refresh = 1; 1095 want_refresh = 1;
1084 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1096 refresh_check ();
1085 } 1097 }
1098 else
1099 w.stop ();
1086} 1100}
1087#endif 1101#endif
1088 1102
1089#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1103#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1090void 1104void
1091rxvt_term::slip_wheel_cb (time_watcher &w) 1105rxvt_term::slip_wheel_cb (ev::timer &w, int revents)
1092{ 1106{
1093 if (mouse_slip_wheel_speed == 0 1107 if (scr_changeview (view_start - mouse_slip_wheel_speed))
1094 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1095 : scr_page (UP, mouse_slip_wheel_speed))
1096 { 1108 {
1097 if (view_start == top_row || view_start == 0)
1098 mouse_slip_wheel_speed = 0;
1099
1100 want_refresh = 1; 1109 want_refresh = 1;
1101 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1110 refresh_check ();
1111 }
1112
1113 if (view_start == top_row || view_start == 0 || mouse_slip_wheel_speed == 0)
1102 } 1114 {
1115 mouse_slip_wheel_speed = 0;
1116 w.stop ();
1117 }
1103} 1118}
1104#endif 1119#endif
1105 1120
1106#if HAVE_SCHED_YIELD 1121#if LINUX_YIELD_HACK
1107static struct event_handler 1122static struct event_handler
1108{ 1123{
1109 check_watcher cw_yield; 1124 ev::prepare yield_ev;
1110 1125
1111 void yield (check_watcher &w) 1126 void yield_cb (ev::prepare &w, int revents)
1112 { 1127 {
1113 sched_yield (); 1128 // this should really be sched_yield(), but the linux guys thought
1129 // that giving a process calling sched_yield () less cpu time than
1130 // ones with high nice levels is a useful thing to do. It surely is is
1131 // allowed by the sus... as is returning ENOSYS.
1132
1133 struct timespec ts = { 0, 0 };
1134 nanosleep (&ts, 0);
1135
1114 w.stop (); 1136 w.stop ();
1115 } 1137 }
1116 1138
1117 event_handler () 1139 event_handler ()
1118 : cw_yield (this, &event_handler::yield) 1140 : yield_ev (this, &event_handler::yield_cb)
1119 { 1141 {
1120 } 1142 }
1121} event_handler; 1143} event_handler;
1122#endif 1144#endif
1123 1145
1143 cmdbuf_endp += r; 1165 cmdbuf_endp += r;
1144 return true; 1166 return true;
1145 } 1167 }
1146 else if (r < 0 && (errno == EAGAIN || errno == EINTR)) 1168 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1147 { 1169 {
1148#if HAVE_SCHED_YIELD 1170#if LINUX_YIELD_HACK
1149 if (display->is_local) 1171 if (display->is_local)
1150 event_handler.cw_yield.start (); 1172 event_handler.yield_ev.start ();
1151#endif 1173#endif
1152 } 1174 }
1153 else 1175 else
1154 { 1176 {
1155 pty_ev.stop (); 1177 pty_ev.stop ();
1156 1178
1157 if (!OPTION (Opt_hold)) 1179 if (!option (Opt_hold))
1158 destroy (); 1180 destroy ();
1159 } 1181 }
1160 1182
1161 return false; 1183 return false;
1162} 1184}
1163 1185
1164void 1186void
1165rxvt_term::pty_cb (io_watcher &w, short revents) 1187rxvt_term::pty_cb (ev::io &w, int revents)
1166{ 1188{
1167 make_current (); 1189 make_current ();
1168 1190
1169 if (revents & EVENT_READ) 1191 if (revents & ev::READ)
1170 // loop, but don't allow a single term to monopolize us 1192 // loop, but don't allow a single term to monopolize us
1171 while (pty_fill ()) 1193 while (pty_fill ())
1172 if (cmd_parse ()) 1194 if (cmd_parse ())
1173 break; 1195 break;
1174 1196
1175 if (revents & EVENT_WRITE) 1197 if (revents & ev::WRITE)
1176 pty_write (); 1198 pty_write ();
1199
1200 refresh_check ();
1177} 1201}
1178 1202
1179void 1203void
1180rxvt_term::pointer_unblank () 1204rxvt_term::pointer_unblank ()
1181{ 1205{
1182 XDefineCursor (display->display, vt, TermWin_cursor); 1206 XDefineCursor (dpy, vt, TermWin_cursor);
1183 recolour_cursor (); 1207 recolour_cursor ();
1184 1208
1185#ifdef POINTER_BLANK 1209#ifdef POINTER_BLANK
1186 hidden_pointer = 0; 1210 hidden_pointer = 0;
1187 1211
1188 if (OPTION (Opt_pointerBlank)) 1212 if (option (Opt_pointerBlank))
1189 pointer_ev.start (NOW + pointerBlankDelay); 1213 pointer_ev.start (pointerBlankDelay);
1190#endif 1214#endif
1191} 1215}
1192 1216
1193#ifdef POINTER_BLANK 1217#ifdef POINTER_BLANK
1194void 1218void
1195rxvt_term::pointer_blank () 1219rxvt_term::pointer_blank ()
1196{ 1220{
1197 if (!OPTION (Opt_pointerBlank)) 1221 if (!option (Opt_pointerBlank))
1198 return; 1222 return;
1199 1223
1200 XDefineCursor (display->display, vt, display->blank_cursor); 1224 XDefineCursor (dpy, vt, display->blank_cursor);
1201 XFlush (display->display); 1225 XFlush (dpy);
1202 1226
1203 hidden_pointer = 1; 1227 hidden_pointer = 1;
1204} 1228}
1205 1229
1206void 1230void
1207rxvt_term::pointer_cb (time_watcher &w) 1231rxvt_term::pointer_cb (ev::timer &w, int revents)
1208{ 1232{
1209 make_current (); 1233 make_current ();
1210 1234
1211 pointer_blank (); 1235 pointer_blank ();
1212} 1236}
1215void 1239void
1216rxvt_term::mouse_report (XButtonEvent &ev) 1240rxvt_term::mouse_report (XButtonEvent &ev)
1217{ 1241{
1218 int button_number, key_state = 0; 1242 int button_number, key_state = 0;
1219 int x, y; 1243 int x, y;
1244 int code = 32;
1220 1245
1221 x = ev.x; 1246 x = Pixel2Col (ev.x);
1222 y = ev.y; 1247 y = Pixel2Row (ev.y);
1223 pixel_position (&x, &y); 1248 if (ev.type == MotionNotify)
1249 {
1250 if (x == mouse_row && y == mouse_col)
1251 return;
1252 mouse_row = x;
1253 mouse_col = y;
1254 code += 32;
1255 }
1224 1256
1225 if (MEvent.button == AnyButton) 1257 if (MEvent.button == AnyButton)
1226 button_number = 3; 1258 button_number = 3;
1227 else 1259 else
1228 { 1260 {
1274 x + 1, 1306 x + 1,
1275 y + 1); 1307 y + 1);
1276#endif 1308#endif
1277 1309
1278 tt_printf ("\033[M%c%c%c", 1310 tt_printf ("\033[M%c%c%c",
1279 (32 + button_number + key_state), 1311 (code + button_number + key_state),
1280 (32 + x + 1), 1312 (32 + x + 1),
1281 (32 + y + 1)); 1313 (32 + y + 1));
1282} 1314}
1283
1284#ifdef USING_W11LIB
1285void
1286rxvt_W11_process_x_event (XEvent *ev)
1287{
1288 rxvt_t *r = rxvt_get_r ();
1289
1290 x_cb (*ev);
1291}
1292#endif
1293 1315
1294/*{{{ process an X event */ 1316/*{{{ process an X event */
1295void 1317void
1296rxvt_term::x_cb (XEvent &ev) 1318rxvt_term::x_cb (XEvent &ev)
1297{ 1319{
1298 make_current (); 1320 make_current ();
1299 1321
1300 dDisp; 1322 dLocal (Display *, dpy);
1301 1323
1302 if (ev.xany.window == vt 1324 if (ev.xany.window == vt
1303 && SHOULD_INVOKE (HOOK_X_EVENT) 1325 && SHOULD_INVOKE (HOOK_X_EVENT)
1304 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END))) 1326 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
1305 return; 1327 return;
1310 unsigned int unused_mask; 1332 unsigned int unused_mask;
1311 1333
1312 switch (ev.type) 1334 switch (ev.type)
1313 { 1335 {
1314 case KeyPress: 1336 case KeyPress:
1315#if ISO_14755 1337 key_press (ev.xkey);
1316 if (!(iso14755buf & ISO_14755_52))
1317#endif
1318 lookup_key (ev.xkey);
1319
1320 break; 1338 break;
1321 1339
1322 case KeyRelease: 1340 case KeyRelease:
1323 { 1341 key_release (ev.xkey);
1324#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
1325 KeySym keysym;
1326
1327 keysym = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/
1328#endif
1329
1330#if ENABLE_FRILLS || ISO_14755
1331 // ISO 14755 support
1332 if (iso14755buf)
1333 if (iso14755buf & ISO_14755_52)
1334 {
1335# if ENABLE_OVERLAY
1336 scr_overlay_off ();
1337# endif
1338# if ISO_14755
1339 // iso14755 part 5.2 handling: release time
1340 // first: controls
1341 if ((ev.xkey.state & ControlMask)
1342 && ((keysym >= 0x40 && keysym <= 0x5f)
1343 || (keysym >= 0x61 && keysym <= 0x7f)))
1344 {
1345 iso14755buf = ISO_14755_51 | 0x2400 | (keysym & 0x1f);
1346 commit_iso14755 ();
1347 goto skip_switch;
1348 }
1349
1350 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2)
1351 if (i[0] == keysym)
1352 {
1353 iso14755buf = ISO_14755_51 | i[1];
1354 commit_iso14755 ();
1355 goto skip_switch;
1356 }
1357
1358 scr_bell ();
1359# endif
1360 iso14755buf = 0;
1361 break;
1362 }
1363 else if ((ev.xkey.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
1364 {
1365# if ENABLE_OVERLAY
1366 scr_overlay_off ();
1367# endif
1368 if (iso14755buf & ISO_14755_51)
1369 commit_iso14755 ();
1370#if ISO_14755
1371 else if (iso14755buf & ISO_14755_STARTED)
1372 {
1373 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
1374
1375 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
1376 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
1377 }
1378# endif
1379 else
1380 iso14755buf = 0;
1381 }
1382#endif
1383
1384 if (ev.xany.window == vt
1385 && HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_INT, keysym, DT_END)))
1386 break;
1387
1388#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1389 if (!(ev.xkey.state & ControlMask))
1390 slip_wheel_ev.stop ();
1391 else if (keysym == XK_Control_L || keysym == XK_Control_R)
1392 mouse_slip_wheel_speed = 0;
1393#endif
1394 break; 1342 break;
1395 }
1396 1343
1397 case ButtonPress: 1344 case ButtonPress:
1398 button_press (ev.xbutton); 1345 button_press (ev.xbutton);
1399 break; 1346 break;
1400 1347
1401 case ButtonRelease: 1348 case ButtonRelease:
1402 button_release (ev.xbutton); 1349 button_release (ev.xbutton);
1403 break; 1350 break;
1404 1351
1405 case ClientMessage: 1352 case ClientMessage:
1406 if (ev.xclient.format == 32) 1353 if (ev.xclient.format == 32
1354 && !HOOK_INVOKE ((this, HOOK_CLIENT_MESSAGE, DT_XEVENT, &ev, DT_END)))
1407 { 1355 {
1408 if (ev.xclient.message_type == xa[XA_WM_PROTOCOLS]) 1356 if (ev.xclient.message_type == xa[XA_WM_PROTOCOLS])
1409 { 1357 {
1410 if (ev.xclient.data.l[0] == xa[XA_WM_DELETE_WINDOW]) 1358 if (!HOOK_INVOKE ((this, HOOK_WM_PROTOCOLS, DT_XEVENT, &ev, DT_END)))
1411 { 1359 {
1360 if (ev.xclient.data.l[0] == xa[XA_WM_DELETE_WINDOW])
1361 {
1412 if (!HOOK_INVOKE ((this, HOOK_WM_DELETE_WINDOW, DT_XEVENT, ev, DT_END))) 1362 if (!HOOK_INVOKE ((this, HOOK_WM_DELETE_WINDOW, DT_XEVENT, &ev, DT_END)))
1413 destroy (); 1363 destroy ();
1364 }
1365#if ENABLE_EWMH
1366 else if (ev.xclient.data.l[0] == xa[XA_NET_WM_PING])
1367 XSendEvent (dpy, ev.xclient.window = display->root,
1368 False, SubstructureRedirectMask | SubstructureNotifyMask,
1369 &ev);
1370#endif
1414 } 1371 }
1415#if ENABLE_EWMH
1416 else if (ev.xclient.data.l[0] == xa[XA_NET_WM_PING])
1417 XSendEvent (disp, ev.xclient.window = display->root,
1418 False, SubstructureRedirectMask | SubstructureNotifyMask,
1419 &ev);
1420#endif
1421 } 1372 }
1422#if ENABLE_XEMBED 1373#if ENABLE_XEMBED
1423 else if (ev.xclient.format == 32 && ev.xclient.message_type == xa[XA_XEMBED]) 1374 else if (ev.xclient.format == 32 && ev.xclient.message_type == xa[XA_XEMBED])
1424 { 1375 {
1425 if (ev.xclient.data.l[1] == XEMBED_FOCUS_IN) 1376 if (ev.xclient.data.l[1] == XEMBED_FOCUS_IN)
1427 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT) 1378 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT)
1428 focus_out (); 1379 focus_out ();
1429 } 1380 }
1430#endif 1381#endif
1431 } 1382 }
1432 break;
1433
1434 case MappingNotify:
1435 XRefreshKeyboardMapping (&ev.xmapping);
1436 break; 1383 break;
1437 1384
1438 /* 1385 /*
1439 * XXX: this is not the _current_ arrangement 1386 * XXX: this is not the _current_ arrangement
1440 * Here's my conclusion: 1387 * Here's my conclusion:
1459 break; 1406 break;
1460 } 1407 }
1461 break; 1408 break;
1462 1409
1463 case FocusIn: 1410 case FocusIn:
1411 if (ev.xfocus.detail != NotifyInferior
1412 && ev.xfocus.detail != NotifyPointer
1413 && ev.xfocus.mode != NotifyGrab)
1464 focus_in (); 1414 focus_in ();
1465 break; 1415 break;
1466 1416
1467 case FocusOut: 1417 case FocusOut:
1418 if (ev.xfocus.detail != NotifyInferior
1419 && ev.xfocus.detail != NotifyPointer
1420 && ev.xfocus.mode != NotifyGrab)
1468 focus_out (); 1421 focus_out ();
1469 break; 1422 break;
1470 1423
1471 case ConfigureNotify: 1424 case ConfigureNotify:
1425 /*fprintf (stderr, "ConfigureNotify for %X, parent is %X, geom is %dx%d%+d%+d, old geom was %dx%d\n",
1426 ev.xconfigure.window, parent[0], ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconfigure.y,
1427 szHint.width, szHint.height);*/
1472 if (ev.xconfigure.window == parent[0]) 1428 if (ev.xconfigure.window == parent[0])
1473 { 1429 {
1474 while (XCheckTypedWindowEvent (disp, ev.xconfigure.window, ConfigureNotify, &ev)) 1430 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1475 ; 1431 ;
1476 1432
1477 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1433 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1478 { 1434 {
1479 seen_resize = 1; 1435 seen_resize = 1;
1480 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1436 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1481 } 1437 }
1438 else
1439 {
1440#ifdef HAVE_BG_PIXMAP
1441 if (bgPixmap.window_position_sensitive ())
1442 {
1443 if (mapped)
1444 update_background ();
1445 else
1446 bgPixmap.invalidate ();
1447 }
1448#endif
1449 }
1482 1450
1483 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1451 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1484
1485#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1486 if (OPTION (Opt_transparent))
1487 check_our_parents ();
1488#endif
1489 } 1452 }
1490 break; 1453 break;
1491 1454
1492 case PropertyNotify: 1455 case PropertyNotify:
1456 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END)))
1493 if (ev.xproperty.atom == xa[XA_VT_SELECTION] 1457 if (ev.xproperty.atom == xa[XA_VT_SELECTION]
1494 && ev.xproperty.state == PropertyNewValue) 1458 && ev.xproperty.state == PropertyNewValue)
1495 selection_property (ev.xproperty.window, ev.xproperty.atom); 1459 selection_property (ev.xproperty.window, ev.xproperty.atom);
1496 1460
1497 break; 1461 break;
1498 1462
1499 case SelectionClear: 1463 case SelectionClear:
1500 selection_clear (); 1464 selection_clear ();
1508 case SelectionRequest: 1472 case SelectionRequest:
1509 selection_send (ev.xselectionrequest); 1473 selection_send (ev.xselectionrequest);
1510 break; 1474 break;
1511 1475
1512 case MapNotify: 1476 case MapNotify:
1477#ifdef HAVE_BG_PIXMAP
1478 /* This is needed spcifically to fix the case of no window manager or a
1479 * non-reparenting window manager. In those cases we never get first
1480 * ConfigureNotify. Also that speeds startup under normal WM, by taking
1481 * care of multiplicity of ConfigureNotify events arriwing while WM does
1482 * reparenting.
1483 * We should not render background immidiately, as there could be several
1484 * ConfigureNotify's to follow. Lets take care of all of them in one scoop
1485 * by scheduling background redraw as soon as we can, but giving a short
1486 * bit of time for ConfigureNotifies to arrive.
1487 * We should render background PRIOR to drawing any text, but AFTER all
1488 * of ConfigureNotifys for the best results.
1489 */
1490 if (bgPixmap.flags & bgPixmap_t::isInvalid)
1491 update_background_ev.start (0.025);
1492#endif
1513 mapped = 1; 1493 mapped = 1;
1514#ifdef TEXT_BLINK 1494#ifdef TEXT_BLINK
1515 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL); 1495 text_blink_ev.start ();
1516#endif 1496#endif
1517 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1497 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1518 break; 1498 break;
1519 1499
1520 case UnmapNotify: 1500 case UnmapNotify:
1522#ifdef TEXT_BLINK 1502#ifdef TEXT_BLINK
1523 text_blink_ev.stop (); 1503 text_blink_ev.stop ();
1524#endif 1504#endif
1525 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1505 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1526 break; 1506 break;
1527
1528#ifdef TRANSPARENT
1529 case ReparentNotify:
1530 rootwin_cb (ev);
1531 break;
1532#endif /* TRANSPARENT */
1533 1507
1534 case GraphicsExpose: 1508 case GraphicsExpose:
1535 case Expose: 1509 case Expose:
1536 if (ev.xany.window == vt) 1510 if (ev.xany.window == vt)
1537 { 1511 {
1538 do 1512 do
1513 {
1539 scr_expose (ev.xexpose.x, ev.xexpose.y, 1514 scr_expose (ev.xexpose.x, ev.xexpose.y,
1540 ev.xexpose.width, ev.xexpose.height, False); 1515 ev.xexpose.width, ev.xexpose.height, False);
1516 }
1541 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)); 1517 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev));
1542 1518
1543 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1519 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1544 1520
1545 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)) 1521 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev))
1522 {
1546 scr_expose (ev.xexpose.x, ev.xexpose.y, 1523 scr_expose (ev.xexpose.x, ev.xexpose.y,
1547 ev.xexpose.width, ev.xexpose.height, False); 1524 ev.xexpose.width, ev.xexpose.height, False);
1525 }
1548 1526
1549 want_refresh = 1; 1527 want_refresh = 1;
1550 } 1528 }
1551 else 1529 else
1552 { 1530 {
1553 XEvent unused_event; 1531 XEvent unused_event;
1554 1532
1555 while (XCheckTypedWindowEvent (disp, ev.xany.window, Expose, &unused_event)) 1533 while (XCheckTypedWindowEvent (dpy, ev.xany.window, Expose, &unused_event))
1556 ; 1534 ;
1557 while (XCheckTypedWindowEvent (disp, ev.xany.window, GraphicsExpose, &unused_event)) 1535 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event))
1558 ; 1536 ;
1559 1537
1560 if (isScrollbarWindow (ev.xany.window)) 1538 if (scrollBar.state && ev.xany.window == scrollBar.win)
1561 { 1539 {
1562 scrollBar.setIdle (); 1540 scrollBar.state = STATE_IDLE;
1563 scrollbar_show (0); 1541 scrollBar.show (0);
1564 } 1542 }
1565
1566#ifdef TRANSPARENT
1567 if (am_transparent && ev.xany.window == parent[0])
1568 XClearWindow (disp, ev.xany.window);
1569#endif
1570 } 1543 }
1571 break; 1544 break;
1572 1545
1573 case MotionNotify: 1546 case MotionNotify:
1574#ifdef POINTER_BLANK 1547#ifdef POINTER_BLANK
1575 if (hidden_pointer) 1548 if (hidden_pointer)
1576 pointer_unblank (); 1549 pointer_unblank ();
1577#endif 1550#endif
1551 if ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask))
1552 || priv_modes & PrivMode_MouseAnyEvent)
1553 mouse_report (ev.xbutton);
1578 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1554 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1579 break; 1555 break;
1580 1556
1581 if (ev.xany.window == vt) 1557 if (ev.xany.window == vt)
1582 { 1558 {
1583 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY) 1559 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY)
1584 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END))) 1560 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1585 ; // nop 1561 ; // nop
1586 else if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1562 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1587 { 1563 {
1588 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1564 while (XCheckTypedWindowEvent (dpy, vt, MotionNotify, &ev))
1589 ; 1565 ;
1590 1566
1591 XQueryPointer (disp, vt, 1567 XQueryPointer (dpy, vt,
1592 &unused_root, &unused_child, 1568 &unused_root, &unused_child,
1593 &unused_root_x, &unused_root_y, 1569 &unused_root_x, &unused_root_y,
1594 &ev.xbutton.x, &ev.xbutton.y, 1570 &ev.xbutton.x, &ev.xbutton.y,
1595 &ev.xbutton.state); 1571 &ev.xbutton.state);
1596#ifdef MOUSE_THRESHOLD 1572#ifdef MOUSE_THRESHOLD
1616 int dist; 1592 int dist;
1617 1593
1618 /* don't clobber the current delay if we are 1594 /* don't clobber the current delay if we are
1619 * already in the middle of scrolling. 1595 * already in the middle of scrolling.
1620 */ 1596 */
1621 if (!sel_scroll_ev.active) 1597 if (!sel_scroll_ev.is_active ())
1622 sel_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 1598 sel_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
1623 1599
1624 /* save the event params so we can highlight 1600 /* save the event params so we can highlight
1625 * the selection in the pending-scroll loop 1601 * the selection in the pending-scroll loop
1626 */ 1602 */
1627 selection_save_x = ev.xbutton.x; 1603 selection_save_x = ev.xbutton.x;
1649 else 1625 else
1650 { 1626 {
1651 /* we are within the text window, so we 1627 /* we are within the text window, so we
1652 * shouldn't be scrolling 1628 * shouldn't be scrolling
1653 */ 1629 */
1654 if (sel_scroll_ev.active)
1655 sel_scroll_ev.stop(); 1630 sel_scroll_ev.stop();
1656 } 1631 }
1657#endif 1632#endif
1658#ifdef MOUSE_THRESHOLD 1633#ifdef MOUSE_THRESHOLD
1659 } 1634 }
1660#endif 1635#endif
1661 } 1636 }
1662 } 1637 }
1663 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ()) 1638 else if (scrollBar.state == STATE_MOTION && ev.xany.window == scrollBar.win)
1664 { 1639 {
1665 while (XCheckTypedWindowEvent (disp, scrollBar.win, 1640 while (XCheckTypedWindowEvent (dpy, scrollBar.win,
1666 MotionNotify, &ev)) 1641 MotionNotify, &ev))
1667 ; 1642 ;
1668 1643
1669 XQueryPointer (disp, scrollBar.win, 1644 XQueryPointer (dpy, scrollBar.win,
1670 &unused_root, &unused_child, 1645 &unused_root, &unused_child,
1671 &unused_root_x, &unused_root_y, 1646 &unused_root_x, &unused_root_y,
1672 &ev.xbutton.x, &ev.xbutton.y, 1647 &ev.xbutton.x, &ev.xbutton.y,
1673 &unused_mask); 1648 &unused_mask);
1674 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1649 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1675 scrollbar_size ()); 1650 scrollBar.size ());
1676 want_refresh = 1; 1651 want_refresh = 1;
1677 refresh_limit = 0;
1678 scrollbar_show (1); 1652 scrollBar.show (1);
1679 } 1653 }
1680 break; 1654 break;
1681 } 1655 }
1682 1656
1683skip_switch: ;
1684
1685#if defined(CURSOR_BLINK) 1657#if defined(CURSOR_BLINK)
1686 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress) 1658 if (option (Opt_cursorBlink) && ev.type == KeyPress)
1687 { 1659 {
1688 if (hidden_cursor) 1660 if (hidden_cursor)
1689 { 1661 {
1690 hidden_cursor = 0; 1662 hidden_cursor = 0;
1691 want_refresh = 1; 1663 want_refresh = 1;
1692 } 1664 }
1693 1665
1694 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1666 cursor_blink_ev.again ();
1695 } 1667 }
1696#endif 1668#endif
1697 1669
1698#if defined(POINTER_BLANK) 1670#if defined(POINTER_BLANK)
1699 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0) 1671 if (option (Opt_pointerBlank) && pointerBlankDelay > 0)
1700 { 1672 {
1701 if (ev.type == MotionNotify 1673 if (ev.type == MotionNotify
1702 || ev.type == ButtonPress 1674 || ev.type == ButtonPress
1703 || ev.type == ButtonRelease) 1675 || ev.type == ButtonRelease)
1704 if (hidden_pointer) 1676 if (hidden_pointer)
1706 1678
1707 if (ev.type == KeyPress && hidden_pointer == 0) 1679 if (ev.type == KeyPress && hidden_pointer == 0)
1708 pointer_blank (); 1680 pointer_blank ();
1709 } 1681 }
1710#endif 1682#endif
1683
1684 refresh_check ();
1711} 1685}
1712 1686
1713void 1687void
1714rxvt_term::focus_in () 1688rxvt_term::focus_in ()
1715{ 1689{
1716 if (!focus) 1690 if (!focus)
1717 { 1691 {
1718 focus = 1; 1692 focus = 1;
1719 want_refresh = 1; 1693 want_refresh = 1;
1720 1694
1721 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1695 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1722 1696
1723#if USE_XIM 1697#if USE_XIM
1724 if (Input_Context != NULL) 1698 if (Input_Context != NULL)
1725 { 1699 {
1726 IMSetStatusPosition (); 1700 IMSetPosition ();
1727 XSetICFocus (Input_Context); 1701 XSetICFocus (Input_Context);
1728 } 1702 }
1729#endif 1703#endif
1730#if CURSOR_BLINK 1704#if CURSOR_BLINK
1731 if (OPTION (Opt_cursorBlink)) 1705 if (option (Opt_cursorBlink))
1732 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1706 cursor_blink_ev.again ();
1733#endif 1707#endif
1734#if OFF_FOCUS_FADING 1708#if OFF_FOCUS_FADING
1735 if (rs[Rs_fade]) 1709 if (rs[Rs_fade])
1736 { 1710 {
1737 pix_colors = pix_colors_focused; 1711 pix_colors = pix_colors_focused;
1738 scr_recolour (); 1712 scr_recolour ();
1739 } 1713 }
1740#endif 1714#endif
1715#if ENABLE_FRILLS
1716 if (option (Opt_urgentOnBell))
1717 {
1718 if (XWMHints *h = XGetWMHints(dpy, parent[0]))
1719 {
1720 h->flags &= ~XUrgencyHint;
1721 XSetWMHints (dpy, parent[0], h);
1722 }
1723 }
1724#endif
1741 } 1725 }
1742} 1726}
1743 1727
1744void 1728void
1745rxvt_term::focus_out () 1729rxvt_term::focus_out ()
1753 1737
1754#if ENABLE_FRILLS || ISO_14755 1738#if ENABLE_FRILLS || ISO_14755
1755 if (iso14755buf) 1739 if (iso14755buf)
1756 { 1740 {
1757 iso14755buf = 0; 1741 iso14755buf = 0;
1758# if ENABLE_OVERLAY 1742# if ISO_14755
1759 scr_overlay_off (); 1743 scr_overlay_off ();
1760# endif 1744# endif
1761 } 1745 }
1762#endif 1746#endif
1763#if USE_XIM 1747#if USE_XIM
1764 if (Input_Context != NULL) 1748 if (Input_Context != NULL)
1765 XUnsetICFocus (Input_Context); 1749 XUnsetICFocus (Input_Context);
1766#endif 1750#endif
1767#if CURSOR_BLINK 1751#if CURSOR_BLINK
1768 if (OPTION (Opt_cursorBlink)) 1752 if (option (Opt_cursorBlink))
1769 cursor_blink_ev.stop (); 1753 cursor_blink_ev.stop ();
1754
1770 hidden_cursor = 0; 1755 hidden_cursor = 0;
1771#endif 1756#endif
1772#if OFF_FOCUS_FADING 1757#if OFF_FOCUS_FADING
1773 if (rs[Rs_fade]) 1758 if (rs[Rs_fade])
1774 { 1759 {
1777 } 1762 }
1778#endif 1763#endif
1779 } 1764 }
1780} 1765}
1781 1766
1782#if TRANSPARENT 1767void
1768rxvt_term::update_fade_color (unsigned int idx)
1769{
1770#if OFF_FOCUS_FADING
1771 if (rs[Rs_fade])
1772 {
1773 rgba c;
1774 pix_colors [Color_fade].get (c);
1775 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1776 }
1777#endif
1778}
1779
1780#if ENABLE_TRANSPARENCY || ENABLE_PERL
1783void 1781void
1784rxvt_term::rootwin_cb (XEvent &ev) 1782rxvt_term::rootwin_cb (XEvent &ev)
1785{ 1783{
1786 make_current (); 1784 make_current ();
1787 1785
1786 if (SHOULD_INVOKE (HOOK_ROOT_EVENT)
1787 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END)))
1788 return;
1789
1790# if ENABLE_TRANSPARENCY
1788 switch (ev.type) 1791 switch (ev.type)
1789 { 1792 {
1790 case PropertyNotify: 1793 case PropertyNotify:
1791 /* 1794 /*
1792 * if user used some Esetroot compatible prog to set the root bg, 1795 * if user used some Esetroot compatible prog to set the root bg,
1793 * use the property to determine the pixmap. We use it later on. 1796 * use the property to determine the pixmap. We use it later on.
1794 */ 1797 */
1795 if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID] 1798 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1796 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1799 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1797 return; 1800 {
1801 bgPixmap.set_root_pixmap ();
1802 update_background ();
1803 }
1798 1804
1799 /* FALLTHROUGH */
1800 case ReparentNotify:
1801 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1802 want_refresh = want_full_refresh = 1;
1803 break; 1805 break;
1804 } 1806 }
1807# endif
1808
1809 refresh_check ();
1805} 1810}
1806#endif 1811#endif
1807 1812
1808void 1813void
1809rxvt_term::button_press (XButtonEvent &ev) 1814rxvt_term::button_press (XButtonEvent &ev)
1818 /* 1823 /*
1819 * VT window processing of button press 1824 * VT window processing of button press
1820 */ 1825 */
1821 if (ev.window == vt) 1826 if (ev.window == vt)
1822 { 1827 {
1828 if (HOOK_INVOKE ((this, HOOK_BUTTON_PRESS, DT_XEVENT, &ev, DT_END)))
1829 return;
1830
1823#if ISO_14755 1831#if ISO_14755
1824 // 5.4 1832 // 5.4
1825 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54)) 1833 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54))
1826 { 1834 {
1827 iso14755_54 (ev.x, ev.y); 1835 iso14755_54 (ev.x, ev.y);
1861 mouse_report (ev); 1869 mouse_report (ev);
1862 } 1870 }
1863#else 1871#else
1864 MEvent.button = ev.button; 1872 MEvent.button = ev.button;
1865 mouse_report (ev); 1873 mouse_report (ev);
1866#endif /* MOUSE_REPORT_DOUBLECLICK */ 1874#endif /* MOUSE_REPORT_DOUBLECLICK */
1867 1875
1868 } 1876 }
1869 else 1877 else
1870 { 1878 {
1871 if (ev.button != MEvent.button) 1879 if (ev.button != MEvent.button)
1872 MEvent.clicks = 0; 1880 MEvent.clicks = 0;
1873 1881
1874 if (!HOOK_INVOKE ((this, HOOK_BUTTON_PRESS, DT_XEVENT, &ev, DT_END)))
1875 switch (ev.button) 1882 switch (ev.button)
1876 { 1883 {
1877 case Button1: 1884 case Button1:
1878 /* allow meta + click to select rectangular areas */ 1885 /* allow meta + click to select rectangular areas */
1879 /* should be done in screen.C */ 1886 /* should be done in screen.C */
1880#if ENABLE_FRILLS 1887#if ENABLE_FRILLS
1881 selection.rect = !!(ev.state & ModMetaMask); 1888 selection.rect = !!(ev.state & ModMetaMask);
1882#else 1889#else
1883 selection.rect = false; 1890 selection.rect = false;
1884#endif 1891#endif
1885 1892
1886 /* allow shift+left click to extend selection */ 1893 /* allow shift+left click to extend selection */
1887 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report)) 1894 if (ev.state & ShiftMask && !(priv_modes & PrivMode_mouse_report))
1888 { 1895 {
1889 if (MEvent.button == Button1 && clickintime) 1896 if (MEvent.button == Button1 && clickintime)
1890 selection_rotate (ev.x, ev.y); 1897 selection_rotate (ev.x, ev.y);
1891 else 1898 else
1892 selection_extend (ev.x, ev.y, 1); 1899 selection_extend (ev.x, ev.y, 1);
1893 } 1900 }
1894 else 1901 else
1895 { 1902 {
1896 if (MEvent.button == Button1 && clickintime) 1903 if (MEvent.button == Button1 && clickintime)
1897 MEvent.clicks++; 1904 MEvent.clicks++;
1898 else 1905 else
1899 MEvent.clicks = 1; 1906 MEvent.clicks = 1;
1900 1907
1901 selection_click (MEvent.clicks, ev.x, ev.y); 1908 selection_click (MEvent.clicks, ev.x, ev.y);
1902 } 1909 }
1903 1910
1904 MEvent.button = Button1; 1911 MEvent.button = Button1;
1905 break; 1912 break;
1906 1913
1907 case Button3: 1914 case Button3:
1908 if (MEvent.button == Button3 && clickintime) 1915 if (MEvent.button == Button3 && clickintime)
1909 selection_rotate (ev.x, ev.y); 1916 selection_rotate (ev.x, ev.y);
1910 else 1917 else
1911 selection_extend (ev.x, ev.y, 1); 1918 selection_extend (ev.x, ev.y, 1);
1912 1919
1913 MEvent.button = Button3; 1920 MEvent.button = Button3;
1914 break; 1921 break;
1915 } 1922 }
1916 } 1923 }
1917 1924
1918 MEvent.time = ev.time; 1925 MEvent.time = ev.time;
1919 return; 1926 return;
1920 } 1927 }
1921 1928
1922 /* 1929 /*
1923 * Scrollbar window processing of button press 1930 * Scrollbar window processing of button press
1924 */ 1931 */
1925 if (isScrollbarWindow (ev.window)) 1932 if (scrollBar.state && ev.window == scrollBar.win)
1926 { 1933 {
1927 scrollBar.setIdle (); 1934 page_dirn direction = NO_DIR;
1935
1936 if (scrollBar.upButton (ev.y))
1937 direction = UP; /* up */
1938 else if (scrollBar.dnButton (ev.y))
1939 direction = DN; /* down */
1940
1941 scrollBar.state = STATE_IDLE;
1928 /* 1942 /*
1929 * Rxvt-style scrollbar: 1943 * Rxvt-style scrollbar:
1930 * move up if mouse is above slider 1944 * move up if mouse is above slider
1931 * move dn if mouse is below slider 1945 * move dn if mouse is below slider
1932 * 1946 *
1941 /* 1955 /*
1942 * Mouse report disabled scrollbar: 1956 * Mouse report disabled scrollbar:
1943 * arrow buttons - send up/down 1957 * arrow buttons - send up/down
1944 * click on scrollbar - send pageup/down 1958 * click on scrollbar - send pageup/down
1945 */ 1959 */
1946 if ((scrollBar.style == R_SB_NEXT 1960 if (direction == UP)
1947 && scrollbarnext_upButton (ev.y))
1948 || (scrollBar.style == R_SB_RXVT
1949 && scrollbarrxvt_upButton (ev.y)))
1950 tt_printf ("\033[A"); 1961 tt_printf ("\033[A");
1951 else if ((scrollBar.style == R_SB_NEXT 1962 else if (direction == DN)
1952 && scrollbarnext_dnButton (ev.y))
1953 || (scrollBar.style == R_SB_RXVT
1954 && scrollbarrxvt_dnButton (ev.y)))
1955 tt_printf ("\033[B"); 1963 tt_printf ("\033[B");
1956 else 1964 else
1957 switch (ev.button) 1965 switch (ev.button)
1958 { 1966 {
1959 case Button2: 1967 case Button2:
1966 tt_printf ("\033[5~"); 1974 tt_printf ("\033[5~");
1967 break; 1975 break;
1968 } 1976 }
1969 } 1977 }
1970 else 1978 else
1971#endif /* NO_SCROLLBAR_REPORT */ 1979#endif /* NO_SCROLLBAR_REPORT */
1972
1973 {
1974 char upordown = 0;
1975
1976 if (scrollBar.style == R_SB_NEXT)
1977 { 1980 {
1978 if (scrollbarnext_upButton (ev.y)) 1981 if (direction != NO_DIR)
1979 upordown = -1; /* up */
1980 else if (scrollbarnext_dnButton (ev.y))
1981 upordown = 1; /* down */
1982 }
1983 else if (scrollBar.style == R_SB_RXVT)
1984 {
1985 if (scrollbarrxvt_upButton (ev.y))
1986 upordown = -1; /* up */
1987 else if (scrollbarrxvt_dnButton (ev.y))
1988 upordown = 1; /* down */
1989 }
1990 if (upordown)
1991 { 1982 {
1992#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1983#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1984 if (!cont_scroll_ev.is_active ())
1993 cont_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 1985 cont_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
1994#endif 1986#endif
1995 if (scr_page (upordown < 0 ? UP : DN, 1)) 1987 if (scr_page (direction, 1))
1996 { 1988 {
1997 if (upordown < 0) 1989 if (direction == UP)
1998 scrollBar.setUp (); 1990 scrollBar.state = STATE_UP;
1999 else 1991 else
2000 scrollBar.setDn (); 1992 scrollBar.state = STATE_DOWN;
2001 } 1993 }
2002 } 1994 }
2003 else 1995 else
2004 switch (ev.button) 1996 switch (ev.button)
2005 { 1997 {
2006 case Button2: 1998 case Button2:
2007 switch (scrollbar_align) 1999 switch (scrollBar.align)
2008 { 2000 {
2009 case R_SB_ALIGN_TOP: 2001 case R_SB_ALIGN_TOP:
2010 csrO = 0; 2002 csrO = 0;
2011 break; 2003 break;
2012 case R_SB_ALIGN_CENTRE: 2004 case R_SB_ALIGN_CENTRE:
2018 } 2010 }
2019 2011
2020 if (scrollBar.style == R_SB_XTERM 2012 if (scrollBar.style == R_SB_XTERM
2021 || scrollbar_above_slider (ev.y) 2013 || scrollbar_above_slider (ev.y)
2022 || scrollbar_below_slider (ev.y)) 2014 || scrollbar_below_slider (ev.y))
2023 scr_move_to (scrollbar_position (ev.y) - csrO, scrollbar_size ()); 2015 scr_move_to (scrollbar_position (ev.y) - csrO, scrollBar.size ());
2024 2016
2025 scrollBar.setMotion (); 2017 scrollBar.state = STATE_MOTION;
2026 break; 2018 break;
2027 2019
2028 case Button1: 2020 case Button1:
2029 if (scrollbar_align == R_SB_ALIGN_CENTRE) 2021 if (scrollBar.align == R_SB_ALIGN_CENTRE)
2030 csrO = ev.y - scrollBar.top; 2022 csrO = ev.y - scrollBar.top;
2031 /* FALLTHROUGH */ 2023 /* FALLTHROUGH */
2032 2024
2033 case Button3: 2025 case Button3:
2034 if (scrollBar.style != R_SB_XTERM) 2026 if (scrollBar.style != R_SB_XTERM)
2044 scr_page (DN, nrow - 1); 2036 scr_page (DN, nrow - 1);
2045# else 2037# else
2046 scr_page (DN, nrow / 4); 2038 scr_page (DN, nrow / 4);
2047# endif 2039# endif
2048 else 2040 else
2049 scrollBar.setMotion (); 2041 scrollBar.state = STATE_MOTION;
2050 } 2042 }
2051 else 2043 else
2052 { 2044 {
2053 scr_page ((ev.button == Button1 ? DN : UP), 2045 scr_page ((ev.button == Button1 ? DN : UP),
2054 (nrow 2046 (nrow
2055 * scrollbar_position (ev.y) 2047 * scrollbar_position (ev.y)
2056 / scrollbar_size ())); 2048 / scrollBar.size ()));
2057 } 2049 }
2058 2050
2059 break; 2051 break;
2060 } 2052 }
2061 } 2053 }
2071 2063
2072 csrO = 0; /* reset csr Offset */ 2064 csrO = 0; /* reset csr Offset */
2073 if (!bypass_keystate) 2065 if (!bypass_keystate)
2074 reportmode = !! (priv_modes & PrivMode_mouse_report); 2066 reportmode = !! (priv_modes & PrivMode_mouse_report);
2075 2067
2076 if (scrollbar_isUpDn ()) 2068 if (scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
2077 { 2069 {
2078 scrollBar.setIdle (); 2070 scrollBar.state = STATE_IDLE;
2079 scrollbar_show (0); 2071 scrollBar.show (0);
2080 } 2072 }
2081 2073
2082#ifdef SELECTION_SCROLLING 2074#ifdef SELECTION_SCROLLING
2083 if (sel_scroll_ev.active)
2084 sel_scroll_ev.stop(); 2075 sel_scroll_ev.stop();
2085#endif 2076#endif
2086 2077
2087 if (ev.window == vt) 2078 if (ev.window == vt)
2088 { 2079 {
2080 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2081 return;
2082
2089#if ISO_14755 2083#if ISO_14755
2090 // 5.4 2084 // 5.4
2091 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54)) 2085 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54))
2092 return; 2086 return;
2093#endif 2087#endif
2088
2094 if (reportmode) 2089 if (reportmode)
2095 { 2090 {
2096 /* mouse report from vt window */ 2091 /* mouse report from vt window */
2097 /* don't report release of wheel "buttons" */ 2092 /* don't report release of wheel "buttons" */
2098 if (ev.button >= 4) 2093 if (ev.button >= 4)
2109 mouse_report (ev); 2104 mouse_report (ev);
2110 } 2105 }
2111#else /* MOUSE_REPORT_DOUBLECLICK */ 2106#else /* MOUSE_REPORT_DOUBLECLICK */
2112 MEvent.button = AnyButton; 2107 MEvent.button = AnyButton;
2113 mouse_report (ev); 2108 mouse_report (ev);
2114#endif /* MOUSE_REPORT_DOUBLECLICK */ 2109#endif /* MOUSE_REPORT_DOUBLECLICK */
2115 return; 2110 return;
2116 } 2111 }
2117 2112
2118 /* 2113 /*
2119 * dumb hack to compensate for the failure of click-and-drag 2114 * dumb hack to compensate for the failure of click-and-drag
2122 if (priv_modes & PrivMode_mouse_report 2117 if (priv_modes & PrivMode_mouse_report
2123 && bypass_keystate 2118 && bypass_keystate
2124 && ev.button == Button1 && MEvent.clicks <= 1) 2119 && ev.button == Button1 && MEvent.clicks <= 1)
2125 selection_extend (ev.x, ev.y, 0); 2120 selection_extend (ev.x, ev.y, 0);
2126 2121
2127 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2128 return;
2129
2130 switch (ev.button) 2122 switch (ev.button)
2131 { 2123 {
2132 case Button1: 2124 case Button1:
2133 case Button3: 2125 case Button3:
2134 selection_make (ev.time); 2126 selection_make (ev.time);
2135 break; 2127 break;
2136 2128
2137 case Button2: 2129 case Button2:
2138 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2130 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2139 selection_request (ev.time, ev.state & ShiftMask ? Sel_Clipboard : Sel_Primary); 2131 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2140 break; 2132 break;
2141 2133
2142#ifdef MOUSE_WHEEL 2134#ifdef MOUSE_WHEEL
2143 case Button4: 2135 case Button4:
2144 case Button5: 2136 case Button5:
2148 2140
2149 v = ev.button == Button4 ? UP : DN; 2141 v = ev.button == Button4 ? UP : DN;
2150 2142
2151 if (ev.state & ShiftMask) 2143 if (ev.state & ShiftMask)
2152 i = 1; 2144 i = 1;
2153 else if (OPTION (Opt_mouseWheelScrollPage)) 2145 else if (option (Opt_mouseWheelScrollPage))
2154 i = nrow - 1; 2146 i = nrow - 1;
2155 else 2147 else
2156 i = 5; 2148 i = 5;
2157 2149
2158# ifdef MOUSE_SLIP_WHEELING 2150# ifdef MOUSE_SLIP_WHEELING
2160 { 2152 {
2161 mouse_slip_wheel_speed += v ? -1 : 1; 2153 mouse_slip_wheel_speed += v ? -1 : 1;
2162 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow; 2154 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow;
2163 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow; 2155 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow;
2164 2156
2165 if (slip_wheel_ev.at < NOW) 2157 if (!slip_wheel_ev.is_active ())
2166 slip_wheel_ev.at = NOW + SCROLLBAR_CONTINUOUS_DELAY; 2158 slip_wheel_ev.start (SCROLLBAR_CONTINUOUS_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2167
2168 slip_wheel_ev.start ();
2169 } 2159 }
2170 else 2160 else
2161# endif
2171 { 2162 {
2172# endif
2173 scr_page (v, i); 2163 scr_page (v, i);
2174 scrollbar_show (1); 2164 scrollBar.show (1);
2175# ifdef MOUSE_SLIP_WHEELING
2176 } 2165 }
2177# endif
2178 } 2166 }
2179 break; 2167 break;
2180#endif 2168#endif
2181 } 2169 }
2182 } 2170 }
2183} 2171}
2184
2185#ifdef TRANSPARENT
2186#if TINTING
2187/* taken from aterm-0.4.2 */
2188
2189typedef uint32_t RUINT32T;
2190
2191void ShadeXImage(rxvt_display *display, XImage* srcImage, int shade, int rm, int gm, int bm)
2192{
2193 int sh_r, sh_g, sh_b;
2194 RUINT32T mask_r, mask_g, mask_b;
2195 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2196 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2197 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2198 int i;
2199
2200 Visual *visual = display->visual;
2201
2202 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2203
2204 /* for convenience */
2205 mask_r = visual->red_mask;
2206 mask_g = visual->green_mask;
2207 mask_b = visual->blue_mask;
2208
2209 /* boring lookup table pre-initialization */
2210 switch (srcImage->bits_per_pixel) {
2211 case 15:
2212 if ((mask_r != 0x7c00) ||
2213 (mask_g != 0x03e0) ||
2214 (mask_b != 0x001f))
2215 return;
2216 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32));
2217 lookup_r = lookup;
2218 lookup_g = lookup+32;
2219 lookup_b = lookup+32+32;
2220 sh_r = 10;
2221 sh_g = 5;
2222 sh_b = 0;
2223 break;
2224 case 16:
2225 if ((mask_r != 0xf800) ||
2226 (mask_g != 0x07e0) ||
2227 (mask_b != 0x001f))
2228 return;
2229 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32));
2230 lookup_r = lookup;
2231 lookup_g = lookup+32;
2232 lookup_b = lookup+32+64;
2233 sh_r = 11;
2234 sh_g = 5;
2235 sh_b = 0;
2236 break;
2237 case 24:
2238 if ((mask_r != 0xff0000) ||
2239 (mask_g != 0x00ff00) ||
2240 (mask_b != 0x0000ff))
2241 return;
2242 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2243 lookup_r = lookup;
2244 lookup_g = lookup+256;
2245 lookup_b = lookup+256+256;
2246 sh_r = 16;
2247 sh_g = 8;
2248 sh_b = 0;
2249 break;
2250 case 32:
2251 if ((mask_r != 0xff0000) ||
2252 (mask_g != 0x00ff00) ||
2253 (mask_b != 0x0000ff))
2254 return;
2255 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2256 lookup_r = lookup;
2257 lookup_g = lookup+256;
2258 lookup_b = lookup+256+256;
2259 sh_r = 16;
2260 sh_g = 8;
2261 sh_b = 0;
2262 break;
2263 default:
2264 return; /* we do not support this color depth */
2265 }
2266
2267 /* prepare limits for color transformation (each channel is handled separately) */
2268 if (shade < 0) {
2269 shade = -shade;
2270 if (shade < 0) shade = 0;
2271 if (shade > 100) shade = 100;
2272
2273 lower_lim_r = 65535-rm;
2274 lower_lim_g = 65535-gm;
2275 lower_lim_b = 65535-bm;
2276
2277 lower_lim_r = 65535-(unsigned int)(((RUINT32T)lower_lim_r)*((RUINT32T)shade)/100);
2278 lower_lim_g = 65535-(unsigned int)(((RUINT32T)lower_lim_g)*((RUINT32T)shade)/100);
2279 lower_lim_b = 65535-(unsigned int)(((RUINT32T)lower_lim_b)*((RUINT32T)shade)/100);
2280
2281 upper_lim_r = upper_lim_g = upper_lim_b = 65535;
2282 } else {
2283 if (shade < 0) shade = 0;
2284 if (shade > 100) shade = 100;
2285
2286 lower_lim_r = lower_lim_g = lower_lim_b = 0;
2287
2288 upper_lim_r = (unsigned int)((((RUINT32T)rm)*((RUINT32T)shade))/100);
2289 upper_lim_g = (unsigned int)((((RUINT32T)gm)*((RUINT32T)shade))/100);
2290 upper_lim_b = (unsigned int)((((RUINT32T)bm)*((RUINT32T)shade))/100);
2291 }
2292
2293 /* switch red and blue bytes if necessary, we need it for some weird XServers like XFree86 3.3.3.1 */
2294 if ((srcImage->bits_per_pixel == 24) && (mask_r >= 0xFF0000 ))
2295 {
2296 unsigned int tmp;
2297
2298 tmp = lower_lim_r;
2299 lower_lim_r = lower_lim_b;
2300 lower_lim_b = tmp;
2301
2302 tmp = upper_lim_r;
2303 upper_lim_r = upper_lim_b;
2304 upper_lim_b = tmp;
2305 }
2306
2307 /* fill our lookup tables */
2308 for (i = 0; i <= mask_r>>sh_r; i++)
2309 {
2310 RUINT32T tmp;
2311 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_r-lower_lim_r));
2312 tmp += ((RUINT32T)(mask_r>>sh_r))*((RUINT32T)lower_lim_r);
2313 lookup_r[i] = (tmp/65535)<<sh_r;
2314 }
2315 for (i = 0; i <= mask_g>>sh_g; i++)
2316 {
2317 RUINT32T tmp;
2318 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_g-lower_lim_g));
2319 tmp += ((RUINT32T)(mask_g>>sh_g))*((RUINT32T)lower_lim_g);
2320 lookup_g[i] = (tmp/65535)<<sh_g;
2321 }
2322 for (i = 0; i <= mask_b>>sh_b; i++)
2323 {
2324 RUINT32T tmp;
2325 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_b-lower_lim_b));
2326 tmp += ((RUINT32T)(mask_b>>sh_b))*((RUINT32T)lower_lim_b);
2327 lookup_b[i] = (tmp/65535)<<sh_b;
2328 }
2329
2330 /* apply table to input image (replacing colors by newly calculated ones) */
2331 switch (srcImage->bits_per_pixel)
2332 {
2333 case 15:
2334 {
2335 unsigned short *p1, *pf, *p, *pl;
2336 p1 = (unsigned short *) srcImage->data;
2337 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2338 while (p1 < pf)
2339 {
2340 p = p1;
2341 pl = p1 + srcImage->width;
2342 for (; p < pl; p++)
2343 {
2344 *p = lookup_r[(*p & 0x7c00)>>10] |
2345 lookup_g[(*p & 0x03e0)>> 5] |
2346 lookup_b[(*p & 0x001f)];
2347 }
2348 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2349 }
2350 break;
2351 }
2352 case 16:
2353 {
2354 unsigned short *p1, *pf, *p, *pl;
2355 p1 = (unsigned short *) srcImage->data;
2356 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2357 while (p1 < pf)
2358 {
2359 p = p1;
2360 pl = p1 + srcImage->width;
2361 for (; p < pl; p++)
2362 {
2363 *p = lookup_r[(*p & 0xf800)>>11] |
2364 lookup_g[(*p & 0x07e0)>> 5] |
2365 lookup_b[(*p & 0x001f)];
2366 }
2367 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2368 }
2369 break;
2370 }
2371 case 24:
2372 {
2373 unsigned char *p1, *pf, *p, *pl;
2374 p1 = (unsigned char *) srcImage->data;
2375 pf = (unsigned char *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2376 while (p1 < pf)
2377 {
2378 p = p1;
2379 pl = p1 + srcImage->width * 3;
2380 for (; p < pl; p += 3)
2381 {
2382 p[0] = lookup_r[(p[0] & 0xff0000)>>16];
2383 p[1] = lookup_r[(p[1] & 0x00ff00)>> 8];
2384 p[2] = lookup_r[(p[2] & 0x0000ff)];
2385 }
2386 p1 = (unsigned char *) ((char *) p1 + srcImage->bytes_per_line);
2387 }
2388 break;
2389 }
2390 case 32:
2391 {
2392 RUINT32T *p1, *pf, *p, *pl;
2393 p1 = (RUINT32T *) srcImage->data;
2394 pf = (RUINT32T *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2395
2396 while (p1 < pf)
2397 {
2398 p = p1;
2399 pl = p1 + srcImage->width;
2400 for (; p < pl; p++)
2401 {
2402 *p = lookup_r[(*p & 0xff0000)>>16] |
2403 lookup_g[(*p & 0x00ff00)>> 8] |
2404 lookup_b[(*p & 0x0000ff)] |
2405 (*p & ~0xffffff);
2406 }
2407 p1 = (RUINT32T *) ((char *) p1 + srcImage->bytes_per_line);
2408 }
2409 break;
2410 }
2411 }
2412
2413 free (lookup);
2414}
2415#endif
2416
2417/*
2418 * Check our parents are still who we think they are.
2419 * Do transparency updates if required
2420 */
2421int
2422rxvt_term::check_our_parents ()
2423{
2424 int i, pchanged, aformat, have_pixmap, rootdepth;
2425 unsigned long nitems, bytes_after;
2426 Atom atype;
2427 unsigned char *prop = NULL;
2428 Window root, oldp, *list;
2429 Pixmap rootpixmap = None;
2430 XWindowAttributes wattr, wrootattr;
2431 dDisp;
2432
2433 pchanged = 0;
2434
2435 if (!OPTION (Opt_transparent))
2436 return pchanged; /* Don't try any more */
2437
2438 XGetWindowAttributes (disp, display->root, &wrootattr);
2439 rootdepth = wrootattr.depth;
2440
2441 XGetWindowAttributes (disp, parent[0], &wattr);
2442
2443 if (rootdepth != wattr.depth)
2444 {
2445 if (am_transparent)
2446 {
2447 pchanged = 1;
2448 XSetWindowBackground (disp, vt, pix_colors_focused[Color_bg]);
2449 am_transparent = am_pixmap_trans = 0;
2450 }
2451
2452 return pchanged; /* Don't try any more */
2453 }
2454
2455 /* Get all X ops out of the queue so that our information is up-to-date. */
2456 XSync (disp, False);
2457
2458 /*
2459 * Make the frame window set by the window manager have
2460 * the root background. Some window managers put multiple nested frame
2461 * windows for each client, so we have to take care about that.
2462 */
2463 i = (xa[XA_XROOTPMAP_ID]
2464 && XGetWindowProperty (disp, display->root, xa[XA_XROOTPMAP_ID],
2465 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2466 &nitems, &bytes_after, &prop) == Success);
2467
2468 if (!i || prop == NULL)
2469 i = (xa[XA_ESETROOT_PMAP_ID]
2470 && XGetWindowProperty (disp, display->root, xa[XA_ESETROOT_PMAP_ID],
2471 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2472 &nitems, &bytes_after, &prop) == Success);
2473
2474 if (!i || prop == NULL
2475#if TINTING
2476 || !rs[Rs_color + Color_tint]
2477#endif
2478 )
2479 have_pixmap = 0;
2480 else
2481 {
2482 have_pixmap = 1;
2483 rootpixmap = *(Pixmap *)prop;
2484 XFree (prop);
2485 }
2486
2487 if (have_pixmap)
2488 {
2489 /*
2490 * Copy display->root pixmap transparency
2491 */
2492 int sx, sy, nx, ny;
2493 unsigned int nw, nh;
2494 Window cr;
2495 XImage *image;
2496 GC gc;
2497 XGCValues gcvalue;
2498
2499 XTranslateCoordinates (disp, parent[0], display->root,
2500 0, 0, &sx, &sy, &cr);
2501 nw = (unsigned int)szHint.width;
2502 nh = (unsigned int)szHint.height;
2503 nx = ny = 0;
2504
2505 if (sx < 0)
2506 {
2507 nw += sx;
2508 nx = -sx;
2509 sx = 0;
2510 }
2511
2512 if (sy < 0)
2513 {
2514 nh += sy;
2515 ny = -sy;
2516 sy = 0;
2517 }
2518
2519 min_it (nw, (unsigned int) (wrootattr.width - sx));
2520 min_it (nh, (unsigned int) (wrootattr.height - sy));
2521
2522 XSync (disp, False);
2523 allowedxerror = -1;
2524 image = XGetImage (disp, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2525
2526 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2527 /* XXX: may need a delay here? */
2528 allowedxerror = 0;
2529
2530 if (image == NULL)
2531 {
2532 if (am_transparent && am_pixmap_trans)
2533 {
2534 pchanged = 1;
2535 if (pixmap != None)
2536 {
2537 XFreePixmap (disp, pixmap);
2538 pixmap = None;
2539 }
2540 }
2541
2542 am_pixmap_trans = 0;
2543 }
2544 else
2545 {
2546 if (pixmap != None)
2547 XFreePixmap (disp, pixmap);
2548
2549#if TINTING
2550 if (ISSET_PIXCOLOR (Color_tint))
2551 {
2552 unsigned short rm, gm, bm;
2553 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100;
2554
2555 pix_colors_focused[Color_tint].get (display, rm, gm, bm);
2556
2557 ShadeXImage (display, image, shade, rm, gm, bm);
2558 }
2559#endif
2560
2561 pixmap = XCreatePixmap (disp, vt,
2562 szHint.width, szHint.height, image->depth);
2563 gc = XCreateGC (disp, vt, 0UL, &gcvalue);
2564 XPutImage (disp, pixmap, gc, image, 0, 0,
2565 nx, ny, image->width, image->height);
2566 XFreeGC (disp, gc);
2567 XDestroyImage (image);
2568 XSetWindowBackgroundPixmap (disp, parent[0], pixmap);
2569 XClearWindow (disp, parent[0]);
2570
2571 if (!am_transparent || !am_pixmap_trans)
2572 pchanged = 1;
2573
2574 am_transparent = am_pixmap_trans = 1;
2575 }
2576 }
2577
2578 if (am_pixmap_trans)
2579 XSetWindowBackgroundPixmap (disp, vt, ParentRelative);
2580 else
2581 {
2582 unsigned int n;
2583 /*
2584 * InheritPixmap transparency
2585 */
2586 for (i = 1; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2587 {
2588 oldp = parent[i];
2589 XQueryTree (disp, parent[i - 1], &root,
2590 &parent[i], &list, &n);
2591 XFree (list);
2592
2593 if (parent[i] == display->root)
2594 {
2595 if (oldp != None)
2596 pchanged = 1;
2597
2598 break;
2599 }
2600
2601 if (oldp != parent[i])
2602 pchanged = 1;
2603 }
2604
2605 n = 0;
2606
2607 if (pchanged)
2608 {
2609 for (; n < (unsigned int)i; n++)
2610 {
2611 XGetWindowAttributes (disp, parent[n], &wattr);
2612 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2613 {
2614 n = (int) (sizeof (parent) / sizeof (Window)) + 1;
2615 break;
2616 }
2617 }
2618 }
2619
2620 if (n > (int) (sizeof (parent) / sizeof (parent[0])))
2621 {
2622 XSetWindowBackground (disp, parent[0], pix_colors_focused[Color_border]);
2623 XSetWindowBackground (disp, vt, pix_colors_focused[Color_bg]);
2624 am_transparent = 0;
2625 /* XXX: also turn off Opt_transparent? */
2626 }
2627 else
2628 {
2629#if WAIT_FOR_WM
2630 /* wait (an arbitrary period) for the WM to do its thing
2631 * needed for fvwm2.2.2 (and before?) */
2632 sleep (1);
2633#endif
2634 for (n = 0; n < (unsigned int)i; n++)
2635 {
2636 XSetWindowBackgroundPixmap (disp, parent[n], ParentRelative);
2637 XClearWindow (disp, parent[n]);
2638 }
2639
2640 XSetWindowBackgroundPixmap (disp, vt, ParentRelative);
2641 am_transparent = 1;
2642 }
2643
2644 for (; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2645 parent[i] = None;
2646 }
2647
2648 if (scrollBar.win)
2649 {
2650 XSetWindowBackgroundPixmap (disp, scrollBar.win, ParentRelative);
2651 scrollBar.setIdle ();
2652 scrollbar_show (0);
2653 }
2654
2655 if (am_transparent)
2656 {
2657 want_refresh = want_full_refresh = 1;
2658 if (am_pixmap_trans)
2659 flush ();
2660 }
2661
2662 return pchanged;
2663}
2664#endif
2665 2172
2666/*}}} */ 2173/*}}} */
2667 2174
2668bool 2175bool
2669rxvt_term::cmd_parse () 2176rxvt_term::cmd_parse ()
2672 wchar_t ch = NOCHAR; 2179 wchar_t ch = NOCHAR;
2673 char *seq_begin; // remember start of esc-sequence here 2180 char *seq_begin; // remember start of esc-sequence here
2674 2181
2675 for (;;) 2182 for (;;)
2676 { 2183 {
2677 if (ch == NOCHAR) 2184 if (expect_false (ch == NOCHAR))
2678 { 2185 {
2679 seq_begin = cmdbuf_ptr; 2186 seq_begin = cmdbuf_ptr;
2680 ch = next_char (); 2187 ch = next_char ();
2681 2188
2682 if (ch == NOCHAR) 2189 if (ch == NOCHAR)
2683 break; 2190 break;
2684 } 2191 }
2685 2192
2686 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2193 if (expect_true (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT))
2687 { 2194 {
2688 if (!seen_input) 2195 if (expect_false (!seen_input))
2689 { 2196 {
2690 seen_input = 1; 2197 seen_input = 1;
2691 // many badly-written programs (e.g. jed) contain a race condition: 2198 // many badly-written programs (e.g. jed) contain a race condition:
2692 // they first read the screensize and then install a SIGWINCH handler. 2199 // they first read the screensize and then install a SIGWINCH handler.
2693 // some window managers resize the window early, and these programs 2200 // some window managers resize the window early, and these programs
2706 wchar_t *str = buf; 2213 wchar_t *str = buf;
2707 wchar_t *eol = str + min (ncol, UBUFSIZ); 2214 wchar_t *eol = str + min (ncol, UBUFSIZ);
2708 2215
2709 for (;;) 2216 for (;;)
2710 { 2217 {
2711 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)) 2218 if (expect_false (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)))
2712 break; 2219 break;
2713 2220
2714 *str++ = ch; 2221 *str++ = ch;
2715 2222
2716 if (ch == C0_LF || str >= eol) 2223 if (expect_false (ch == C0_LF || str >= eol))
2717 { 2224 {
2718 if (ch == C0_LF) 2225 if (ch == C0_LF)
2719 nlines++; 2226 nlines++;
2720 2227
2721 refresh_count++; 2228 refresh_count++;
2722 2229
2723 if (!OPTION (Opt_jumpScroll) 2230 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1)
2724 || (refresh_count >= refresh_limit * (nrow - 1)))
2725 { 2231 {
2726 refreshnow = true;
2727 refresh_count = 0; 2232 refresh_count = 0;
2233
2234 if (!option (Opt_skipScroll) || ev_time () > ev::now () + 1. / 60.)
2235 {
2236 refreshnow = true;
2728 ch = NOCHAR; 2237 ch = NOCHAR;
2729 break; 2238 break;
2239 }
2730 } 2240 }
2731 2241
2732 // scr_add_lines only works for nlines <= nrow - 1. 2242 // scr_add_lines only works for nlines <= nrow - 1.
2733 if (nlines >= nrow - 1) 2243 if (nlines >= nrow - 1)
2734 { 2244 {
2762 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))) 2272 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2763 scr_add_lines (buf, str - buf, nlines); 2273 scr_add_lines (buf, str - buf, nlines);
2764 2274
2765 /* 2275 /*
2766 * If there have been a lot of new lines, then update the screen 2276 * If there have been a lot of new lines, then update the screen
2767 * What the heck I'll cheat and only refresh less than every page-full. 2277 * What the heck we'll cheat and only refresh less than every page-full.
2768 * the number of pages between refreshes is refresh_limit, which 2278 * if skipScroll is enabled.
2769 * is incremented here because we must be doing flat-out scrolling.
2770 */ 2279 */
2771 if (refreshnow) 2280 if (refreshnow)
2772 { 2281 {
2773 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2774 refresh_limit++;
2775 else
2776 {
2777 flag = true; 2282 flag = true;
2778 scr_refresh (); 2283 scr_refresh ();
2779 want_refresh = 1; 2284 want_refresh = 1;
2780 }
2781 } 2285 }
2782 2286
2783 } 2287 }
2784 else 2288 else
2785 { 2289 {
2806rxvt_term::next_char () NOTHROW 2310rxvt_term::next_char () NOTHROW
2807{ 2311{
2808 while (cmdbuf_ptr < cmdbuf_endp) 2312 while (cmdbuf_ptr < cmdbuf_endp)
2809 { 2313 {
2810 // assume 7-bit to be ascii ALWAYS 2314 // assume 7-bit to be ascii ALWAYS
2811 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2315 if (expect_true ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b))
2812 return *cmdbuf_ptr++; 2316 return *cmdbuf_ptr++;
2813 2317
2814 wchar_t wc; 2318 wchar_t wc;
2815 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2319 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2816 2320
2820 cmdbuf_ptr = cmdbuf_endp; 2324 cmdbuf_ptr = cmdbuf_endp;
2821 break; 2325 break;
2822 } 2326 }
2823 2327
2824 if (len == (size_t)-1) 2328 if (len == (size_t)-1)
2329 {
2330 mbrtowc (0, 0, 0, mbstate); // reset now undefined conversion state
2825 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2331 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2332 }
2826 2333
2827 // assume wchar == unicode 2334 // assume wchar == unicode
2828 cmdbuf_ptr += len; 2335 cmdbuf_ptr += len;
2829 return wc & UNICODE_MASK; 2336 return wc & UNICODE_MASK;
2830 } 2337 }
2874/*----------------------------------------------------------------------*/ 2381/*----------------------------------------------------------------------*/
2875#ifdef PRINTPIPE 2382#ifdef PRINTPIPE
2876FILE * 2383FILE *
2877rxvt_term::popen_printer () 2384rxvt_term::popen_printer ()
2878{ 2385{
2879 FILE *stream = popen (rs[Rs_print_pipe], "w"); 2386 FILE *stream = popen (rs[Rs_print_pipe] ? rs[Rs_print_pipe] : PRINTPIPE, "w");
2880 2387
2881 if (stream == NULL) 2388 if (stream == NULL)
2882 rxvt_warn ("can't open printer pipe, not printing.\n"); 2389 rxvt_warn ("can't open printer pipe, not printing.\n");
2883 2390
2884 return stream; 2391 return stream;
2895 * simulate attached vt100 printer 2402 * simulate attached vt100 printer
2896 */ 2403 */
2897void 2404void
2898rxvt_term::process_print_pipe () 2405rxvt_term::process_print_pipe ()
2899{ 2406{
2900 int done; 2407 FILE *fd = popen_printer ();
2901 FILE *fd;
2902 2408
2903 if ((fd = popen_printer ()) == NULL) 2409 if (!fd)
2904 return; 2410 return;
2905 2411
2906 /* 2412 /*
2907 * Send all input to the printer until either ESC[4i or ESC[?4i 2413 * Send all input to the printer until either ESC[4i or ESC[?4i
2908 * is received. 2414 * is received.
2909 */ 2415 */
2910 for (done = 0; !done;) 2416 for (int done = 0; !done; )
2911 { 2417 {
2912 unsigned char buf[8]; 2418 unsigned char buf[8];
2913 unicode_t ch; 2419 unicode_t ch;
2914 unsigned int i, len; 2420 unsigned int i, len;
2915 2421
2934 { 2440 {
2935 if ((buf[len++] = cmd_getc ()) == 'i') 2441 if ((buf[len++] = cmd_getc ()) == 'i')
2936 break; /* done = 1 */ 2442 break; /* done = 1 */
2937 } 2443 }
2938 } 2444 }
2939 2445
2940 for (i = 0; i < len; i++) 2446 for (i = 0; i < len; i++)
2941 if (putc (buf[i], fd) == EOF) 2447 if (putc (buf[i], fd) == EOF)
2942 { 2448 {
2943 done = 1; 2449 done = 1;
2944 break; 2450 break;
2946 } 2452 }
2947 } 2453 }
2948 2454
2949 pclose_printer (fd); 2455 pclose_printer (fd);
2950} 2456}
2951#endif /* PRINTPIPE */ 2457#endif /* PRINTPIPE */
2952/*}}} */ 2458/*}}} */
2953 2459
2954/* *INDENT-OFF* */ 2460/* *INDENT-OFF* */
2955enum { 2461enum {
2956 C1_40 = 0x40, 2462 C1_40 = 0x40,
3006 process_dcs_seq (); 2512 process_dcs_seq ();
3007 break; 2513 break;
3008 case 0x9b: /* CSI */ 2514 case 0x9b: /* CSI */
3009 process_csi_seq (); 2515 process_csi_seq ();
3010 break; 2516 break;
3011 case 0x9d: /* CSI */ 2517 case 0x9d: /* OSC */
3012 process_osc_seq (); 2518 process_osc_seq ();
3013 break; 2519 break;
3014#endif 2520#endif
3015 } 2521 }
3016} 2522}
3060 break; 2566 break;
3061 case 'Z': /* identify the terminal type */ 2567 case 'Z': /* identify the terminal type */
3062 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */ 2568 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */
3063 break; 2569 break;
3064 case '<': /* turn off VT52 mode */ 2570 case '<': /* turn off VT52 mode */
3065 PrivMode (0, PrivMode_vt52); 2571 set_privmode (PrivMode_vt52, 0);
3066 break; 2572 break;
3067 case 'F': /* use special graphics character set */ 2573 case 'F': /* use special graphics character set */
3068 case 'G': /* use regular character set */ 2574 case 'G': /* use regular character set */
3069 /* unimplemented */ 2575 /* unimplemented */
3070 break; 2576 break;
3106 scr_charset_set (2, (unsigned int)cmd_getc ()); 2612 scr_charset_set (2, (unsigned int)cmd_getc ());
3107 break; 2613 break;
3108 case '+': 2614 case '+':
3109 scr_charset_set (3, (unsigned int)cmd_getc ()); 2615 scr_charset_set (3, (unsigned int)cmd_getc ());
3110 break; 2616 break;
3111#if ENABLE_FRILLS 2617#if !ENABLE_MINIMAL
3112 case '6': 2618 case '6':
3113 scr_backindex (); 2619 scr_backindex ();
3114 break; 2620 break;
3115#endif 2621#endif
3116 case '7': 2622 case '7':
3117 scr_cursor (SAVE); 2623 scr_cursor (SAVE);
3118 break; 2624 break;
3119 case '8': 2625 case '8':
3120 scr_cursor (RESTORE); 2626 scr_cursor (RESTORE);
3121 break; 2627 break;
3122#if ENABLE_FRILLS 2628#if !ENABLE_MINIMAL
3123 case '9': 2629 case '9':
3124 scr_forwardindex (); 2630 scr_forwardindex ();
3125 break; 2631 break;
3126#endif 2632#endif
3127 case '=': 2633 case '=':
3128 case '>': 2634 case '>':
3129 PrivMode ((ch == '='), PrivMode_aplKP); 2635 set_privmode (PrivMode_aplKP, ch == '=');
3130 break; 2636 break;
3131 2637
3132 case C1_40: 2638 case C1_40:
3133 cmd_getc (); 2639 cmd_getc ();
3134 break; 2640 break;
3187 2693
3188 /* 8.3.106: RESET TO INITIAL STATE */ 2694 /* 8.3.106: RESET TO INITIAL STATE */
3189 case 'c': 2695 case 'c':
3190 mbstate.reset (); 2696 mbstate.reset ();
3191 scr_poweron (); 2697 scr_poweron ();
3192 scrollbar_show (1); 2698 scrollBar.show (1);
3193 break; 2699 break;
3194 2700
3195 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */ 2701 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */
3196 case 'n': 2702 case 'n':
3197 scr_charset_choose (2); 2703 scr_charset_choose (2);
3242rxvt_term::process_csi_seq () 2748rxvt_term::process_csi_seq ()
3243{ 2749{
3244 unicode_t ch, priv, i; 2750 unicode_t ch, priv, i;
3245 unsigned int nargs, p; 2751 unsigned int nargs, p;
3246 int n, ndef; 2752 int n, ndef;
3247 int arg[ESC_ARGS]; 2753 int arg[ESC_ARGS] = { };
3248 2754
3249 for (nargs = ESC_ARGS; nargs > 0;) 2755 nargs = 0;
3250 arg[--nargs] = 0;
3251 2756
3252 priv = 0; 2757 priv = 0;
3253 ch = cmd_getc (); 2758 ch = cmd_getc ();
3254 if (ch >= '<' && ch <= '?') 2759 if (ch >= '<' && ch <= '?')
2760 {
3255 { /* '<' '=' '>' '?' */ 2761 /* '<' '=' '>' '?' */
3256 priv = ch; 2762 priv = ch;
3257 ch = cmd_getc (); 2763 ch = cmd_getc ();
3258 } 2764 }
3259 2765
3260 /* read any numerical arguments */ 2766 /* read any numerical arguments */
3289 ndef = get_byte_array_bit (csi_defaults, i); 2795 ndef = get_byte_array_bit (csi_defaults, i);
3290 for (p = 0; p < nargs; p++) 2796 for (p = 0; p < nargs; p++)
3291 if (arg[p] == -1) 2797 if (arg[p] == -1)
3292 arg[p] = ndef; 2798 arg[p] = ndef;
3293 2799
3294#ifdef DEBUG_CMD
3295 fprintf (stderr, "CSI ");
3296 for (p = 0; p < nargs; p++)
3297 fprintf (stderr, "%d%s", arg[p], p < nargs - 1 ? ";" : "");
3298 fprintf (stderr, "%c\n", ch);
3299#endif
3300
3301 /* 2800 /*
3302 * private mode handling 2801 * private mode handling
3303 */ 2802 */
3304 if (priv) 2803 if (priv)
3305 { 2804 {
3306 switch (priv) 2805 switch (priv)
3307 { 2806 {
3308 case '>': 2807 case '>':
3309 if (ch == CSI_DA) /* secondary device attributes */ 2808 if (ch == CSI_DA) /* secondary device attributes */
3310 tt_printf ("\033[>%d;%c%c;0c", 'U', VERSION[0], VERSION[2]); 2809 {
2810 // first parameter is normally 0 for vt100, 1 for vt220, 'R' for rxvt,
2811 // 'U' for rxvt-unicode != 7.[34] (where it was broken).
2812 //
2813 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt
2814 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, 94 for urxvt <= 8.3, and 95 for later
2815 // versions.
2816 //
2817 tt_printf ("\033[>%d;95;0c", 'U');
2818 }
3311 break; 2819 break;
2820
3312 case '?': 2821 case '?':
3313 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't') 2822 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't')
3314 process_terminal_mode (ch, priv, nargs, arg); 2823 process_terminal_mode (ch, priv, nargs, arg);
3315 break; 2824 break;
3316 } 2825 }
3441 break; 2950 break;
3442 case 6: /* CPR requested */ 2951 case 6: /* CPR requested */
3443 scr_report_position (); 2952 scr_report_position ();
3444 break; 2953 break;
3445 case 7: /* unofficial extension */ 2954 case 7: /* unofficial extension */
3446 if (OPTION (Opt_insecure)) 2955 if (option (Opt_insecure))
3447 tt_printf ("%-.250s\012", rs[Rs_display_name]); 2956 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3448 break; 2957 break;
3449 case 8: /* unofficial extension */ 2958 case 8: /* unofficial extension */
3450 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 2959 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3451 break; 2960 break;
3518 break; 3027 break;
3519 case CSI_75: 3028 case CSI_75:
3520 scr_cursor (RESTORE); 3029 scr_cursor (RESTORE);
3521 break; 3030 break;
3522 3031
3523#if ENABLE_FRILLS 3032#if !ENABLE_MINIMAL
3524 case CSI_74: 3033 case CSI_74:
3525 process_window_ops (arg, nargs); 3034 process_window_ops (arg, nargs);
3526 break; 3035 break;
3527#endif 3036#endif
3528 3037
3535 break; 3044 break;
3536 } 3045 }
3537} 3046}
3538/*}}} */ 3047/*}}} */
3539 3048
3540#if ENABLE_FRILLS 3049#if !ENABLE_MINIMAL
3541/* ARGSUSED */ 3050/* ARGSUSED */
3542void 3051void
3543rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3052rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3544{ 3053{
3545 int x, y; 3054 int x, y;
3546 XWindowAttributes wattr; 3055 XWindowAttributes wattr;
3547 Window wdummy; 3056 Window wdummy;
3548 dDisp; 3057
3058 dLocal (Display *, dpy);
3549 3059
3550 if (nargs == 0) 3060 if (nargs == 0)
3551 return; 3061 return;
3552 3062
3553 switch (args[0]) 3063 switch (args[0])
3554 { 3064 {
3555 /* 3065 /*
3556 * commands 3066 * commands
3557 */ 3067 */
3558 case 1: /* deiconify window */ 3068 case 1: /* deiconify window */
3559 XMapWindow (disp, parent[0]); 3069 XMapWindow (dpy, parent[0]);
3560 break; 3070 break;
3561 case 2: /* iconify window */ 3071 case 2: /* iconify window */
3562 XIconifyWindow (disp, parent[0], display->screen); 3072 XIconifyWindow (dpy, parent[0], display->screen);
3563 break; 3073 break;
3564 case 3: /* set position (pixels) */ 3074 case 3: /* set position (pixels) */
3565 XMoveWindow (disp, parent[0], args[1], args[2]); 3075 XMoveWindow (dpy, parent[0], args[1], args[2]);
3566 break; 3076 break;
3567 case 4: /* set size (pixels) */ 3077 case 4: /* set size (pixels) */
3568 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3078 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3569 break; 3079 break;
3570 case 5: /* raise window */ 3080 case 5: /* raise window */
3571 XRaiseWindow (disp, parent[0]); 3081 XRaiseWindow (dpy, parent[0]);
3572 break; 3082 break;
3573 case 6: /* lower window */ 3083 case 6: /* lower window */
3574 XLowerWindow (disp, parent[0]); 3084 XLowerWindow (dpy, parent[0]);
3575 break; 3085 break;
3576 case 7: /* refresh window */ 3086 case 7: /* refresh window */
3577 scr_touch (true); 3087 scr_touch (true);
3578 break; 3088 break;
3579 case 8: /* set size (chars) */ 3089 case 8: /* set size (chars) */
3586 if (args[0] >= 24) /* set height (chars) */ 3096 if (args[0] >= 24) /* set height (chars) */
3587 set_widthheight ((unsigned int)width, 3097 set_widthheight ((unsigned int)width,
3588 (unsigned int) (args[1] * fheight)); 3098 (unsigned int) (args[1] * fheight));
3589 break; 3099 break;
3590 3100
3591
3592 /* 3101 /*
3593 * reports - some output format copied from XTerm 3102 * reports - some output format copied from XTerm
3594 */ 3103 */
3595 case 11: /* report window state */ 3104 case 11: /* report window state */
3596 XGetWindowAttributes (disp, parent[0], &wattr); 3105 XGetWindowAttributes (dpy, parent[0], &wattr);
3597 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3106 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3598 break; 3107 break;
3599 case 13: /* report window position */ 3108 case 13: /* report window position */
3600 XGetWindowAttributes (disp, parent[0], &wattr); 3109 XGetWindowAttributes (dpy, parent[0], &wattr);
3601 XTranslateCoordinates (disp, parent[0], wattr.root, 3110 XTranslateCoordinates (dpy, parent[0], wattr.root,
3602 -wattr.border_width, -wattr.border_width, 3111 -wattr.border_width, -wattr.border_width,
3603 &x, &y, &wdummy); 3112 &x, &y, &wdummy);
3604 tt_printf ("\033[3;%d;%dt", x, y); 3113 tt_printf ("\033[3;%d;%dt", x, y);
3605 break; 3114 break;
3606 case 14: /* report window size (pixels) */ 3115 case 14: /* report window size (pixels) */
3607 XGetWindowAttributes (disp, parent[0], &wattr); 3116 XGetWindowAttributes (dpy, parent[0], &wattr);
3608 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3117 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3609 break; 3118 break;
3610 case 18: /* report text area size (chars) */ 3119 case 18: /* report text area size (chars) */
3611 tt_printf ("\033[8;%d;%dt", nrow, ncol); 3120 tt_printf ("\033[8;%d;%dt", nrow, ncol);
3612 break; 3121 break;
3614 tt_printf ("\033[9;%d;%dt", nrow, ncol); 3123 tt_printf ("\033[9;%d;%dt", nrow, ncol);
3615 break; 3124 break;
3616 case 20: /* report icon label */ 3125 case 20: /* report icon label */
3617 { 3126 {
3618 char *s; 3127 char *s;
3619 XGetIconName (disp, parent[0], &s); 3128 XGetIconName (dpy, parent[0], &s);
3620 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3129 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3621 XFree (s); 3130 XFree (s);
3622 } 3131 }
3623 break; 3132 break;
3624 case 21: /* report window title */ 3133 case 21: /* report window title */
3625 { 3134 {
3626 char *s; 3135 char *s;
3627 XFetchName (disp, parent[0], &s); 3136 XFetchName (dpy, parent[0], &s);
3628 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3137 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3629 XFree (s); 3138 XFree (s);
3630 } 3139 }
3631 break; 3140 break;
3632 } 3141 }
3633} 3142}
3660 seen_esc = true; 3169 seen_esc = true;
3661 continue; 3170 continue;
3662 } 3171 }
3663 else if (ch == C0_BEL || ch == CHAR_ST) 3172 else if (ch == C0_BEL || ch == CHAR_ST)
3664 break; 3173 break;
3174 else if (ch == C0_SYN)
3175 ch = cmd_get8 ();
3665 else if (ch < 0x20) 3176 else if (ch < 0x20)
3666 return NULL; /* other control character - exit */ 3177 return NULL; /* other control character - exit */
3667 3178
3668 seen_esc = false; 3179 seen_esc = false;
3669 3180
3670 if (n >= STRING_MAX - 1) 3181 if (n >= STRING_MAX - 1)
3671 // stop at some sane length 3182 // stop at some sane length
3672 return NULL; 3183 return NULL;
3673 3184
3674 if (ch == C0_SYN)
3675 string[n++] = cmd_get8 ();
3676 else
3677 string[n++] = ch; 3185 string[n++] = ch;
3678 } 3186 }
3679 3187
3680 string[n++] = '\0'; 3188 string[n++] = '\0';
3681 3189
3682 ends_how = (ch == 0x5c ? C0_ESC : ch); 3190 ends_how = (ch == 0x5c ? C0_ESC : ch);
3733void 3241void
3734rxvt_term::process_color_seq (int report, int color, const char *str, char resp) 3242rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3735{ 3243{
3736 if (str[0] == '?' && !str[1]) 3244 if (str[0] == '?' && !str[1])
3737 { 3245 {
3738 unsigned short r, g, b; 3246 rgba c;
3739 pix_colors_focused[color].get (display, r, g, b); 3247 pix_colors_focused[color].get (c);
3248
3249#if XFT
3250 if (c.a != rgba::MAX_CC)
3251 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp);
3252 else
3253#endif
3740 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, r, g, b, resp); 3254 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3741 } 3255 }
3742 else 3256 else
3743 set_window_color (color, str); 3257 set_window_color (color, str);
3744} 3258}
3745 3259
3751{ 3265{
3752 int color; 3266 int color;
3753 char *buf, *name; 3267 char *buf, *name;
3754 bool query = str[0] == '?' && !str[1]; 3268 bool query = str[0] == '?' && !str[1];
3755 int saveop = op; 3269 int saveop = op;
3756 dDisp; 3270
3271 dLocal (Display *, dpy);
3757 3272
3758 assert (str != NULL); 3273 assert (str != NULL);
3274
3275 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
3276 return;
3277
3759 switch (op) 3278 switch (op)
3760 { 3279 {
3761 case XTerm_name: 3280 case XTerm_name:
3762 set_title (str); 3281 set_title (str);
3763 /* FALLTHROUGH */ 3282 /* FALLTHROUGH */
3777 unsigned long bytes_after; 3296 unsigned long bytes_after;
3778 unsigned char *value = 0; 3297 unsigned char *value = 0;
3779 const char *str = ""; 3298 const char *str = "";
3780 3299
3781 if (prop 3300 if (prop
3782 && XGetWindowProperty (disp, parent[0], 3301 && XGetWindowProperty (dpy, parent[0],
3783 prop, 0, 1<<16, 0, AnyPropertyType, 3302 prop, 0, 1<<16, 0, AnyPropertyType,
3784 &actual_type, &actual_format, 3303 &actual_type, &actual_format,
3785 &nitems, &bytes_after, &value) == Success 3304 &nitems, &bytes_after, &value) == Success
3786 && actual_type != None 3305 && actual_type != None
3787 && actual_format == 8) 3306 && actual_format == 8)
3788 str = (const char *)(value); 3307 str = (const char *)(value);
3789 3308
3790 tt_printf ("\033]%d;%s%c", XTerm_property, str, resp); 3309 tt_printf ("\033]%d;%s%c", op, str, resp);
3791 3310
3792 XFree (value); 3311 XFree (value);
3793 } 3312 }
3794 else 3313 else
3795 { 3314 {
3799 { 3318 {
3800 *eq = 0; 3319 *eq = 0;
3801 set_utf8_property (display->atom (str), eq + 1); 3320 set_utf8_property (display->atom (str), eq + 1);
3802 } 3321 }
3803 else 3322 else
3804 XDeleteProperty (disp, parent[0], 3323 XDeleteProperty (dpy, parent[0],
3805 display->atom (str)); 3324 display->atom (str));
3806 } 3325 }
3807 break; 3326 break;
3808 3327
3809 case XTerm_Color: 3328 case XTerm_Color:
3819 break; 3338 break;
3820 3339
3821 if ((buf = strchr (name, ';')) != NULL) 3340 if ((buf = strchr (name, ';')) != NULL)
3822 *buf++ = '\0'; 3341 *buf++ = '\0';
3823 3342
3824 if (name[0] == '?' && !name[1]) 3343 process_color_seq (op, color, name, resp);
3825 {
3826 unsigned short r, g, b;
3827 pix_colors_focused[color].get (display, r, g, b);
3828 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp);
3829 }
3830 else
3831 set_window_color (color, name);
3832 } 3344 }
3833 break; 3345 break;
3346 case Rxvt_restoreFG:
3834 case XTerm_Color00: 3347 case XTerm_Color00:
3835 process_color_seq (XTerm_Color00, Color_fg, str, resp); 3348 process_color_seq (op, Color_fg, str, resp);
3836 break; 3349 break;
3350 case Rxvt_restoreBG:
3837 case XTerm_Color01: 3351 case XTerm_Color01:
3838 process_color_seq (XTerm_Color01, Color_bg, str, resp); 3352 process_color_seq (op, Color_bg, str, resp);
3839 break; 3353 break;
3840#ifndef NO_CURSORCOLOR 3354#ifndef NO_CURSORCOLOR
3841 case XTerm_Color_cursor: 3355 case XTerm_Color_cursor:
3842 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp); 3356 process_color_seq (op, Color_cursor, str, resp);
3843 break; 3357 break;
3844#endif 3358#endif
3845 case XTerm_Color_pointer_fg: 3359 case XTerm_Color_pointer_fg:
3846 process_color_seq (XTerm_Color_pointer_fg, Color_pointer_fg, str, resp); 3360 process_color_seq (op, Color_pointer_fg, str, resp);
3847 break; 3361 break;
3848 case XTerm_Color_pointer_bg: 3362 case XTerm_Color_pointer_bg:
3849 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3363 process_color_seq (op, Color_pointer_bg, str, resp);
3850 break; 3364 break;
3851#ifndef NO_BOLD_UNDERLINE_REVERSE 3365#ifndef NO_BOLD_UNDERLINE_REVERSE
3852 case XTerm_Color_RV: 3366 case XTerm_Color_RV:
3853 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3367 process_color_seq (op, Color_RV, str, resp);
3854 break; 3368 break;
3855 case Rxvt_Color_BD: 3369 case Rxvt_Color_BD:
3856 case URxvt_Color_BD: 3370 case URxvt_Color_BD:
3857 process_color_seq (op, Color_BD, str, resp); 3371 process_color_seq (op, Color_BD, str, resp);
3858 break; 3372 break;
3859 case Rxvt_Color_UL: 3373 case Rxvt_Color_UL:
3860 case URxvt_Color_UL: 3374 case URxvt_Color_UL:
3861 process_color_seq (op, Color_UL, str, resp); 3375 process_color_seq (op, Color_UL, str, resp);
3862 break; 3376 break;
3863 case URxvt_Color_IT: 3377 case URxvt_Color_IT:
3864 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3378 process_color_seq (op, Color_IT, str, resp);
3865 break; 3379 break;
3866#endif 3380#endif
3867#if TRANSPARENT && TINTING 3381#if ENABLE_TRANSPARENCY
3868 case URxvt_Color_tint: 3382 case URxvt_Color_tint:
3869 process_color_seq (URxvt_Color_tint, Color_tint, str, resp); 3383 process_color_seq (op, Color_tint, str, resp);
3870 check_our_parents (); 3384 {
3871 if (am_transparent) 3385 bool changed = false;
3872 want_full_refresh = want_refresh = 1;
3873 break;
3874#endif
3875 3386
3387 if (ISSET_PIXCOLOR (Color_tint))
3388 changed = bgPixmap.set_tint (pix_colors_focused [Color_tint]);
3389 else
3390 changed = bgPixmap.unset_tint ();
3391
3392 if (changed)
3393 update_background ();
3394 }
3395
3396 break;
3397#endif
3398
3399#if BG_IMAGE_FROM_FILE
3876 case Rxvt_Pixmap: 3400 case Rxvt_Pixmap:
3877 { 3401 if (!strcmp (str, "?"))
3878 if (*str != ';')
3879 { 3402 {
3880#if XPM_BACKGROUND 3403 char str[256];
3881 scale_pixmap (""); /* reset to default scaling */ 3404
3882 set_bgPixmap (str); /* change pixmap */ 3405 sprintf (str, "[%dx%d+%d+%d]", /* can't presume snprintf () ! */
3883 scr_touch (true); 3406 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767),
3884#endif 3407 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767));
3408 process_xterm_seq (XTerm_title, str, CHAR_ST);
3885 } 3409 }
3886 3410 else
3411 {
3887 int changed = 0; 3412 int changed = 0;
3888 3413
3889 while ((str = strchr (str, ';')) != NULL) 3414 if (*str != ';')
3890 { 3415 {
3416 /* reset to default scaling :*/
3417 bgPixmap.unset_geometry ();
3418 if (bgPixmap.set_file (str)) /* change pixmap */
3419 changed++;
3420 str = strchr (str, ';');
3421 if (str == NULL)
3422 bgPixmap.set_defaultGeometry ();
3423 }
3424
3425 while (str)
3426 {
3891 str++; 3427 str++;
3892#if XPM_BACKGROUND 3428 if (bgPixmap.set_geometry (str))
3893 changed += scale_pixmap (str); 3429 changed++;
3894#endif 3430 str = strchr (str, ';');
3895 } 3431 }
3896 3432
3897 if (changed) 3433 if (changed)
3898 { 3434 update_background ();
3899#ifdef XPM_BACKGROUND
3900 resize_pixmap ();
3901 scr_touch (true);
3902#endif
3903 } 3435 }
3904 }
3905 break; 3436 break;
3906 3437#endif
3907 case Rxvt_restoreFG:
3908 set_window_color (Color_fg, str);
3909 break;
3910 case Rxvt_restoreBG:
3911 set_window_color (Color_bg, str);
3912 break;
3913 3438
3914 case XTerm_logfile: 3439 case XTerm_logfile:
3915 // TODO, when secure mode? 3440 // TODO, when secure mode?
3916 break; 3441 break;
3917 3442
3935 case URxvt_italicFont: 3460 case URxvt_italicFont:
3936 case URxvt_boldItalicFont: 3461 case URxvt_boldItalicFont:
3937#endif 3462#endif
3938 if (query) 3463 if (query)
3939 tt_printf ("\33]%d;%-.250s%c", saveop, 3464 tt_printf ("\33]%d;%-.250s%c", saveop,
3940 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3465 option (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3941 ? fontset[op - URxvt_font]->fontdesc : "", 3466 ? fontset[op - URxvt_font]->fontdesc : "",
3942 resp); 3467 resp);
3943 else 3468 else
3944 { 3469 {
3945 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3470 const char *&res = rs[Rs_font + (op - URxvt_font)];
3948 allocated.push_back ((void *)res); 3473 allocated.push_back ((void *)res);
3949 set_fonts (); 3474 set_fonts ();
3950 } 3475 }
3951 break; 3476 break;
3952 3477
3953#if ENABLE_FRILLS 3478 case URxvt_version:
3479 if (query)
3480 tt_printf ("\33]%d;rxvt-unicode;%-.20s;%c;%c%c",
3481 op,
3482 rs[Rs_name], VERSION[0], VERSION[2],
3483 resp);
3484 break;
3485
3486#if !ENABLE_MINIMAL
3954 case URxvt_locale: 3487 case URxvt_locale:
3955 if (query) 3488 if (query)
3956 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, OPTION (Opt_insecure) ? locale : "", resp); 3489 tt_printf ("\33]%d;%-.250s%c", op, option (Opt_insecure) ? locale : "", resp);
3957 else 3490 else
3958 { 3491 {
3959 set_locale (str); 3492 set_locale (str);
3960 pty->set_utf8_mode (enc_utf8); 3493 pty->set_utf8_mode (enc_utf8);
3961 init_xlocale (); 3494 init_xlocale ();
3976 break; 3509 break;
3977#endif 3510#endif
3978 3511
3979#if ENABLE_PERL 3512#if ENABLE_PERL
3980 case URxvt_perl: 3513 case URxvt_perl:
3981 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STR, str, DT_END))) 3514 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ_PERL, DT_STR, str, DT_END)))
3982 ; // no responses yet 3515 ; // no responses yet
3983 break; 3516 break;
3984#endif 3517#endif
3985 } 3518 }
3986} 3519}
4010 { 3543 {
4011 if (mode == 'r') 3544 if (mode == 'r')
4012 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */ 3545 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */
4013 else 3546 else
4014 state = (mode == 't') ? ! (priv_modes & bit) : mode; 3547 state = (mode == 't') ? ! (priv_modes & bit) : mode;
4015 PrivMode (state, bit); 3548 set_privmode (bit, state);
4016 } 3549 }
4017 3550
4018 return state; 3551 return state;
4019} 3552}
4020 3553
4024{ 3557{
4025 unsigned int i, j; 3558 unsigned int i, j;
4026 int state; 3559 int state;
4027 3560
4028 static const struct 3561 static const struct
4029 { 3562 {
4030 const int argval; 3563 const int argval;
4031 const unsigned long bit; 3564 const unsigned long bit;
4032 }
4033
4034 argtopriv[] = { 3565 } argtopriv[] = {
4035 { 1, PrivMode_aplCUR }, 3566 { 1, PrivMode_aplCUR },
4036 { 2, PrivMode_vt52 }, 3567 { 2, PrivMode_vt52 },
4037 { 3, PrivMode_132 }, 3568 { 3, PrivMode_132 },
4038 { 4, PrivMode_smoothScroll }, 3569 { 4, PrivMode_smoothScroll },
4039 { 5, PrivMode_rVideo }, 3570 { 5, PrivMode_rVideo },
4055 { 66, PrivMode_aplKP }, 3586 { 66, PrivMode_aplKP },
4056#ifndef NO_BACKSPACE_KEY 3587#ifndef NO_BACKSPACE_KEY
4057 { 67, PrivMode_BackSpace }, 3588 { 67, PrivMode_BackSpace },
4058#endif 3589#endif
4059 { 1000, PrivMode_MouseX11 }, 3590 { 1000, PrivMode_MouseX11 },
4060 // 1001 Use Hilite Mouse Tracking. NYI, TODO 3591 { 1002, PrivMode_MouseBtnEvent },
4061 // 1002 Use Cell Motion Mouse Tracking. NYI, TODO 3592 { 1003, PrivMode_MouseAnyEvent },
4062 // 1003 Use All Motion Mouse Tracking. NYI, TODO
4063 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3593 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
4064 { 1011, PrivMode_Keypress }, // rxvt extension 3594 { 1011, PrivMode_Keypress }, // rxvt extension
4065 // 1035 enable modifiers for alt, numlock NYI 3595 // 1035 enable modifiers for alt, numlock NYI
4066 // 1036 send ESC for meta keys NYI 3596 // 1036 send ESC for meta keys NYI
4067 // 1037 send DEL for keypad delete NYI 3597 // 1037 send DEL for keypad delete NYI
4068 { 1047, PrivMode_Screen }, 3598 { 1047, PrivMode_Screen },
4069 // 1048 save and restore cursor 3599 // 1048 save and restore cursor
4070 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */ 3600 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */
4071 // 1051, 1052, 1060, 1061 keyboard emulation NYI 3601 // 1051, 1052, 1060, 1061 keyboard emulation NYI
3602 { 2004, PrivMode_BracketPaste },
4072 }; 3603 };
4073 3604
4074 if (nargs == 0) 3605 if (nargs == 0)
4075 return; 3606 return;
4076 3607
4102 scr_touch (true); 3633 scr_touch (true);
4103 break; 3634 break;
4104#endif 3635#endif
4105 case 1048: /* alternative cursor save */ 3636 case 1048: /* alternative cursor save */
4106 case 1049: 3637 case 1049:
4107 if (OPTION (Opt_secondaryScreen)) 3638 if (option (Opt_secondaryScreen))
4108 if (mode == 0) 3639 if (mode == 0)
4109 scr_cursor (RESTORE); 3640 scr_cursor (RESTORE);
4110 else if (mode == 1) 3641 else if (mode == 1)
4111 scr_cursor (SAVE); 3642 scr_cursor (SAVE);
4112 break; 3643 break;
4120 case 2: /* VT52 mode */ 3651 case 2: /* VT52 mode */
4121 /* oddball mode. should be set regardless of set/reset 3652 /* oddball mode. should be set regardless of set/reset
4122 * parameter. Return from VT52 mode with an ESC < from 3653 * parameter. Return from VT52 mode with an ESC < from
4123 * within VT52 mode 3654 * within VT52 mode
4124 */ 3655 */
4125 PrivMode (1, PrivMode_vt52); 3656 set_privmode (PrivMode_vt52, 1);
4126 break; 3657 break;
4127 case 3: /* 80/132 */ 3658 case 3: /* 80/132 */
4128 if (priv_modes & PrivMode_132OK) 3659 if (priv_modes & PrivMode_132OK)
3660 {
3661 scr_poweron ();
4129 set_widthheight (((state ? 132 : 80) * fwidth), height); 3662 set_widthheight (((state ? 132 : 80) * fwidth), 24 * fheight);
3663 }
4130 break; 3664 break;
4131 case 4: /* smooth scrolling */ 3665 case 4: /* smooth scrolling */
4132 set_option (Opt_jumpScroll, !state); 3666 set_option (Opt_jumpScroll, !state);
4133 break; 3667 break;
4134 case 5: /* reverse video */ 3668 case 5: /* reverse video */
4141 scr_autowrap (state); 3675 scr_autowrap (state);
4142 break; 3676 break;
4143 /* case 8: - auto repeat, can't do on a per window basis */ 3677 /* case 8: - auto repeat, can't do on a per window basis */
4144 case 9: /* X10 mouse reporting */ 3678 case 9: /* X10 mouse reporting */
4145 if (state) /* orthogonal */ 3679 if (state) /* orthogonal */
4146 priv_modes &= ~PrivMode_MouseX11; 3680 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4147 break; 3681 break;
4148#ifdef scrollBar_esc 3682#ifdef scrollBar_esc
4149 case scrollBar_esc: 3683 case scrollBar_esc:
4150 if (scrollbar_mapping (state)) 3684 if (scrollBar.map (state))
4151 { 3685 {
4152 resize_all_windows (0, 0, 0); 3686 resize_all_windows (0, 0, 0);
4153 scr_touch (true); 3687 scr_touch (true);
4154 } 3688 }
4155 break; 3689 break;
4164 break; 3698 break;
4165 /* case 66: - application key pad */ 3699 /* case 66: - application key pad */
4166 /* case 67: - backspace key */ 3700 /* case 67: - backspace key */
4167 case 1000: /* X11 mouse reporting */ 3701 case 1000: /* X11 mouse reporting */
4168 if (state) /* orthogonal */ 3702 if (state) /* orthogonal */
4169 priv_modes &= ~PrivMode_MouseX10; 3703 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4170 break; 3704 break;
4171#if 0
4172 case 1001: 3705 case 1002:
4173 break; /* X11 mouse highlighting */ 3706 case 1003:
4174#endif 3707 if (state)
3708 {
3709 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11);
3710 priv_modes &= arg[i] == 1003 ? ~PrivMode_MouseBtnEvent : ~PrivMode_MouseAnyEvent;
3711 vt_emask_mouse = PointerMotionMask;
3712 }
3713 else
3714 vt_emask_mouse = NoEventMask;
3715 vt_select_input ();
3716 break;
4175 case 1010: /* scroll to bottom on TTY output inhibit */ 3717 case 1010: /* scroll to bottom on TTY output inhibit */
4176 set_option (Opt_scrollTtyOutput, !state); 3718 set_option (Opt_scrollTtyOutput, !state);
4177 break; 3719 break;
4178 case 1011: /* scroll to bottom on key press */ 3720 case 1011: /* scroll to bottom on key press */
4179 set_option (Opt_scrollTtyKeypress, state); 3721 set_option (Opt_scrollTtyKeypress, state);
4180 break; 3722 break;
4181 case 1047: /* secondary screen w/ clearing last */ 3723 case 1047: /* secondary screen w/ clearing last */
4182 if (OPTION (Opt_secondaryScreen)) 3724 if (option (Opt_secondaryScreen))
4183 if (current_screen != PRIMARY) 3725 if (current_screen != PRIMARY)
4184 scr_erase_screen (2); 3726 scr_erase_screen (2);
4185 scr_change_screen (state); 3727 scr_change_screen (state);
4186 break; 3728 break;
4187 case 1049: /* secondary screen w/ clearing first */ 3729 case 1049: /* secondary screen w/ clearing first */
4188 scr_change_screen (state); 3730 scr_change_screen (state);
4189 if (OPTION (Opt_secondaryScreen)) 3731 if (option (Opt_secondaryScreen))
4190 if (current_screen != PRIMARY) 3732 if (current_screen != PRIMARY)
4191 scr_erase_screen (2); 3733 scr_erase_screen (2);
4192 break; 3734 break;
4193 default: 3735 default:
4194 break; 3736 break;
4322 scr_color (Color_bg, Color_bg); 3864 scr_color (Color_bg, Color_bg);
4323 break; 3865 break;
4324 3866
4325 //case 50: // not variable spacing 3867 //case 50: // not variable spacing
4326 3868
4327#if ENABLE_FRILLS 3869#if !ENABLE_MINIMAL
4328 case 90: 3870 case 90:
4329 case 91: /* set bright fg color */ 3871 case 91: /* set bright fg color */
4330 case 92: 3872 case 92:
4331 case 93: 3873 case 93:
4332 case 94: 3874 case 94:
4356rxvt_term::process_graphics () 3898rxvt_term::process_graphics ()
4357{ 3899{
4358 unicode_t ch, cmd = cmd_getc (); 3900 unicode_t ch, cmd = cmd_getc ();
4359 3901
4360 if (cmd == 'Q') 3902 if (cmd == 'Q')
3903 {
4361 { /* query graphics */ 3904 /* query graphics */
4362 tt_printf ("\033G0\012"); /* no graphics */ 3905 tt_printf ("\033G0\012"); /* no graphics */
4363 return; 3906 return;
4364 } 3907 }
4365 /* swallow other graphics sequences until terminating ':' */ 3908 /* swallow other graphics sequences until terminating ':' */
4366 do 3909 do
4416 v_buffer = (char *)realloc (v_buffer, v_buflen + len); 3959 v_buffer = (char *)realloc (v_buffer, v_buflen + len);
4417 3960
4418 memcpy (v_buffer + v_buflen, data, len); 3961 memcpy (v_buffer + v_buflen, data, len);
4419 v_buflen += len; 3962 v_buflen += len;
4420 3963
4421 pty_ev.set (EVENT_READ | EVENT_WRITE); 3964 pty_ev.set (ev::READ | ev::WRITE);
4422} 3965}
4423 3966
4424void rxvt_term::pty_write () 3967void rxvt_term::pty_write ()
4425{ 3968{
4426 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE)); 3969 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4431 3974
4432 if (v_buflen == 0) 3975 if (v_buflen == 0)
4433 { 3976 {
4434 free (v_buffer); 3977 free (v_buffer);
4435 v_buffer = 0; 3978 v_buffer = 0;
4436 v_buflen = 0;
4437 3979
4438 pty_ev.set (EVENT_READ); 3980 pty_ev.set (ev::READ);
4439 return; 3981 return;
4440 } 3982 }
4441 3983
4442 memmove (v_buffer, v_buffer + written, v_buflen); 3984 memmove (v_buffer, v_buffer + written, v_buflen);
4443 } 3985 }
4444 else if (written != -1 || (errno != EAGAIN && errno != EINTR)) 3986 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4445 pty_ev.set (EVENT_READ); 3987 pty_ev.set (ev::READ);
4446} 3988}
4447 3989
4448/*----------------------- end-of-file (C source) -----------------------*/ 3990/*----------------------- end-of-file (C source) -----------------------*/
4449 3991

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines