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.283 by root, Tue Jan 24 19:40:12 2006 UTC vs.
Revision 1.429 by root, Wed Nov 5 16:21:18 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 int valid_keysym; 403 int valid_keysym;
305 char kbuf[KBUFSZ]; 404 char kbuf[KBUFSZ];
405
406#if ISO_14755
407 if (iso14755buf & ISO_14755_52)
408 return;
409#endif
306 410
307 /* 411 /*
308 * 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
309 * escape sequence to toggle the Keypad. 413 * escape sequence to toggle the Keypad.
310 * 414 *
315 meta = ev.state & ModMetaMask; 419 meta = ev.state & ModMetaMask;
316 420
317 if (numlock_state || (ev.state & ModNumLockMask)) 421 if (numlock_state || (ev.state & ModNumLockMask))
318 { 422 {
319 numlock_state = (ev.state & ModNumLockMask); 423 numlock_state = (ev.state & ModNumLockMask);
320 PrivMode ((!numlock_state), PrivMode_aplKP); 424 set_privmode (PrivMode_aplKP, !numlock_state);
321 } 425 }
322 426
323 kbuf[0] = 0; 427 kbuf[0] = 0;
324 428
325#ifdef USE_XIM 429#ifdef USE_XIM
490# if ISO_14755 594# if ISO_14755
491 iso14755_51 (0); 595 iso14755_51 (0);
492# endif 596# endif
493 return; 597 return;
494 } 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 }
495 else if ((hv = hex_keyval (ev)) >= 0) 607 else if ((hv = hex_keyval (ev)) >= 0)
496 { 608 {
497 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK) 609 iso14755buf = ((iso14755buf << 4) & ISO_14755_MASK)
498 | hv | ISO_14755_51; 610 | hv | ISO_14755_51;
499# if ISO_14755 611# if ISO_14755
501# endif 613# endif
502 return; 614 return;
503 } 615 }
504 else 616 else
505 { 617 {
506# if ENABLE_OVERLAY 618# if ISO_14755
507 scr_overlay_off (); 619 scr_overlay_off ();
508# endif 620# endif
509 iso14755buf = 0; 621 iso14755buf = 0;
510 } 622 }
511 } 623 }
512 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R)) 624 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R))
513 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R))) 625 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R)))
514 if (!(iso14755buf & ISO_14755_STARTED)) 626 if (!(iso14755buf & ISO_14755_STARTED))
515 { 627 {
516 iso14755buf |= ISO_14755_STARTED; 628 iso14755buf |= ISO_14755_STARTED;
517# if ENABLE_OVERLAY 629# if ISO_14755
518 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1); 630 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1);
519 scr_overlay_set (0, 0, "ISO 14755 mode"); 631 scr_overlay_set (0, 0, "ISO 14755 mode");
520# endif 632# endif
521 } 633 }
522#endif 634#endif
523 635
524#ifdef PRINTPIPE 636#ifdef PRINTPIPE
525 if (keysym == XK_Print) 637 if (keysym == XK_Print)
526 { 638 {
527 scr_printscreen (ctrl | shft); 639 scr_printscreen (ctrl | shft);
528 return; 640 return;
529 } 641 }
530#endif 642#endif
531 643
532 if (keysym >= 0xFF00 && keysym <= 0xFFFF) 644 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
533 { 645 {
646 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
647 unsigned int newlen = 1;
648
649 switch (translate_keypad (keysym, kp))
534 { 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
535 newlen = 1; 681 newlen = 0;
536 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:
537 { 765 {
538#ifndef NO_BACKSPACE_KEY 766 int param = map_function_key (keysym);
539 case XK_BackSpace: 767 if (param > 0)
540 if (priv_modes & PrivMode_HaveBackSpace) 768 sprintf (kbuf,"\033[%d~", param);
541 {
542 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
543 ^ !!ctrl) ? '\b' : '\177';
544 kbuf[1] = '\0';
545 }
546 else 769 else
547 strcpy (kbuf, key_backspace);
548 break;
549#endif
550#ifndef NO_DELETE_KEY
551# ifdef XK_KP_Prior
552 case XK_KP_Delete:
553 /* allow shift to override */
554 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
555 {
556 strcpy (kbuf, "\033On");
557 break;
558 }
559 /* FALLTHROUGH */
560# endif
561 case XK_Delete:
562 strcpy (kbuf, key_delete);
563 break;
564#endif
565 case XK_Tab:
566 if (shft)
567 strcpy (kbuf, "\033[Z");
568 else
569 {
570#ifdef CTRL_TAB_MAKES_META
571 if (ctrl)
572 meta = 1;
573#endif
574#ifdef MOD4_TAB_MAKES_META
575 if (ev.state & Mod4Mask)
576 meta = 1;
577#endif
578 newlen = 0;
579 }
580 break;
581
582#ifdef XK_KP_Left
583 case XK_KP_Up: /* \033Ox or standard */
584 case XK_KP_Down: /* \033Or or standard */
585 case XK_KP_Right: /* \033Ov or standard */
586 case XK_KP_Left: /* \033Ot or standard */
587 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
588 {
589 strcpy (kbuf, "\033OZ");
590 kbuf[2] = "txvr"[keysym - XK_KP_Left];
591 break;
592 }
593 else
594 /* translate to std. cursor key */
595 keysym = XK_Left + (keysym - XK_KP_Left);
596 /* FALLTHROUGH */
597#endif
598 case XK_Up: /* "\033[A" */
599 case XK_Down: /* "\033[B" */
600 case XK_Right: /* "\033[C" */
601 case XK_Left: /* "\033[D" */
602 strcpy (kbuf, "\033[Z");
603 kbuf[2] = "DACB"[keysym - XK_Left];
604 /* do Shift first */
605 if (shft)
606 kbuf[2] = "dacb"[keysym - XK_Left];
607 else if (ctrl)
608 {
609 kbuf[1] = 'O';
610 kbuf[2] = "dacb"[keysym - XK_Left];
611 }
612 else if (priv_modes & PrivMode_aplCUR)
613 kbuf[1] = 'O';
614 break;
615
616#ifndef UNSHIFTED_SCROLLKEYS
617# ifdef XK_KP_Prior
618 case XK_KP_Prior:
619 /* allow shift to override */
620 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
621 {
622 strcpy (kbuf, "\033Oy");
623 break;
624 }
625 /* FALLTHROUGH */
626# endif
627 case XK_Prior:
628 strcpy (kbuf, "\033[5~");
629 break;
630# ifdef XK_KP_Next
631 case XK_KP_Next:
632 /* allow shift to override */
633 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
634 {
635 strcpy (kbuf, "\033Os");
636 break;
637 }
638 /* FALLTHROUGH */
639# endif
640 case XK_Next:
641 strcpy (kbuf, "\033[6~");
642 break;
643#endif
644 case XK_KP_Enter:
645 /* allow shift to override */
646 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
647 {
648 strcpy (kbuf, "\033OM");
649 break;
650 }
651
652 /* FALLTHROUGH */
653
654 case XK_Return:
655 if (priv_modes & PrivMode_LFNL)
656 {
657 kbuf[0] = '\015';
658 kbuf[1] = '\012';
659 kbuf[2] = '\0';
660 }
661 else
662 {
663 kbuf[0] = '\015';
664 kbuf[1] = '\0';
665 }
666 break;
667
668#ifdef XK_KP_Begin
669 case XK_KP_Begin:
670 strcpy (kbuf, "\033Ou");
671 break;
672
673#endif
674 case XK_KP_F1: /* "\033OP" */
675 case XK_KP_F2: /* "\033OQ" */
676 case XK_KP_F3: /* "\033OR" */
677 case XK_KP_F4: /* "\033OS" */
678 strcpy (kbuf, "\033OP");
679 kbuf[2] += (keysym - XK_KP_F1);
680 break;
681
682 case XK_KP_Multiply: /* "\033Oj" : "*" */
683 case XK_KP_Add: /* "\033Ok" : "+" */
684 case XK_KP_Separator: /* "\033Ol" : "," */
685 case XK_KP_Subtract: /* "\033Om" : "-" */
686 case XK_KP_Decimal: /* "\033On" : "." */
687 case XK_KP_Divide: /* "\033Oo" : "/" */
688 case XK_KP_0: /* "\033Op" : "0" */
689 case XK_KP_1: /* "\033Oq" : "1" */
690 case XK_KP_2: /* "\033Or" : "2" */
691 case XK_KP_3: /* "\033Os" : "3" */
692 case XK_KP_4: /* "\033Ot" : "4" */
693 case XK_KP_5: /* "\033Ou" : "5" */
694 case XK_KP_6: /* "\033Ov" : "6" */
695 case XK_KP_7: /* "\033Ow" : "7" */
696 case XK_KP_8: /* "\033Ox" : "8" */
697 case XK_KP_9: /* "\033Oy" : "9" */
698 /* allow shift to override */
699 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
700 {
701 strcpy (kbuf, "\033Oj");
702 kbuf[2] += (keysym - XK_KP_Multiply);
703 }
704 else
705 {
706 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
707 kbuf[1] = '\0';
708 }
709 break;
710
711 case XK_Find:
712 strcpy (kbuf, "\033[1~");
713 break;
714
715#ifdef XK_KP_End
716 case XK_KP_Insert:
717 /* allow shift to override */
718 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
719 {
720 strcpy (kbuf, "\033Op");
721 break;
722 }
723 /* FALLTHROUGH */
724#endif
725 case XK_Insert:
726 strcpy (kbuf, "\033[2~");
727 break;
728#ifdef DXK_Remove /* support for DEC remove like key */
729 case DXK_Remove:
730 /* FALLTHROUGH */
731#endif
732 case XK_Execute:
733 strcpy (kbuf, "\033[3~");
734 break;
735 case XK_Select:
736 strcpy (kbuf, "\033[4~");
737 break;
738#ifdef XK_KP_End
739 case XK_KP_End:
740 /* allow shift to override */
741 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
742 {
743 strcpy (kbuf, "\033Oq");
744 break;
745 }
746 /* FALLTHROUGH */
747#endif
748 case XK_End:
749 strcpy (kbuf, KS_END);
750 break;
751#ifdef XK_KP_Home
752 case XK_KP_Home:
753 /* allow shift to override */
754 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
755 {
756 strcpy (kbuf, "\033Ow");
757 break;
758 }
759 /* FALLTHROUGH */
760#endif
761 case XK_Home:
762 strcpy (kbuf, KS_HOME);
763 break;
764
765#define FKEY(n, fkey) \
766 sprintf ((char *)kbuf,"\033[%2d~", (int) ((n) + (keysym - fkey)))
767
768 case XK_F1: /* "\033[11~" */
769 case XK_F2: /* "\033[12~" */
770 case XK_F3: /* "\033[13~" */
771 case XK_F4: /* "\033[14~" */
772 case XK_F5: /* "\033[15~" */
773 FKEY (11, XK_F1);
774 break;
775 case XK_F6: /* "\033[17~" */
776 case XK_F7: /* "\033[18~" */
777 case XK_F8: /* "\033[19~" */
778 case XK_F9: /* "\033[20~" */
779 case XK_F10: /* "\033[21~" */
780 FKEY (17, XK_F6);
781 break;
782 case XK_F11: /* "\033[23~" */
783 case XK_F12: /* "\033[24~" */
784 case XK_F13: /* "\033[25~" */
785 case XK_F14: /* "\033[26~" */
786 FKEY (23, XK_F11);
787 break;
788 case XK_F15: /* "\033[28~" */
789 case XK_F16: /* "\033[29~" */
790 FKEY (28, XK_F15);
791 break;
792 case XK_Help: /* "\033[28~" */
793 FKEY (28, XK_Help);
794 break;
795 case XK_Menu: /* "\033[29~" */
796 FKEY (29, XK_Menu);
797 break;
798 case XK_F17: /* "\033[31~" */
799 case XK_F18: /* "\033[32~" */
800 case XK_F19: /* "\033[33~" */
801 case XK_F20: /* "\033[34~" */
802 case XK_F21: /* "\033[35~" */
803 case XK_F22: /* "\033[36~" */
804 case XK_F23: /* "\033[37~" */
805 case XK_F24: /* "\033[38~" */
806 case XK_F25: /* "\033[39~" */
807 case XK_F26: /* "\033[40~" */
808 case XK_F27: /* "\033[41~" */
809 case XK_F28: /* "\033[42~" */
810 case XK_F29: /* "\033[43~" */
811 case XK_F30: /* "\033[44~" */
812 case XK_F31: /* "\033[45~" */
813 case XK_F32: /* "\033[46~" */
814 case XK_F33: /* "\033[47~" */
815 case XK_F34: /* "\033[48~" */
816 case XK_F35: /* "\033[49~" */
817 FKEY (31, XK_F17);
818 break;
819#undef FKEY
820 default:
821 newlen = 0; 770 newlen = 0;
822 break;
823 } 771 }
824 772 break;
825 if (newlen)
826 len = strlen (kbuf);
827 } 773 }
774
775 if (newlen)
776 len = strlen (kbuf);
828 777
829 /* 778 /*
830 * Pass meta for all function keys, if 'meta' option set 779 * Pass meta for all function keys, if 'meta' option set
831 */ 780 */
832#ifdef META8_OPTION 781#ifdef META8_OPTION
867 return; 816 return;
868 817
869 if (len <= 0) 818 if (len <= 0)
870 return; /* not mapped */ 819 return; /* not mapped */
871 820
872 if (OPTION (Opt_scrollTtyKeypress)) 821 if (option (Opt_scrollTtyKeypress))
873 if (view_start) 822 if (view_start)
874 { 823 {
875 view_start = 0; 824 view_start = 0;
876 want_refresh = 1; 825 want_refresh = 1;
877 } 826 }
901 tt_write (&ch, 1); 850 tt_write (&ch, 1);
902 } 851 }
903 852
904 tt_write (kbuf, (unsigned int)len); 853 tt_write (kbuf, (unsigned int)len);
905} 854}
906/*}}} */ 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}
907 932
908#if defined (KEYSYM_RESOURCE) 933#if defined (KEYSYM_RESOURCE)
909unsigned int 934unsigned int
910rxvt_term::cmd_write (const char *str, unsigned int count) 935rxvt_term::cmd_write (const char *str, unsigned int count)
911{ 936{
941void 966void
942rxvt_term::flush () 967rxvt_term::flush ()
943{ 968{
944 flush_ev.stop (); 969 flush_ev.stop ();
945 970
946#ifdef TRANSPARENT 971#ifdef HAVE_BG_PIXMAP
947 if (want_full_refresh) 972 if (bgPixmap.check_clearChanged ())
948 { 973 {
949 want_full_refresh = 0; 974// scr_clear (true); This needs to be researched further!
950 scr_clear ();
951 scr_touch (false); 975 scr_touch (false);
952 } 976 }
953#endif 977#endif
954 978
955 if (want_refresh) 979 if (want_refresh)
991 } 1015 }
992 while (row < end_row); 1016 while (row < end_row);
993 } 1017 }
994 1018
995 scr_refresh (); 1019 scr_refresh ();
996 scrollbar_show (1); 1020 scrollBar.show (1);
997#ifdef USE_XIM 1021#ifdef USE_XIM
998 IMSendSpot (); 1022 IMSendSpot ();
999#endif 1023#endif
1000 } 1024 }
1001 1025
1002 display->flush (); 1026 display->flush ();
1003} 1027}
1004 1028
1029/* checks wether a refresh is requested and starts the refresh timer */
1005void 1030void
1006rxvt_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)
1007{ 1041{
1008 make_current (); 1042 make_current ();
1009 1043
1010 display->flush ();
1011
1012 if (want_refresh && !flush_ev.active)
1013 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
1014}
1015
1016void
1017rxvt_term::flush_cb (time_watcher &w)
1018{
1019 make_current ();
1020
1021 refresh_limit = 1;
1022 refresh_count = 0; 1044 refresh_count = 0;
1023 flush (); 1045 flush ();
1024} 1046}
1025 1047
1026#ifdef CURSOR_BLINK 1048#ifdef CURSOR_BLINK
1027void 1049void
1028rxvt_term::cursor_blink_cb (time_watcher &w) 1050rxvt_term::cursor_blink_cb (ev::timer &w, int revents)
1029{ 1051{
1030 hidden_cursor = !hidden_cursor; 1052 hidden_cursor = !hidden_cursor;
1031 want_refresh = 1; 1053 want_refresh = 1;
1032 1054 refresh_check ();
1033 w.start (w.at + CURSOR_BLINK_INTERVAL);
1034} 1055}
1035#endif 1056#endif
1036 1057
1037#ifdef TEXT_BLINK 1058#ifdef TEXT_BLINK
1038void 1059void
1039rxvt_term::text_blink_cb (time_watcher &w) 1060rxvt_term::text_blink_cb (ev::timer &w, int revents)
1040{ 1061{
1041 if (scr_refresh_rend (RS_Blink, RS_Blink)) 1062 if (scr_refresh_rend (RS_Blink, RS_Blink))
1042 { 1063 {
1043 hidden_text = !hidden_text; 1064 hidden_text = !hidden_text;
1044 want_refresh = 1; 1065 want_refresh = 1;
1045 w.start (w.at + TEXT_BLINK_INTERVAL); 1066 refresh_check ();
1046 } 1067 }
1068 else
1069 w.stop ();
1047} 1070}
1048#endif 1071#endif
1049 1072
1050#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1073#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1051void 1074void
1052rxvt_term::cont_scroll_cb (time_watcher &w) 1075rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
1053{ 1076{
1054 if ((scrollbar_isUp() || scrollbar_isDn()) && 1077 if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
1055 scr_page (scrollbar_isUp() ? UP : DN, 1)) 1078 && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1))
1056 { 1079 {
1057 want_refresh = 1; 1080 want_refresh = 1;
1058 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1081 refresh_check ();
1059 } 1082 }
1083 else
1084 w.stop ();
1060} 1085}
1061#endif 1086#endif
1062 1087
1063#ifdef SELECTION_SCROLLING 1088#ifdef SELECTION_SCROLLING
1064void 1089void
1065rxvt_term::sel_scroll_cb (time_watcher &w) 1090rxvt_term::sel_scroll_cb (ev::timer &w, int revents)
1066{ 1091{
1067 if (scr_page (scroll_selection_dir, scroll_selection_lines)) 1092 if (scr_page (scroll_selection_dir, scroll_selection_lines))
1068 { 1093 {
1069 selection_extend (selection_save_x, selection_save_y, selection_save_state); 1094 selection_extend (selection_save_x, selection_save_y, selection_save_state);
1070 want_refresh = 1; 1095 want_refresh = 1;
1071 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1096 refresh_check ();
1072 } 1097 }
1098 else
1099 w.stop ();
1073} 1100}
1074#endif 1101#endif
1075 1102
1076#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1103#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1077void 1104void
1078rxvt_term::slip_wheel_cb (time_watcher &w) 1105rxvt_term::slip_wheel_cb (ev::timer &w, int revents)
1079{ 1106{
1080 if (mouse_slip_wheel_speed == 0 1107 if (scr_changeview (view_start - mouse_slip_wheel_speed))
1081 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1082 : scr_page (UP, mouse_slip_wheel_speed))
1083 { 1108 {
1084 if (view_start == top_row || view_start == 0)
1085 mouse_slip_wheel_speed = 0;
1086
1087 want_refresh = 1; 1109 want_refresh = 1;
1088 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)
1089 } 1114 {
1115 mouse_slip_wheel_speed = 0;
1116 w.stop ();
1117 }
1090} 1118}
1091#endif 1119#endif
1092 1120
1093#if HAVE_SCHED_YIELD 1121#if LINUX_YIELD_HACK
1094static struct event_handler 1122static struct event_handler
1095{ 1123{
1096 check_watcher cw_yield; 1124 ev::prepare yield_ev;
1097 1125
1098 void yield (check_watcher &w) 1126 void yield_cb (ev::prepare &w, int revents)
1099 { 1127 {
1100 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 // since the linux guys additionally thought that breaking the only
1133 // known workaroudn against their unusable sched_yield hack is cool,
1134 // we just nanosleep a bit and hope for the best.
1135
1136 struct timespec ts = { 0, 1000 };
1137 nanosleep (&ts, 0);
1138
1101 w.stop (); 1139 w.stop ();
1102 } 1140 }
1103 1141
1104 event_handler () 1142 event_handler ()
1105 : cw_yield (this, &event_handler::yield) 1143 : yield_ev (this, &event_handler::yield_cb)
1106 { 1144 {
1107 } 1145 }
1108} event_handler; 1146} event_handler;
1109#endif 1147#endif
1110 1148
1130 cmdbuf_endp += r; 1168 cmdbuf_endp += r;
1131 return true; 1169 return true;
1132 } 1170 }
1133 else if (r < 0 && (errno == EAGAIN || errno == EINTR)) 1171 else if (r < 0 && (errno == EAGAIN || errno == EINTR))
1134 { 1172 {
1135#if HAVE_SCHED_YIELD 1173#if LINUX_YIELD_HACK
1136 if (display->is_local) 1174 if (display->is_local)
1137 event_handler.cw_yield.start (); 1175 event_handler.yield_ev.start ();
1138#endif 1176#endif
1139 } 1177 }
1140 else 1178 else
1141 { 1179 {
1142 pty_ev.stop (); 1180 pty_ev.stop ();
1143 1181
1144 if (!OPTION (Opt_hold)) 1182 if (!option (Opt_hold))
1145 destroy (); 1183 destroy ();
1146 } 1184 }
1147 1185
1148 return false; 1186 return false;
1149} 1187}
1150 1188
1151void 1189void
1152rxvt_term::pty_cb (io_watcher &w, short revents) 1190rxvt_term::pty_cb (ev::io &w, int revents)
1153{ 1191{
1154 make_current (); 1192 make_current ();
1155 1193
1156 if (revents & EVENT_READ) 1194 if (revents & ev::READ)
1157 // loop, but don't allow a single term to monopolize us 1195 // loop, but don't allow a single term to monopolize us
1158 while (pty_fill ()) 1196 for (int i = CBUFCNT; i-- && pty_fill (); )
1159 if (cmd_parse ()) 1197 cmd_parse ();
1160 break;
1161 1198
1162 if (revents & EVENT_WRITE) 1199 if (revents & ev::WRITE)
1163 pty_write (); 1200 pty_write ();
1201
1202 refresh_check ();
1164} 1203}
1165 1204
1166void 1205void
1167rxvt_term::pointer_unblank () 1206rxvt_term::pointer_unblank ()
1168{ 1207{
1169 XDefineCursor (display->display, vt, TermWin_cursor); 1208 XDefineCursor (dpy, vt, TermWin_cursor);
1170 recolour_cursor (); 1209 recolour_cursor ();
1171 1210
1172#ifdef POINTER_BLANK 1211#ifdef POINTER_BLANK
1173 hidden_pointer = 0; 1212 hidden_pointer = 0;
1174 1213
1175 if (OPTION (Opt_pointerBlank)) 1214 if (option (Opt_pointerBlank))
1176 pointer_ev.start (NOW + pointerBlankDelay); 1215 pointer_ev.start (pointerBlankDelay);
1177#endif 1216#endif
1178} 1217}
1179 1218
1180#ifdef POINTER_BLANK 1219#ifdef POINTER_BLANK
1181void 1220void
1182rxvt_term::pointer_blank () 1221rxvt_term::pointer_blank ()
1183{ 1222{
1184 if (!OPTION (Opt_pointerBlank)) 1223 if (!option (Opt_pointerBlank))
1185 return; 1224 return;
1186 1225
1187 XDefineCursor (display->display, vt, display->blank_cursor); 1226 XDefineCursor (dpy, vt, display->blank_cursor);
1188 XFlush (display->display); 1227 XFlush (dpy);
1189 1228
1190 hidden_pointer = 1; 1229 hidden_pointer = 1;
1191} 1230}
1192 1231
1193void 1232void
1194rxvt_term::pointer_cb (time_watcher &w) 1233rxvt_term::pointer_cb (ev::timer &w, int revents)
1195{ 1234{
1196 make_current (); 1235 make_current ();
1197 1236
1198 pointer_blank (); 1237 pointer_blank ();
1199} 1238}
1202void 1241void
1203rxvt_term::mouse_report (XButtonEvent &ev) 1242rxvt_term::mouse_report (XButtonEvent &ev)
1204{ 1243{
1205 int button_number, key_state = 0; 1244 int button_number, key_state = 0;
1206 int x, y; 1245 int x, y;
1246 int code = 32;
1207 1247
1208 x = ev.x; 1248 x = Pixel2Col (ev.x);
1209 y = ev.y; 1249 y = Pixel2Row (ev.y);
1210 pixel_position (&x, &y); 1250 if (ev.type == MotionNotify)
1251 {
1252 if (x == mouse_row && y == mouse_col)
1253 return;
1254 mouse_row = x;
1255 mouse_col = y;
1256 code += 32;
1257 }
1211 1258
1212 if (MEvent.button == AnyButton) 1259 if (MEvent.button == AnyButton)
1213 button_number = 3; 1260 button_number = 3;
1214 else 1261 else
1215 { 1262 {
1261 x + 1, 1308 x + 1,
1262 y + 1); 1309 y + 1);
1263#endif 1310#endif
1264 1311
1265 tt_printf ("\033[M%c%c%c", 1312 tt_printf ("\033[M%c%c%c",
1266 (32 + button_number + key_state), 1313 (code + button_number + key_state),
1267 (32 + x + 1), 1314 (32 + x + 1),
1268 (32 + y + 1)); 1315 (32 + y + 1));
1269} 1316}
1270 1317
1271#ifdef USING_W11LIB
1272void
1273rxvt_W11_process_x_event (XEvent *ev)
1274{
1275 rxvt_t *r = rxvt_get_r ();
1276
1277 x_cb (*ev);
1278}
1279#endif
1280
1281/*{{{ process an X event */ 1318/*{{{ process an X event */
1282void 1319void
1283rxvt_term::x_cb (XEvent &ev) 1320rxvt_term::x_cb (XEvent &ev)
1284{ 1321{
1285 make_current (); 1322 make_current ();
1286 1323
1287 dDisp; 1324 dLocal (Display *, dpy);
1288 1325
1289 if (ev.xany.window == vt 1326 if (ev.xany.window == vt
1290 && SHOULD_INVOKE (HOOK_X_EVENT) 1327 && SHOULD_INVOKE (HOOK_X_EVENT)
1291 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END))) 1328 && HOOK_INVOKE ((this, HOOK_X_EVENT, DT_XEVENT, &ev, DT_END)))
1292 return; 1329 return;
1297 unsigned int unused_mask; 1334 unsigned int unused_mask;
1298 1335
1299 switch (ev.type) 1336 switch (ev.type)
1300 { 1337 {
1301 case KeyPress: 1338 case KeyPress:
1302#if ISO_14755 1339 key_press (ev.xkey);
1303 if (!(iso14755buf & ISO_14755_52))
1304#endif
1305 lookup_key (ev.xkey);
1306
1307 break; 1340 break;
1308 1341
1309 case KeyRelease: 1342 case KeyRelease:
1310 { 1343 key_release (ev.xkey);
1311#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
1312 KeySym keysym;
1313
1314 keysym = XLookupKeysym (&ev.xkey, ev.xkey.state & ShiftMask ? 1 : 0); // sorry, only shift supported :/
1315#endif
1316
1317#if ENABLE_FRILLS || ISO_14755
1318 // ISO 14755 support
1319 if (iso14755buf)
1320 if (iso14755buf & ISO_14755_52)
1321 {
1322# if ENABLE_OVERLAY
1323 scr_overlay_off ();
1324# endif
1325# if ISO_14755
1326 // iso14755 part 5.2 handling: release time
1327 // first: controls
1328 if ((ev.xkey.state & ControlMask)
1329 && ((keysym >= 0x40 && keysym <= 0x5f)
1330 || (keysym >= 0x61 && keysym <= 0x7f)))
1331 {
1332 iso14755buf = ISO_14755_51 | 0x2400 | (keysym & 0x1f);
1333 commit_iso14755 ();
1334 goto skip_switch;
1335 }
1336
1337 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2)
1338 if (i[0] == keysym)
1339 {
1340 iso14755buf = ISO_14755_51 | i[1];
1341 commit_iso14755 ();
1342 goto skip_switch;
1343 }
1344
1345 scr_bell ();
1346# endif
1347 iso14755buf = 0;
1348 break;
1349 }
1350 else if ((ev.xkey.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
1351 {
1352# if ENABLE_OVERLAY
1353 scr_overlay_off ();
1354# endif
1355 if (iso14755buf & ISO_14755_51)
1356 commit_iso14755 ();
1357#if ISO_14755
1358 else if (iso14755buf & ISO_14755_STARTED)
1359 {
1360 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
1361
1362 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
1363 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
1364 }
1365# endif
1366 else
1367 iso14755buf = 0;
1368 }
1369#endif
1370
1371 if (ev.xany.window == vt
1372 && HOOK_INVOKE ((this, HOOK_KEY_RELEASE, DT_XEVENT, &ev, DT_INT, keysym, DT_END)))
1373 break;
1374
1375#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1376 if (!(ev.xkey.state & ControlMask))
1377 slip_wheel_ev.stop ();
1378 else if (keysym == XK_Control_L || keysym == XK_Control_R)
1379 mouse_slip_wheel_speed = 0;
1380#endif
1381 break; 1344 break;
1382 }
1383 1345
1384 case ButtonPress: 1346 case ButtonPress:
1385 button_press (ev.xbutton); 1347 button_press (ev.xbutton);
1386 break; 1348 break;
1387 1349
1402 if (!HOOK_INVOKE ((this, HOOK_WM_DELETE_WINDOW, DT_XEVENT, &ev, DT_END))) 1364 if (!HOOK_INVOKE ((this, HOOK_WM_DELETE_WINDOW, DT_XEVENT, &ev, DT_END)))
1403 destroy (); 1365 destroy ();
1404 } 1366 }
1405#if ENABLE_EWMH 1367#if ENABLE_EWMH
1406 else if (ev.xclient.data.l[0] == xa[XA_NET_WM_PING]) 1368 else if (ev.xclient.data.l[0] == xa[XA_NET_WM_PING])
1407 XSendEvent (disp, ev.xclient.window = display->root, 1369 XSendEvent (dpy, ev.xclient.window = display->root,
1408 False, SubstructureRedirectMask | SubstructureNotifyMask, 1370 False, SubstructureRedirectMask | SubstructureNotifyMask,
1409 &ev); 1371 &ev);
1410#endif 1372#endif
1411 } 1373 }
1412 } 1374 }
1418 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT) 1380 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT)
1419 focus_out (); 1381 focus_out ();
1420 } 1382 }
1421#endif 1383#endif
1422 } 1384 }
1423 break;
1424
1425 case MappingNotify:
1426 XRefreshKeyboardMapping (&ev.xmapping);
1427 break; 1385 break;
1428 1386
1429 /* 1387 /*
1430 * XXX: this is not the _current_ arrangement 1388 * XXX: this is not the _current_ arrangement
1431 * Here's my conclusion: 1389 * Here's my conclusion:
1450 break; 1408 break;
1451 } 1409 }
1452 break; 1410 break;
1453 1411
1454 case FocusIn: 1412 case FocusIn:
1413 if (ev.xfocus.detail != NotifyInferior
1414 && ev.xfocus.detail != NotifyPointer
1415 && ev.xfocus.mode != NotifyGrab)
1455 focus_in (); 1416 focus_in ();
1456 break; 1417 break;
1457 1418
1458 case FocusOut: 1419 case FocusOut:
1420 if (ev.xfocus.detail != NotifyInferior
1421 && ev.xfocus.detail != NotifyPointer
1422 && ev.xfocus.mode != NotifyGrab)
1459 focus_out (); 1423 focus_out ();
1460 break; 1424 break;
1461 1425
1462 case ConfigureNotify: 1426 case ConfigureNotify:
1427 /*fprintf (stderr, "ConfigureNotify for %X, parent is %X, geom is %dx%d%+d%+d, old geom was %dx%d\n",
1428 ev.xconfigure.window, parent[0], ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconfigure.y,
1429 szHint.width, szHint.height);*/
1463 if (ev.xconfigure.window == parent[0]) 1430 if (ev.xconfigure.window == parent[0])
1464 { 1431 {
1465 while (XCheckTypedWindowEvent (disp, ev.xconfigure.window, ConfigureNotify, &ev)) 1432 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1466 ; 1433 ;
1467 1434
1468 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1435 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1469 { 1436 {
1470 seen_resize = 1; 1437 seen_resize = 1;
1471 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1438 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1472 } 1439 }
1440 else
1441 {
1442#ifdef HAVE_BG_PIXMAP
1443 if (bgPixmap.window_position_sensitive ())
1444 {
1445 if (mapped)
1446 update_background ();
1447 else
1448 bgPixmap.invalidate ();
1449 }
1450#endif
1451 }
1473 1452
1474 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1453 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1475
1476#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1477 if (OPTION (Opt_transparent))
1478 check_our_parents ();
1479#endif
1480 } 1454 }
1481 break; 1455 break;
1482 1456
1483 case PropertyNotify: 1457 case PropertyNotify:
1484 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END))) 1458 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END)))
1500 case SelectionRequest: 1474 case SelectionRequest:
1501 selection_send (ev.xselectionrequest); 1475 selection_send (ev.xselectionrequest);
1502 break; 1476 break;
1503 1477
1504 case MapNotify: 1478 case MapNotify:
1479#ifdef HAVE_BG_PIXMAP
1480 /* This is needed spcifically to fix the case of no window manager or a
1481 * non-reparenting window manager. In those cases we never get first
1482 * ConfigureNotify. Also that speeds startup under normal WM, by taking
1483 * care of multiplicity of ConfigureNotify events arriwing while WM does
1484 * reparenting.
1485 * We should not render background immidiately, as there could be several
1486 * ConfigureNotify's to follow. Lets take care of all of them in one scoop
1487 * by scheduling background redraw as soon as we can, but giving a short
1488 * bit of time for ConfigureNotifies to arrive.
1489 * We should render background PRIOR to drawing any text, but AFTER all
1490 * of ConfigureNotifys for the best results.
1491 */
1492 if (bgPixmap.flags & bgPixmap_t::isInvalid)
1493 update_background_ev.start (0.025);
1494#endif
1505 mapped = 1; 1495 mapped = 1;
1506#ifdef TEXT_BLINK 1496#ifdef TEXT_BLINK
1507 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL); 1497 text_blink_ev.start ();
1508#endif 1498#endif
1509 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1499 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1510 break; 1500 break;
1511 1501
1512 case UnmapNotify: 1502 case UnmapNotify:
1514#ifdef TEXT_BLINK 1504#ifdef TEXT_BLINK
1515 text_blink_ev.stop (); 1505 text_blink_ev.stop ();
1516#endif 1506#endif
1517 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1507 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1518 break; 1508 break;
1519
1520#ifdef TRANSPARENT
1521 case ReparentNotify:
1522 rootwin_cb (ev);
1523 break;
1524#endif /* TRANSPARENT */
1525 1509
1526 case GraphicsExpose: 1510 case GraphicsExpose:
1527 case Expose: 1511 case Expose:
1528 if (ev.xany.window == vt) 1512 if (ev.xany.window == vt)
1529 { 1513 {
1530 do 1514 do
1515 {
1531 scr_expose (ev.xexpose.x, ev.xexpose.y, 1516 scr_expose (ev.xexpose.x, ev.xexpose.y,
1532 ev.xexpose.width, ev.xexpose.height, False); 1517 ev.xexpose.width, ev.xexpose.height, False);
1518 }
1533 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)); 1519 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev));
1534 1520
1535 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1521 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1536 1522
1537 while (XCheckTypedWindowEvent (disp, vt, ev.xany.type, &ev)) 1523 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev))
1524 {
1538 scr_expose (ev.xexpose.x, ev.xexpose.y, 1525 scr_expose (ev.xexpose.x, ev.xexpose.y,
1539 ev.xexpose.width, ev.xexpose.height, False); 1526 ev.xexpose.width, ev.xexpose.height, False);
1527 }
1540 1528
1541 want_refresh = 1; 1529 want_refresh = 1;
1542 } 1530 }
1543 else 1531 else
1544 { 1532 {
1545 XEvent unused_event; 1533 XEvent unused_event;
1546 1534
1547 while (XCheckTypedWindowEvent (disp, ev.xany.window, Expose, &unused_event)) 1535 while (XCheckTypedWindowEvent (dpy, ev.xany.window, Expose, &unused_event))
1548 ; 1536 ;
1549 while (XCheckTypedWindowEvent (disp, ev.xany.window, GraphicsExpose, &unused_event)) 1537 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event))
1550 ; 1538 ;
1551 1539
1552 if (isScrollbarWindow (ev.xany.window)) 1540 if (scrollBar.state && ev.xany.window == scrollBar.win)
1553 { 1541 {
1554 scrollBar.setIdle (); 1542 scrollBar.state = STATE_IDLE;
1555 scrollbar_show (0); 1543 scrollBar.show (0);
1556 } 1544 }
1557
1558#ifdef TRANSPARENT
1559 if (am_transparent && ev.xany.window == parent[0])
1560 XClearWindow (disp, ev.xany.window);
1561#endif
1562 } 1545 }
1563 break; 1546 break;
1564 1547
1565 case MotionNotify: 1548 case MotionNotify:
1566#ifdef POINTER_BLANK 1549#ifdef POINTER_BLANK
1567 if (hidden_pointer) 1550 if (hidden_pointer)
1568 pointer_unblank (); 1551 pointer_unblank ();
1569#endif 1552#endif
1553 if ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask))
1554 || priv_modes & PrivMode_MouseAnyEvent)
1555 mouse_report (ev.xbutton);
1570 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1556 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1571 break; 1557 break;
1572 1558
1573 if (ev.xany.window == vt) 1559 if (ev.xany.window == vt)
1574 { 1560 {
1575 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY) 1561 if (SHOULD_INVOKE (HOOK_MOTION_NOTIFY)
1576 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END))) 1562 && HOOK_INVOKE ((this, HOOK_MOTION_NOTIFY, DT_XEVENT, &ev, DT_END)))
1577 ; // nop 1563 ; // nop
1578 else if (ev.xbutton.state & (Button1Mask | Button3Mask)) 1564 else if (ev.xbutton.state & (Button1Mask | Button3Mask))
1579 { 1565 {
1580 while (XCheckTypedWindowEvent (disp, vt, MotionNotify, &ev)) 1566 while (XCheckTypedWindowEvent (dpy, vt, MotionNotify, &ev))
1581 ; 1567 ;
1582 1568
1583 XQueryPointer (disp, vt, 1569 XQueryPointer (dpy, vt,
1584 &unused_root, &unused_child, 1570 &unused_root, &unused_child,
1585 &unused_root_x, &unused_root_y, 1571 &unused_root_x, &unused_root_y,
1586 &ev.xbutton.x, &ev.xbutton.y, 1572 &ev.xbutton.x, &ev.xbutton.y,
1587 &ev.xbutton.state); 1573 &ev.xbutton.state);
1588#ifdef MOUSE_THRESHOLD 1574#ifdef MOUSE_THRESHOLD
1608 int dist; 1594 int dist;
1609 1595
1610 /* don't clobber the current delay if we are 1596 /* don't clobber the current delay if we are
1611 * already in the middle of scrolling. 1597 * already in the middle of scrolling.
1612 */ 1598 */
1613 if (!sel_scroll_ev.active) 1599 if (!sel_scroll_ev.is_active ())
1614 sel_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 1600 sel_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
1615 1601
1616 /* save the event params so we can highlight 1602 /* save the event params so we can highlight
1617 * the selection in the pending-scroll loop 1603 * the selection in the pending-scroll loop
1618 */ 1604 */
1619 selection_save_x = ev.xbutton.x; 1605 selection_save_x = ev.xbutton.x;
1641 else 1627 else
1642 { 1628 {
1643 /* we are within the text window, so we 1629 /* we are within the text window, so we
1644 * shouldn't be scrolling 1630 * shouldn't be scrolling
1645 */ 1631 */
1646 if (sel_scroll_ev.active)
1647 sel_scroll_ev.stop(); 1632 sel_scroll_ev.stop();
1648 } 1633 }
1649#endif 1634#endif
1650#ifdef MOUSE_THRESHOLD 1635#ifdef MOUSE_THRESHOLD
1651 } 1636 }
1652#endif 1637#endif
1653 } 1638 }
1654 } 1639 }
1655 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ()) 1640 else if (scrollBar.state == STATE_MOTION && ev.xany.window == scrollBar.win)
1656 { 1641 {
1657 while (XCheckTypedWindowEvent (disp, scrollBar.win, 1642 while (XCheckTypedWindowEvent (dpy, scrollBar.win,
1658 MotionNotify, &ev)) 1643 MotionNotify, &ev))
1659 ; 1644 ;
1660 1645
1661 XQueryPointer (disp, scrollBar.win, 1646 XQueryPointer (dpy, scrollBar.win,
1662 &unused_root, &unused_child, 1647 &unused_root, &unused_child,
1663 &unused_root_x, &unused_root_y, 1648 &unused_root_x, &unused_root_y,
1664 &ev.xbutton.x, &ev.xbutton.y, 1649 &ev.xbutton.x, &ev.xbutton.y,
1665 &unused_mask); 1650 &unused_mask);
1666 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1651 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1667 scrollbar_size ()); 1652 scrollBar.size ());
1668 want_refresh = 1; 1653 want_refresh = 1;
1669 refresh_limit = 0;
1670 scrollbar_show (1); 1654 scrollBar.show (1);
1671 } 1655 }
1672 break; 1656 break;
1673 } 1657 }
1674 1658
1675skip_switch: ;
1676
1677#if defined(CURSOR_BLINK) 1659#if defined(CURSOR_BLINK)
1678 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress) 1660 if (option (Opt_cursorBlink) && ev.type == KeyPress)
1679 { 1661 {
1680 if (hidden_cursor) 1662 if (hidden_cursor)
1681 { 1663 {
1682 hidden_cursor = 0; 1664 hidden_cursor = 0;
1683 want_refresh = 1; 1665 want_refresh = 1;
1684 } 1666 }
1685 1667
1686 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1668 cursor_blink_ev.again ();
1687 } 1669 }
1688#endif 1670#endif
1689 1671
1690#if defined(POINTER_BLANK) 1672#if defined(POINTER_BLANK)
1691 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0) 1673 if (option (Opt_pointerBlank) && pointerBlankDelay > 0)
1692 { 1674 {
1693 if (ev.type == MotionNotify 1675 if (ev.type == MotionNotify
1694 || ev.type == ButtonPress 1676 || ev.type == ButtonPress
1695 || ev.type == ButtonRelease) 1677 || ev.type == ButtonRelease)
1696 if (hidden_pointer) 1678 if (hidden_pointer)
1698 1680
1699 if (ev.type == KeyPress && hidden_pointer == 0) 1681 if (ev.type == KeyPress && hidden_pointer == 0)
1700 pointer_blank (); 1682 pointer_blank ();
1701 } 1683 }
1702#endif 1684#endif
1685
1686 refresh_check ();
1687}
1688
1689void
1690rxvt_term::set_urgency (bool enable)
1691{
1692 if (enable == urgency_hint)
1693 return;
1694
1695 if (XWMHints *h = XGetWMHints (dpy, parent[0]))
1696 {
1697 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);
1698 XSetWMHints (dpy, parent[0], h);
1699 urgency_hint = enable;
1700 }
1703} 1701}
1704 1702
1705void 1703void
1706rxvt_term::focus_in () 1704rxvt_term::focus_in ()
1707{ 1705{
1708 if (!focus) 1706 if (!focus)
1709 { 1707 {
1710 focus = 1; 1708 focus = 1;
1711 want_refresh = 1; 1709 want_refresh = 1;
1712 1710
1713 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1714
1715#if USE_XIM 1711#if USE_XIM
1716 if (Input_Context != NULL) 1712 if (Input_Context != NULL)
1717 { 1713 {
1718 IMSetStatusPosition (); 1714 IMSetPosition ();
1719 XSetICFocus (Input_Context); 1715 XSetICFocus (Input_Context);
1720 } 1716 }
1721#endif 1717#endif
1722#if CURSOR_BLINK 1718#if CURSOR_BLINK
1723 if (OPTION (Opt_cursorBlink)) 1719 if (option (Opt_cursorBlink))
1724 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1720 cursor_blink_ev.again ();
1725#endif 1721#endif
1726#if OFF_FOCUS_FADING 1722#if OFF_FOCUS_FADING
1727 if (rs[Rs_fade]) 1723 if (rs[Rs_fade])
1728 { 1724 {
1729 pix_colors = pix_colors_focused; 1725 pix_colors = pix_colors_focused;
1730 scr_recolour (); 1726 scr_recolour ();
1731 } 1727 }
1732#endif 1728#endif
1729#if ENABLE_FRILLS
1730 if (option (Opt_urgentOnBell))
1731 set_urgency (0);
1732#endif
1733
1734 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1733 } 1735 }
1734} 1736}
1735 1737
1736void 1738void
1737rxvt_term::focus_out () 1739rxvt_term::focus_out ()
1739 if (focus) 1741 if (focus)
1740 { 1742 {
1741 focus = 0; 1743 focus = 0;
1742 want_refresh = 1; 1744 want_refresh = 1;
1743 1745
1744 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1746#if ENABLE_FRILLS
1745 1747 if (option (Opt_urgentOnBell))
1748 set_urgency (0);
1749#endif
1746#if ENABLE_FRILLS || ISO_14755 1750#if ENABLE_FRILLS || ISO_14755
1747 if (iso14755buf) 1751 if (iso14755buf)
1748 { 1752 {
1749 iso14755buf = 0; 1753 iso14755buf = 0;
1750# if ENABLE_OVERLAY 1754# if ISO_14755
1751 scr_overlay_off (); 1755 scr_overlay_off ();
1752# endif 1756# endif
1753 } 1757 }
1754#endif 1758#endif
1755#if USE_XIM 1759#if USE_XIM
1756 if (Input_Context != NULL) 1760 if (Input_Context != NULL)
1757 XUnsetICFocus (Input_Context); 1761 XUnsetICFocus (Input_Context);
1758#endif 1762#endif
1759#if CURSOR_BLINK 1763#if CURSOR_BLINK
1760 if (OPTION (Opt_cursorBlink)) 1764 if (option (Opt_cursorBlink))
1761 cursor_blink_ev.stop (); 1765 cursor_blink_ev.stop ();
1766
1762 hidden_cursor = 0; 1767 hidden_cursor = 0;
1763#endif 1768#endif
1764#if OFF_FOCUS_FADING 1769#if OFF_FOCUS_FADING
1765 if (rs[Rs_fade]) 1770 if (rs[Rs_fade])
1766 { 1771 {
1767 pix_colors = pix_colors_unfocused; 1772 pix_colors = pix_colors_unfocused;
1768 scr_recolour (); 1773 scr_recolour ();
1769 } 1774 }
1770#endif 1775#endif
1776
1777 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1778 }
1779}
1780
1781void
1782rxvt_term::update_fade_color (unsigned int idx)
1783{
1784#if OFF_FOCUS_FADING
1785 if (rs[Rs_fade])
1771 } 1786 {
1787 rgba c;
1788 pix_colors [Color_fade].get (c);
1789 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1790 }
1791#endif
1772} 1792}
1773 1793
1774#if TRANSPARENT 1794#if ENABLE_TRANSPARENCY || ENABLE_PERL
1775void 1795void
1776rxvt_term::rootwin_cb (XEvent &ev) 1796rxvt_term::rootwin_cb (XEvent &ev)
1777{ 1797{
1778 make_current (); 1798 make_current ();
1779 1799
1800 if (SHOULD_INVOKE (HOOK_ROOT_EVENT)
1801 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END)))
1802 return;
1803
1804# if ENABLE_TRANSPARENCY
1780 switch (ev.type) 1805 switch (ev.type)
1781 { 1806 {
1782 case PropertyNotify: 1807 case PropertyNotify:
1783 /* 1808 /*
1784 * if user used some Esetroot compatible prog to set the root bg, 1809 * if user used some Esetroot compatible prog to set the root bg,
1785 * use the property to determine the pixmap. We use it later on. 1810 * use the property to determine the pixmap. We use it later on.
1786 */ 1811 */
1787 if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID] 1812 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1788 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1813 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1789 return; 1814 {
1815 bgPixmap.set_root_pixmap ();
1816 update_background ();
1817 }
1790 1818
1791 /* FALLTHROUGH */
1792 case ReparentNotify:
1793 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1794 want_refresh = want_full_refresh = 1;
1795 break; 1819 break;
1796 } 1820 }
1821# endif
1822
1823 refresh_check ();
1797} 1824}
1798#endif 1825#endif
1799 1826
1800void 1827void
1801rxvt_term::button_press (XButtonEvent &ev) 1828rxvt_term::button_press (XButtonEvent &ev)
1856 mouse_report (ev); 1883 mouse_report (ev);
1857 } 1884 }
1858#else 1885#else
1859 MEvent.button = ev.button; 1886 MEvent.button = ev.button;
1860 mouse_report (ev); 1887 mouse_report (ev);
1861#endif /* MOUSE_REPORT_DOUBLECLICK */ 1888#endif /* MOUSE_REPORT_DOUBLECLICK */
1862 1889
1863 } 1890 }
1864 else 1891 else
1865 { 1892 {
1866 if (ev.button != MEvent.button) 1893 if (ev.button != MEvent.button)
1914 } 1941 }
1915 1942
1916 /* 1943 /*
1917 * Scrollbar window processing of button press 1944 * Scrollbar window processing of button press
1918 */ 1945 */
1919 if (isScrollbarWindow (ev.window)) 1946 if (scrollBar.state && ev.window == scrollBar.win)
1920 { 1947 {
1921 scrollBar.setIdle (); 1948 page_dirn direction = NO_DIR;
1949
1950 if (scrollBar.upButton (ev.y))
1951 direction = UP; /* up */
1952 else if (scrollBar.dnButton (ev.y))
1953 direction = DN; /* down */
1954
1955 scrollBar.state = STATE_IDLE;
1922 /* 1956 /*
1923 * Rxvt-style scrollbar: 1957 * Rxvt-style scrollbar:
1924 * move up if mouse is above slider 1958 * move up if mouse is above slider
1925 * move dn if mouse is below slider 1959 * move dn if mouse is below slider
1926 * 1960 *
1935 /* 1969 /*
1936 * Mouse report disabled scrollbar: 1970 * Mouse report disabled scrollbar:
1937 * arrow buttons - send up/down 1971 * arrow buttons - send up/down
1938 * click on scrollbar - send pageup/down 1972 * click on scrollbar - send pageup/down
1939 */ 1973 */
1940 if ((scrollBar.style == R_SB_NEXT 1974 if (direction == UP)
1941 && scrollbarnext_upButton (ev.y))
1942 || (scrollBar.style == R_SB_RXVT
1943 && scrollbarrxvt_upButton (ev.y)))
1944 tt_printf ("\033[A"); 1975 tt_printf ("\033[A");
1945 else if ((scrollBar.style == R_SB_NEXT 1976 else if (direction == DN)
1946 && scrollbarnext_dnButton (ev.y))
1947 || (scrollBar.style == R_SB_RXVT
1948 && scrollbarrxvt_dnButton (ev.y)))
1949 tt_printf ("\033[B"); 1977 tt_printf ("\033[B");
1950 else 1978 else
1951 switch (ev.button) 1979 switch (ev.button)
1952 { 1980 {
1953 case Button2: 1981 case Button2:
1960 tt_printf ("\033[5~"); 1988 tt_printf ("\033[5~");
1961 break; 1989 break;
1962 } 1990 }
1963 } 1991 }
1964 else 1992 else
1965#endif /* NO_SCROLLBAR_REPORT */ 1993#endif /* NO_SCROLLBAR_REPORT */
1966
1967 {
1968 char upordown = 0;
1969
1970 if (scrollBar.style == R_SB_NEXT)
1971 { 1994 {
1972 if (scrollbarnext_upButton (ev.y)) 1995 if (direction != NO_DIR)
1973 upordown = -1; /* up */
1974 else if (scrollbarnext_dnButton (ev.y))
1975 upordown = 1; /* down */
1976 }
1977 else if (scrollBar.style == R_SB_RXVT)
1978 {
1979 if (scrollbarrxvt_upButton (ev.y))
1980 upordown = -1; /* up */
1981 else if (scrollbarrxvt_dnButton (ev.y))
1982 upordown = 1; /* down */
1983 }
1984 if (upordown)
1985 { 1996 {
1986#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1997#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1998 if (!cont_scroll_ev.is_active ())
1987 cont_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 1999 cont_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
1988#endif 2000#endif
1989 if (scr_page (upordown < 0 ? UP : DN, 1)) 2001 if (scr_page (direction, 1))
1990 { 2002 {
1991 if (upordown < 0) 2003 if (direction == UP)
1992 scrollBar.setUp (); 2004 scrollBar.state = STATE_UP;
1993 else 2005 else
1994 scrollBar.setDn (); 2006 scrollBar.state = STATE_DOWN;
1995 } 2007 }
1996 } 2008 }
1997 else 2009 else
1998 switch (ev.button) 2010 switch (ev.button)
1999 { 2011 {
2000 case Button2: 2012 case Button2:
2001 switch (scrollbar_align) 2013 switch (scrollBar.align)
2002 { 2014 {
2003 case R_SB_ALIGN_TOP: 2015 case R_SB_ALIGN_TOP:
2004 csrO = 0; 2016 csrO = 0;
2005 break; 2017 break;
2006 case R_SB_ALIGN_CENTRE: 2018 case R_SB_ALIGN_CENTRE:
2012 } 2024 }
2013 2025
2014 if (scrollBar.style == R_SB_XTERM 2026 if (scrollBar.style == R_SB_XTERM
2015 || scrollbar_above_slider (ev.y) 2027 || scrollbar_above_slider (ev.y)
2016 || scrollbar_below_slider (ev.y)) 2028 || scrollbar_below_slider (ev.y))
2017 scr_move_to (scrollbar_position (ev.y) - csrO, scrollbar_size ()); 2029 scr_move_to (scrollbar_position (ev.y) - csrO, scrollBar.size ());
2018 2030
2019 scrollBar.setMotion (); 2031 scrollBar.state = STATE_MOTION;
2020 break; 2032 break;
2021 2033
2022 case Button1: 2034 case Button1:
2023 if (scrollbar_align == R_SB_ALIGN_CENTRE) 2035 if (scrollBar.align == R_SB_ALIGN_CENTRE)
2024 csrO = ev.y - scrollBar.top; 2036 csrO = ev.y - scrollBar.top;
2025 /* FALLTHROUGH */ 2037 /* FALLTHROUGH */
2026 2038
2027 case Button3: 2039 case Button3:
2028 if (scrollBar.style != R_SB_XTERM) 2040 if (scrollBar.style != R_SB_XTERM)
2038 scr_page (DN, nrow - 1); 2050 scr_page (DN, nrow - 1);
2039# else 2051# else
2040 scr_page (DN, nrow / 4); 2052 scr_page (DN, nrow / 4);
2041# endif 2053# endif
2042 else 2054 else
2043 scrollBar.setMotion (); 2055 scrollBar.state = STATE_MOTION;
2044 } 2056 }
2045 else 2057 else
2046 { 2058 {
2047 scr_page ((ev.button == Button1 ? DN : UP), 2059 scr_page ((ev.button == Button1 ? DN : UP),
2048 (nrow 2060 (nrow
2049 * scrollbar_position (ev.y) 2061 * scrollbar_position (ev.y)
2050 / scrollbar_size ())); 2062 / scrollBar.size ()));
2051 } 2063 }
2052 2064
2053 break; 2065 break;
2054 } 2066 }
2055 } 2067 }
2065 2077
2066 csrO = 0; /* reset csr Offset */ 2078 csrO = 0; /* reset csr Offset */
2067 if (!bypass_keystate) 2079 if (!bypass_keystate)
2068 reportmode = !! (priv_modes & PrivMode_mouse_report); 2080 reportmode = !! (priv_modes & PrivMode_mouse_report);
2069 2081
2070 if (scrollbar_isUpDn ()) 2082 if (scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
2071 { 2083 {
2072 scrollBar.setIdle (); 2084 scrollBar.state = STATE_IDLE;
2073 scrollbar_show (0); 2085 scrollBar.show (0);
2074 } 2086 }
2075 2087
2076#ifdef SELECTION_SCROLLING 2088#ifdef SELECTION_SCROLLING
2077 if (sel_scroll_ev.active)
2078 sel_scroll_ev.stop(); 2089 sel_scroll_ev.stop();
2079#endif 2090#endif
2080 2091
2081 if (ev.window == vt) 2092 if (ev.window == vt)
2082 { 2093 {
2083 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END))) 2094 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2107 mouse_report (ev); 2118 mouse_report (ev);
2108 } 2119 }
2109#else /* MOUSE_REPORT_DOUBLECLICK */ 2120#else /* MOUSE_REPORT_DOUBLECLICK */
2110 MEvent.button = AnyButton; 2121 MEvent.button = AnyButton;
2111 mouse_report (ev); 2122 mouse_report (ev);
2112#endif /* MOUSE_REPORT_DOUBLECLICK */ 2123#endif /* MOUSE_REPORT_DOUBLECLICK */
2113 return; 2124 return;
2114 } 2125 }
2115 2126
2116 /* 2127 /*
2117 * dumb hack to compensate for the failure of click-and-drag 2128 * dumb hack to compensate for the failure of click-and-drag
2129 selection_make (ev.time); 2140 selection_make (ev.time);
2130 break; 2141 break;
2131 2142
2132 case Button2: 2143 case Button2:
2133 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2144 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2134 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary); 2145 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2135 break; 2146 break;
2136 2147
2137#ifdef MOUSE_WHEEL 2148#ifdef MOUSE_WHEEL
2138 case Button4: 2149 case Button4:
2139 case Button5: 2150 case Button5:
2143 2154
2144 v = ev.button == Button4 ? UP : DN; 2155 v = ev.button == Button4 ? UP : DN;
2145 2156
2146 if (ev.state & ShiftMask) 2157 if (ev.state & ShiftMask)
2147 i = 1; 2158 i = 1;
2148 else if (OPTION (Opt_mouseWheelScrollPage)) 2159 else if (option (Opt_mouseWheelScrollPage))
2149 i = nrow - 1; 2160 i = nrow - 1;
2150 else 2161 else
2151 i = 5; 2162 i = 5;
2152 2163
2153# ifdef MOUSE_SLIP_WHEELING 2164# ifdef MOUSE_SLIP_WHEELING
2155 { 2166 {
2156 mouse_slip_wheel_speed += v ? -1 : 1; 2167 mouse_slip_wheel_speed += v ? -1 : 1;
2157 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow; 2168 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow;
2158 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow; 2169 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow;
2159 2170
2160 if (slip_wheel_ev.at < NOW) 2171 if (!slip_wheel_ev.is_active ())
2161 slip_wheel_ev.at = NOW + SCROLLBAR_CONTINUOUS_DELAY; 2172 slip_wheel_ev.start (SCROLLBAR_CONTINUOUS_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2162
2163 slip_wheel_ev.start ();
2164 } 2173 }
2165 else 2174 else
2175# endif
2166 { 2176 {
2167# endif
2168 scr_page (v, i); 2177 scr_page (v, i);
2169 scrollbar_show (1); 2178 scrollBar.show (1);
2170# ifdef MOUSE_SLIP_WHEELING
2171 } 2179 }
2172# endif
2173 } 2180 }
2174 break; 2181 break;
2175#endif 2182#endif
2176 } 2183 }
2177 } 2184 }
2178} 2185}
2179 2186
2180#ifdef TRANSPARENT
2181#if TINTING
2182/* taken from aterm-0.4.2 */
2183
2184typedef uint32_t RUINT32T;
2185
2186void ShadeXImage(rxvt_display *display, XImage* srcImage, int shade, int rm, int gm, int bm)
2187{
2188 int sh_r, sh_g, sh_b;
2189 RUINT32T mask_r, mask_g, mask_b;
2190 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2191 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2192 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2193 int i;
2194
2195 Visual *visual = display->visual;
2196
2197 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2198
2199 /* for convenience */
2200 mask_r = visual->red_mask;
2201 mask_g = visual->green_mask;
2202 mask_b = visual->blue_mask;
2203
2204 /* boring lookup table pre-initialization */
2205 switch (srcImage->bits_per_pixel) {
2206 case 15:
2207 if ((mask_r != 0x7c00) ||
2208 (mask_g != 0x03e0) ||
2209 (mask_b != 0x001f))
2210 return;
2211 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32));
2212 lookup_r = lookup;
2213 lookup_g = lookup+32;
2214 lookup_b = lookup+32+32;
2215 sh_r = 10;
2216 sh_g = 5;
2217 sh_b = 0;
2218 break;
2219 case 16:
2220 if ((mask_r != 0xf800) ||
2221 (mask_g != 0x07e0) ||
2222 (mask_b != 0x001f))
2223 return;
2224 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32));
2225 lookup_r = lookup;
2226 lookup_g = lookup+32;
2227 lookup_b = lookup+32+64;
2228 sh_r = 11;
2229 sh_g = 5;
2230 sh_b = 0;
2231 break;
2232 case 24:
2233 if ((mask_r != 0xff0000) ||
2234 (mask_g != 0x00ff00) ||
2235 (mask_b != 0x0000ff))
2236 return;
2237 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2238 lookup_r = lookup;
2239 lookup_g = lookup+256;
2240 lookup_b = lookup+256+256;
2241 sh_r = 16;
2242 sh_g = 8;
2243 sh_b = 0;
2244 break;
2245 case 32:
2246 if ((mask_r != 0xff0000) ||
2247 (mask_g != 0x00ff00) ||
2248 (mask_b != 0x0000ff))
2249 return;
2250 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2251 lookup_r = lookup;
2252 lookup_g = lookup+256;
2253 lookup_b = lookup+256+256;
2254 sh_r = 16;
2255 sh_g = 8;
2256 sh_b = 0;
2257 break;
2258 default:
2259 return; /* we do not support this color depth */
2260 }
2261
2262 /* prepare limits for color transformation (each channel is handled separately) */
2263 if (shade < 0) {
2264 shade = -shade;
2265 if (shade < 0) shade = 0;
2266 if (shade > 100) shade = 100;
2267
2268 lower_lim_r = 65535-rm;
2269 lower_lim_g = 65535-gm;
2270 lower_lim_b = 65535-bm;
2271
2272 lower_lim_r = 65535-(unsigned int)(((RUINT32T)lower_lim_r)*((RUINT32T)shade)/100);
2273 lower_lim_g = 65535-(unsigned int)(((RUINT32T)lower_lim_g)*((RUINT32T)shade)/100);
2274 lower_lim_b = 65535-(unsigned int)(((RUINT32T)lower_lim_b)*((RUINT32T)shade)/100);
2275
2276 upper_lim_r = upper_lim_g = upper_lim_b = 65535;
2277 } else {
2278 if (shade < 0) shade = 0;
2279 if (shade > 100) shade = 100;
2280
2281 lower_lim_r = lower_lim_g = lower_lim_b = 0;
2282
2283 upper_lim_r = (unsigned int)((((RUINT32T)rm)*((RUINT32T)shade))/100);
2284 upper_lim_g = (unsigned int)((((RUINT32T)gm)*((RUINT32T)shade))/100);
2285 upper_lim_b = (unsigned int)((((RUINT32T)bm)*((RUINT32T)shade))/100);
2286 }
2287
2288 /* switch red and blue bytes if necessary, we need it for some weird XServers like XFree86 3.3.3.1 */
2289 if ((srcImage->bits_per_pixel == 24) && (mask_r >= 0xFF0000 ))
2290 {
2291 unsigned int tmp;
2292
2293 tmp = lower_lim_r;
2294 lower_lim_r = lower_lim_b;
2295 lower_lim_b = tmp;
2296
2297 tmp = upper_lim_r;
2298 upper_lim_r = upper_lim_b;
2299 upper_lim_b = tmp;
2300 }
2301
2302 /* fill our lookup tables */
2303 for (i = 0; i <= mask_r>>sh_r; i++)
2304 {
2305 RUINT32T tmp;
2306 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_r-lower_lim_r));
2307 tmp += ((RUINT32T)(mask_r>>sh_r))*((RUINT32T)lower_lim_r);
2308 lookup_r[i] = (tmp/65535)<<sh_r;
2309 }
2310 for (i = 0; i <= mask_g>>sh_g; i++)
2311 {
2312 RUINT32T tmp;
2313 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_g-lower_lim_g));
2314 tmp += ((RUINT32T)(mask_g>>sh_g))*((RUINT32T)lower_lim_g);
2315 lookup_g[i] = (tmp/65535)<<sh_g;
2316 }
2317 for (i = 0; i <= mask_b>>sh_b; i++)
2318 {
2319 RUINT32T tmp;
2320 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_b-lower_lim_b));
2321 tmp += ((RUINT32T)(mask_b>>sh_b))*((RUINT32T)lower_lim_b);
2322 lookup_b[i] = (tmp/65535)<<sh_b;
2323 }
2324
2325 /* apply table to input image (replacing colors by newly calculated ones) */
2326 switch (srcImage->bits_per_pixel)
2327 {
2328 case 15:
2329 {
2330 unsigned short *p1, *pf, *p, *pl;
2331 p1 = (unsigned short *) srcImage->data;
2332 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2333 while (p1 < pf)
2334 {
2335 p = p1;
2336 pl = p1 + srcImage->width;
2337 for (; p < pl; p++)
2338 {
2339 *p = lookup_r[(*p & 0x7c00)>>10] |
2340 lookup_g[(*p & 0x03e0)>> 5] |
2341 lookup_b[(*p & 0x001f)];
2342 }
2343 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2344 }
2345 break;
2346 }
2347 case 16:
2348 {
2349 unsigned short *p1, *pf, *p, *pl;
2350 p1 = (unsigned short *) srcImage->data;
2351 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2352 while (p1 < pf)
2353 {
2354 p = p1;
2355 pl = p1 + srcImage->width;
2356 for (; p < pl; p++)
2357 {
2358 *p = lookup_r[(*p & 0xf800)>>11] |
2359 lookup_g[(*p & 0x07e0)>> 5] |
2360 lookup_b[(*p & 0x001f)];
2361 }
2362 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2363 }
2364 break;
2365 }
2366 case 24:
2367 {
2368 unsigned char *p1, *pf, *p, *pl;
2369 p1 = (unsigned char *) srcImage->data;
2370 pf = (unsigned char *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2371 while (p1 < pf)
2372 {
2373 p = p1;
2374 pl = p1 + srcImage->width * 3;
2375 for (; p < pl; p += 3)
2376 {
2377 p[0] = lookup_r[(p[0] & 0xff0000)>>16];
2378 p[1] = lookup_r[(p[1] & 0x00ff00)>> 8];
2379 p[2] = lookup_r[(p[2] & 0x0000ff)];
2380 }
2381 p1 = (unsigned char *) ((char *) p1 + srcImage->bytes_per_line);
2382 }
2383 break;
2384 }
2385 case 32:
2386 {
2387 RUINT32T *p1, *pf, *p, *pl;
2388 p1 = (RUINT32T *) srcImage->data;
2389 pf = (RUINT32T *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2390
2391 while (p1 < pf)
2392 {
2393 p = p1;
2394 pl = p1 + srcImage->width;
2395 for (; p < pl; p++)
2396 {
2397 *p = lookup_r[(*p & 0xff0000)>>16] |
2398 lookup_g[(*p & 0x00ff00)>> 8] |
2399 lookup_b[(*p & 0x0000ff)] |
2400 (*p & ~0xffffff);
2401 }
2402 p1 = (RUINT32T *) ((char *) p1 + srcImage->bytes_per_line);
2403 }
2404 break;
2405 }
2406 }
2407
2408 free (lookup);
2409}
2410#endif
2411
2412/*
2413 * Check our parents are still who we think they are.
2414 * Do transparency updates if required
2415 */
2416int
2417rxvt_term::check_our_parents ()
2418{
2419 int i, pchanged, aformat, have_pixmap, rootdepth;
2420 unsigned long nitems, bytes_after;
2421 Atom atype;
2422 unsigned char *prop = NULL;
2423 Window root, oldp, *list;
2424 Pixmap rootpixmap = None;
2425 XWindowAttributes wattr, wrootattr;
2426 dDisp;
2427
2428 pchanged = 0;
2429
2430 if (!OPTION (Opt_transparent))
2431 return pchanged; /* Don't try any more */
2432
2433 XGetWindowAttributes (disp, display->root, &wrootattr);
2434 rootdepth = wrootattr.depth;
2435
2436 XGetWindowAttributes (disp, parent[0], &wattr);
2437
2438 if (rootdepth != wattr.depth)
2439 {
2440 if (am_transparent)
2441 {
2442 pchanged = 1;
2443 XSetWindowBackground (disp, vt, pix_colors_focused[Color_bg]);
2444 am_transparent = am_pixmap_trans = 0;
2445 }
2446
2447 return pchanged; /* Don't try any more */
2448 }
2449
2450 /* Get all X ops out of the queue so that our information is up-to-date. */
2451 XSync (disp, False);
2452
2453 /*
2454 * Make the frame window set by the window manager have
2455 * the root background. Some window managers put multiple nested frame
2456 * windows for each client, so we have to take care about that.
2457 */
2458 i = (xa[XA_XROOTPMAP_ID]
2459 && XGetWindowProperty (disp, display->root, xa[XA_XROOTPMAP_ID],
2460 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2461 &nitems, &bytes_after, &prop) == Success);
2462
2463 if (!i || prop == NULL)
2464 i = (xa[XA_ESETROOT_PMAP_ID]
2465 && XGetWindowProperty (disp, display->root, xa[XA_ESETROOT_PMAP_ID],
2466 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2467 &nitems, &bytes_after, &prop) == Success);
2468
2469 if (!i || prop == NULL
2470#if TINTING
2471 || !rs[Rs_color + Color_tint]
2472#endif
2473 )
2474 have_pixmap = 0;
2475 else
2476 {
2477 have_pixmap = 1;
2478 rootpixmap = *(Pixmap *)prop;
2479 XFree (prop);
2480 }
2481
2482 if (have_pixmap)
2483 {
2484 /*
2485 * Copy display->root pixmap transparency
2486 */
2487 int sx, sy, nx, ny;
2488 unsigned int nw, nh;
2489 Window cr;
2490 XImage *image;
2491 GC gc;
2492 XGCValues gcvalue;
2493
2494 XTranslateCoordinates (disp, parent[0], display->root,
2495 0, 0, &sx, &sy, &cr);
2496 nw = (unsigned int)szHint.width;
2497 nh = (unsigned int)szHint.height;
2498 nx = ny = 0;
2499
2500 if (sx < 0)
2501 {
2502 nw += sx;
2503 nx = -sx;
2504 sx = 0;
2505 }
2506
2507 if (sy < 0)
2508 {
2509 nh += sy;
2510 ny = -sy;
2511 sy = 0;
2512 }
2513
2514 min_it (nw, (unsigned int) (wrootattr.width - sx));
2515 min_it (nh, (unsigned int) (wrootattr.height - sy));
2516
2517 XSync (disp, False);
2518 allowedxerror = -1;
2519 image = XGetImage (disp, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2520
2521 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2522 /* XXX: may need a delay here? */
2523 allowedxerror = 0;
2524
2525 if (image == NULL)
2526 {
2527 if (am_transparent && am_pixmap_trans)
2528 {
2529 pchanged = 1;
2530 if (pixmap != None)
2531 {
2532 XFreePixmap (disp, pixmap);
2533 pixmap = None;
2534 }
2535 }
2536
2537 am_pixmap_trans = 0;
2538 }
2539 else
2540 {
2541 if (pixmap != None)
2542 XFreePixmap (disp, pixmap);
2543
2544#if TINTING
2545 if (ISSET_PIXCOLOR (Color_tint))
2546 {
2547 unsigned short rm, gm, bm;
2548 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100;
2549
2550 pix_colors_focused[Color_tint].get (display, rm, gm, bm);
2551
2552 ShadeXImage (display, image, shade, rm, gm, bm);
2553 }
2554#endif
2555
2556 pixmap = XCreatePixmap (disp, vt,
2557 szHint.width, szHint.height, image->depth);
2558 gc = XCreateGC (disp, vt, 0UL, &gcvalue);
2559 XPutImage (disp, pixmap, gc, image, 0, 0,
2560 nx, ny, image->width, image->height);
2561 XFreeGC (disp, gc);
2562 XDestroyImage (image);
2563 XSetWindowBackgroundPixmap (disp, parent[0], pixmap);
2564 XClearWindow (disp, parent[0]);
2565
2566 if (!am_transparent || !am_pixmap_trans)
2567 pchanged = 1;
2568
2569 am_transparent = am_pixmap_trans = 1;
2570 }
2571 }
2572
2573 if (am_pixmap_trans)
2574 XSetWindowBackgroundPixmap (disp, vt, ParentRelative);
2575 else
2576 {
2577 unsigned int n;
2578 /*
2579 * InheritPixmap transparency
2580 */
2581 for (i = 1; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2582 {
2583 oldp = parent[i];
2584 XQueryTree (disp, parent[i - 1], &root,
2585 &parent[i], &list, &n);
2586 XFree (list);
2587
2588 if (parent[i] == display->root)
2589 {
2590 if (oldp != None)
2591 pchanged = 1;
2592
2593 break;
2594 }
2595
2596 if (oldp != parent[i])
2597 pchanged = 1;
2598 }
2599
2600 n = 0;
2601
2602 if (pchanged)
2603 {
2604 for (; n < (unsigned int)i; n++)
2605 {
2606 XGetWindowAttributes (disp, parent[n], &wattr);
2607 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2608 {
2609 n = (int) (sizeof (parent) / sizeof (Window)) + 1;
2610 break;
2611 }
2612 }
2613 }
2614
2615 if (n > (int) (sizeof (parent) / sizeof (parent[0])))
2616 {
2617 XSetWindowBackground (disp, parent[0], pix_colors_focused[Color_border]);
2618 XSetWindowBackground (disp, vt, pix_colors_focused[Color_bg]);
2619 am_transparent = 0;
2620 /* XXX: also turn off Opt_transparent? */
2621 }
2622 else
2623 {
2624 for (n = 0; n < (unsigned int)i; n++)
2625 {
2626 XSetWindowBackgroundPixmap (disp, parent[n], ParentRelative);
2627 XClearWindow (disp, parent[n]);
2628 }
2629
2630 XSetWindowBackgroundPixmap (disp, vt, ParentRelative);
2631 am_transparent = 1;
2632 }
2633
2634 for (; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2635 parent[i] = None;
2636 }
2637
2638 if (scrollBar.win)
2639 {
2640 XSetWindowBackgroundPixmap (disp, scrollBar.win, ParentRelative);
2641 scrollBar.setIdle ();
2642 scrollbar_show (0);
2643 }
2644
2645 if (am_transparent)
2646 {
2647 want_refresh = want_full_refresh = 1;
2648 if (am_pixmap_trans)
2649 flush ();
2650 }
2651
2652 return pchanged;
2653}
2654#endif
2655
2656/*}}} */ 2187/*}}} */
2657 2188
2658bool 2189void
2659rxvt_term::cmd_parse () 2190rxvt_term::cmd_parse ()
2660{ 2191{
2661 bool flag = false;
2662 wchar_t ch = NOCHAR; 2192 wchar_t ch = NOCHAR;
2663 char *seq_begin; // remember start of esc-sequence here 2193 char *seq_begin; // remember start of esc-sequence here
2664 2194
2665 for (;;) 2195 for (;;)
2666 { 2196 {
2667 if (ch == NOCHAR) 2197 if (expect_false (ch == NOCHAR))
2668 { 2198 {
2669 seq_begin = cmdbuf_ptr; 2199 seq_begin = cmdbuf_ptr;
2670 ch = next_char (); 2200 ch = next_char ();
2671 2201
2672 if (ch == NOCHAR) 2202 if (ch == NOCHAR)
2673 break; 2203 break;
2674 } 2204 }
2675 2205
2676 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2206 if (expect_true (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT))
2677 { 2207 {
2678 if (!seen_input) 2208 if (expect_false (!seen_input))
2679 { 2209 {
2680 seen_input = 1; 2210 seen_input = 1;
2681 // many badly-written programs (e.g. jed) contain a race condition: 2211 // many badly-written programs (e.g. jed) contain a race condition:
2682 // they first read the screensize and then install a SIGWINCH handler. 2212 // they first read the screensize and then install a SIGWINCH handler.
2683 // some window managers resize the window early, and these programs 2213 // some window managers resize the window early, and these programs
2696 wchar_t *str = buf; 2226 wchar_t *str = buf;
2697 wchar_t *eol = str + min (ncol, UBUFSIZ); 2227 wchar_t *eol = str + min (ncol, UBUFSIZ);
2698 2228
2699 for (;;) 2229 for (;;)
2700 { 2230 {
2701 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)) 2231 if (expect_false (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)))
2702 break; 2232 break;
2703 2233
2704 *str++ = ch; 2234 *str++ = ch;
2705 2235
2706 if (ch == C0_LF || str >= eol) 2236 if (expect_false (ch == C0_LF || str >= eol))
2707 { 2237 {
2708 if (ch == C0_LF) 2238 if (ch == C0_LF)
2709 nlines++; 2239 nlines++;
2710 2240
2711 refresh_count++; 2241 refresh_count++;
2712 2242
2713 if (!OPTION (Opt_jumpScroll) 2243 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1)
2714 || (refresh_count >= refresh_limit * (nrow - 1)))
2715 { 2244 {
2716 refreshnow = true;
2717 refresh_count = 0; 2245 refresh_count = 0;
2246
2247 if (!option (Opt_skipScroll) || ev_time () > ev::now () + 1. / 60.)
2248 {
2249 refreshnow = true;
2718 ch = NOCHAR; 2250 ch = NOCHAR;
2719 break; 2251 break;
2252 }
2720 } 2253 }
2721 2254
2722 // scr_add_lines only works for nlines <= nrow - 1. 2255 // scr_add_lines only works for nlines <= nrow - 1.
2723 if (nlines >= nrow - 1) 2256 if (nlines >= nrow - 1)
2724 { 2257 {
2752 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))) 2285 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2753 scr_add_lines (buf, str - buf, nlines); 2286 scr_add_lines (buf, str - buf, nlines);
2754 2287
2755 /* 2288 /*
2756 * If there have been a lot of new lines, then update the screen 2289 * If there have been a lot of new lines, then update the screen
2757 * What the heck I'll cheat and only refresh less than every page-full. 2290 * What the heck we'll cheat and only refresh less than every page-full.
2758 * the number of pages between refreshes is refresh_limit, which 2291 * if skipScroll is enabled.
2759 * is incremented here because we must be doing flat-out scrolling.
2760 */ 2292 */
2761 if (refreshnow) 2293 if (refreshnow)
2762 { 2294 {
2763 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2764 refresh_limit++;
2765 else
2766 {
2767 flag = true;
2768 scr_refresh (); 2295 scr_refresh ();
2769 want_refresh = 1; 2296 want_refresh = 1;
2770 }
2771 } 2297 }
2772
2773 } 2298 }
2774 else 2299 else
2775 { 2300 {
2776 try 2301 try
2777 { 2302 {
2785 } 2310 }
2786 2311
2787 ch = NOCHAR; 2312 ch = NOCHAR;
2788 } 2313 }
2789 } 2314 }
2790
2791 return flag;
2792} 2315}
2793 2316
2794// read the next character 2317// read the next character
2795wchar_t 2318wchar_t
2796rxvt_term::next_char () NOTHROW 2319rxvt_term::next_char () NOTHROW
2797{ 2320{
2798 while (cmdbuf_ptr < cmdbuf_endp) 2321 while (cmdbuf_ptr < cmdbuf_endp)
2799 { 2322 {
2800 // assume 7-bit to be ascii ALWAYS 2323 // assume 7-bit to be ascii ALWAYS
2801 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2324 if (expect_true ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b))
2802 return *cmdbuf_ptr++; 2325 return *cmdbuf_ptr++;
2803 2326
2804 wchar_t wc; 2327 wchar_t wc;
2805 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2328 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2806 2329
2810 cmdbuf_ptr = cmdbuf_endp; 2333 cmdbuf_ptr = cmdbuf_endp;
2811 break; 2334 break;
2812 } 2335 }
2813 2336
2814 if (len == (size_t)-1) 2337 if (len == (size_t)-1)
2338 {
2339 mbrtowc (0, 0, 0, mbstate); // reset now undefined conversion state
2815 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2340 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2341 }
2816 2342
2817 // assume wchar == unicode 2343 // assume wchar == unicode
2818 cmdbuf_ptr += len; 2344 cmdbuf_ptr += len;
2819 return wc & UNICODE_MASK; 2345 return wc & UNICODE_MASK;
2820 } 2346 }
2864/*----------------------------------------------------------------------*/ 2390/*----------------------------------------------------------------------*/
2865#ifdef PRINTPIPE 2391#ifdef PRINTPIPE
2866FILE * 2392FILE *
2867rxvt_term::popen_printer () 2393rxvt_term::popen_printer ()
2868{ 2394{
2869 FILE *stream = popen (rs[Rs_print_pipe], "w"); 2395 FILE *stream = popen (rs[Rs_print_pipe] ? rs[Rs_print_pipe] : PRINTPIPE, "w");
2870 2396
2871 if (stream == NULL) 2397 if (stream == NULL)
2872 rxvt_warn ("can't open printer pipe, not printing.\n"); 2398 rxvt_warn ("can't open printer pipe, not printing.\n");
2873 2399
2874 return stream; 2400 return stream;
2885 * simulate attached vt100 printer 2411 * simulate attached vt100 printer
2886 */ 2412 */
2887void 2413void
2888rxvt_term::process_print_pipe () 2414rxvt_term::process_print_pipe ()
2889{ 2415{
2890 int done; 2416 FILE *fd = popen_printer ();
2891 FILE *fd;
2892 2417
2893 if ((fd = popen_printer ()) == NULL) 2418 if (!fd)
2894 return; 2419 return;
2895 2420
2896 /* 2421 /*
2897 * Send all input to the printer until either ESC[4i or ESC[?4i 2422 * Send all input to the printer until either ESC[4i or ESC[?4i
2898 * is received. 2423 * is received.
2899 */ 2424 */
2900 for (done = 0; !done;) 2425 for (int done = 0; !done; )
2901 { 2426 {
2902 unsigned char buf[8]; 2427 unsigned char buf[8];
2903 unicode_t ch; 2428 unicode_t ch;
2904 unsigned int i, len; 2429 unsigned int i, len;
2905 2430
2924 { 2449 {
2925 if ((buf[len++] = cmd_getc ()) == 'i') 2450 if ((buf[len++] = cmd_getc ()) == 'i')
2926 break; /* done = 1 */ 2451 break; /* done = 1 */
2927 } 2452 }
2928 } 2453 }
2929 2454
2930 for (i = 0; i < len; i++) 2455 for (i = 0; i < len; i++)
2931 if (putc (buf[i], fd) == EOF) 2456 if (putc (buf[i], fd) == EOF)
2932 { 2457 {
2933 done = 1; 2458 done = 1;
2934 break; 2459 break;
2936 } 2461 }
2937 } 2462 }
2938 2463
2939 pclose_printer (fd); 2464 pclose_printer (fd);
2940} 2465}
2941#endif /* PRINTPIPE */ 2466#endif /* PRINTPIPE */
2942/*}}} */ 2467/*}}} */
2943 2468
2944/* *INDENT-OFF* */ 2469/* *INDENT-OFF* */
2945enum { 2470enum {
2946 C1_40 = 0x40, 2471 C1_40 = 0x40,
2996 process_dcs_seq (); 2521 process_dcs_seq ();
2997 break; 2522 break;
2998 case 0x9b: /* CSI */ 2523 case 0x9b: /* CSI */
2999 process_csi_seq (); 2524 process_csi_seq ();
3000 break; 2525 break;
3001 case 0x9d: /* CSI */ 2526 case 0x9d: /* OSC */
3002 process_osc_seq (); 2527 process_osc_seq ();
3003 break; 2528 break;
3004#endif 2529#endif
3005 } 2530 }
3006} 2531}
3050 break; 2575 break;
3051 case 'Z': /* identify the terminal type */ 2576 case 'Z': /* identify the terminal type */
3052 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */ 2577 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */
3053 break; 2578 break;
3054 case '<': /* turn off VT52 mode */ 2579 case '<': /* turn off VT52 mode */
3055 PrivMode (0, PrivMode_vt52); 2580 set_privmode (PrivMode_vt52, 0);
3056 break; 2581 break;
3057 case 'F': /* use special graphics character set */ 2582 case 'F': /* use special graphics character set */
3058 case 'G': /* use regular character set */ 2583 case 'G': /* use regular character set */
3059 /* unimplemented */ 2584 /* unimplemented */
3060 break; 2585 break;
3096 scr_charset_set (2, (unsigned int)cmd_getc ()); 2621 scr_charset_set (2, (unsigned int)cmd_getc ());
3097 break; 2622 break;
3098 case '+': 2623 case '+':
3099 scr_charset_set (3, (unsigned int)cmd_getc ()); 2624 scr_charset_set (3, (unsigned int)cmd_getc ());
3100 break; 2625 break;
3101#if ENABLE_FRILLS 2626#if !ENABLE_MINIMAL
3102 case '6': 2627 case '6':
3103 scr_backindex (); 2628 scr_backindex ();
3104 break; 2629 break;
3105#endif 2630#endif
3106 case '7': 2631 case '7':
3107 scr_cursor (SAVE); 2632 scr_cursor (SAVE);
3108 break; 2633 break;
3109 case '8': 2634 case '8':
3110 scr_cursor (RESTORE); 2635 scr_cursor (RESTORE);
3111 break; 2636 break;
3112#if ENABLE_FRILLS 2637#if !ENABLE_MINIMAL
3113 case '9': 2638 case '9':
3114 scr_forwardindex (); 2639 scr_forwardindex ();
3115 break; 2640 break;
3116#endif 2641#endif
3117 case '=': 2642 case '=':
3118 case '>': 2643 case '>':
3119 PrivMode ((ch == '='), PrivMode_aplKP); 2644 set_privmode (PrivMode_aplKP, ch == '=');
3120 break; 2645 break;
3121 2646
3122 case C1_40: 2647 case C1_40:
3123 cmd_getc (); 2648 cmd_getc ();
3124 break; 2649 break;
3163 /* 8.3.110: SINGLE CHARACTER INTRODUCER */ 2688 /* 8.3.110: SINGLE CHARACTER INTRODUCER */
3164 case C1_SCI: /* ESC Z */ 2689 case C1_SCI: /* ESC Z */
3165 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1); 2690 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1);
3166 break; /* steal obsolete ESC [ c */ 2691 break; /* steal obsolete ESC [ c */
3167 2692
3168 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */ 2693 /* 8.3.16: CONTROL SEQUENCE INTRODUCER (CSI) */
3169 case C1_CSI: /* ESC [ */ 2694 case C1_CSI: /* ESC [ */
3170 process_csi_seq (); 2695 process_csi_seq ();
3171 break; 2696 break;
3172 2697
3173 /* 8.3.90: OPERATING SYSTEM COMMAND */ 2698 /* 8.3.90: OPERATING SYSTEM COMMAND (OSC) */
3174 case C1_OSC: /* ESC ] */ 2699 case C1_OSC: /* ESC ] */
3175 process_osc_seq (); 2700 process_osc_seq ();
3176 break; 2701 break;
3177 2702
3178 /* 8.3.106: RESET TO INITIAL STATE */ 2703 /* 8.3.106: RESET TO INITIAL STATE (RIS) */
3179 case 'c': 2704 case 'c':
3180 mbstate.reset (); 2705 mbstate.reset ();
3181 scr_poweron (); 2706 scr_poweron ();
3182 scrollbar_show (1); 2707 scrollBar.show (1);
3183 break; 2708 break;
3184 2709
3185 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */ 2710 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */
3186 case 'n': 2711 case 'n':
3187 scr_charset_choose (2); 2712 scr_charset_choose (2);
3232rxvt_term::process_csi_seq () 2757rxvt_term::process_csi_seq ()
3233{ 2758{
3234 unicode_t ch, priv, i; 2759 unicode_t ch, priv, i;
3235 unsigned int nargs, p; 2760 unsigned int nargs, p;
3236 int n, ndef; 2761 int n, ndef;
3237 int arg[ESC_ARGS]; 2762 int arg[ESC_ARGS] = { };
3238 2763
3239 for (nargs = ESC_ARGS; nargs > 0;) 2764 nargs = 0;
3240 arg[--nargs] = 0;
3241 2765
3242 priv = 0; 2766 priv = 0;
3243 ch = cmd_getc (); 2767 ch = cmd_getc ();
3244 if (ch >= '<' && ch <= '?') 2768 if ((ch >= '<' && ch <= '?') || ch == '!')
2769 {
3245 { /* '<' '=' '>' '?' */ 2770 /* '<' '=' '>' '?' '!' */
3246 priv = ch; 2771 priv = ch;
3247 ch = cmd_getc (); 2772 ch = cmd_getc ();
3248 } 2773 }
3249 2774
3250 /* read any numerical arguments */ 2775 /* read any numerical arguments */
3289 switch (priv) 2814 switch (priv)
3290 { 2815 {
3291 case '>': 2816 case '>':
3292 if (ch == CSI_DA) /* secondary device attributes */ 2817 if (ch == CSI_DA) /* secondary device attributes */
3293 { 2818 {
3294 // first parameter is normally 0 for vt100, 1 for some newer vtxxx, 'R' for rxvt, 2819 // first parameter is normally 0 for vt100, 1 for vt220, 'R' for rxvt,
3295 // 'U' for rxvt-unicode <= 7.2, and Mm85 (e.g. 7385 for 7.3) for later versions. 2820 // 'U' for rxvt-unicode != 7.[34] (where it was broken).
3296 // 2821 //
3297 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt 2822 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt
3298 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify 2823 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, 94 for urxvt <= 8.3, and 95 for later
3299 // that we do not support xterm mouse reporting (should be 95 when we do). 2824 // versions.
3300 // 2825 //
3301 tt_printf ("\033[>%c%c85;94;0c", VERSION[0], VERSION[1]); 2826 tt_printf ("\033[>%d;95;0c", 'U');
3302 } 2827 }
3303 break; 2828 break;
2829
3304 case '?': 2830 case '?':
3305 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't') 2831 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't')
3306 process_terminal_mode (ch, priv, nargs, arg); 2832 process_terminal_mode (ch, priv, nargs, arg);
3307 break; 2833 break;
2834
2835 case '!':
2836 if (ch == CSI_70)
2837 {
2838 /* DECSTR: soft terminal reset, used by our terminfo since 9.06 */
2839 scr_soft_reset ();
2840
2841 static const int pm_h[] = { 7, 25 };
2842 static const int pm_l[] = { 1, 3, 4, 5, 6, 9, 66, 1000, 1001, 1049 };
2843
2844 process_terminal_mode ('h', 0, sizeof (pm_h) / sizeof (pm_h[0]), pm_h);
2845 process_terminal_mode ('l', 0, sizeof (pm_l) / sizeof (pm_l[0]), pm_l);
3308 } 2846 }
2847 break;
2848 }
2849
3309 return; 2850 return;
3310 } 2851 }
3311 2852
3312 switch (ch) 2853 switch (ch)
3313 { 2854 {
3433 break; 2974 break;
3434 case 6: /* CPR requested */ 2975 case 6: /* CPR requested */
3435 scr_report_position (); 2976 scr_report_position ();
3436 break; 2977 break;
3437 case 7: /* unofficial extension */ 2978 case 7: /* unofficial extension */
3438 if (OPTION (Opt_insecure)) 2979 if (option (Opt_insecure))
3439 tt_printf ("%-.250s\012", rs[Rs_display_name]); 2980 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3440 break; 2981 break;
3441 case 8: /* unofficial extension */ 2982 case 8: /* unofficial extension */
3442 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 2983 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3443 break; 2984 break;
3510 break; 3051 break;
3511 case CSI_75: 3052 case CSI_75:
3512 scr_cursor (RESTORE); 3053 scr_cursor (RESTORE);
3513 break; 3054 break;
3514 3055
3515#if ENABLE_FRILLS 3056#if !ENABLE_MINIMAL
3516 case CSI_74: 3057 case CSI_74:
3517 process_window_ops (arg, nargs); 3058 process_window_ops (arg, nargs);
3518 break; 3059 break;
3519#endif 3060#endif
3520 3061
3527 break; 3068 break;
3528 } 3069 }
3529} 3070}
3530/*}}} */ 3071/*}}} */
3531 3072
3532#if ENABLE_FRILLS 3073#if !ENABLE_MINIMAL
3533/* ARGSUSED */ 3074/* ARGSUSED */
3534void 3075void
3535rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3076rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3536{ 3077{
3537 int x, y; 3078 int x, y;
3538 XWindowAttributes wattr; 3079 XWindowAttributes wattr;
3539 Window wdummy; 3080 Window wdummy;
3540 dDisp; 3081
3082 dLocal (Display *, dpy);
3541 3083
3542 if (nargs == 0) 3084 if (nargs == 0)
3543 return; 3085 return;
3544 3086
3545 switch (args[0]) 3087 switch (args[0])
3546 { 3088 {
3547 /* 3089 /*
3548 * commands 3090 * commands
3549 */ 3091 */
3550 case 1: /* deiconify window */ 3092 case 1: /* deiconify window */
3551 XMapWindow (disp, parent[0]); 3093 XMapWindow (dpy, parent[0]);
3552 break; 3094 break;
3553 case 2: /* iconify window */ 3095 case 2: /* iconify window */
3554 XIconifyWindow (disp, parent[0], display->screen); 3096 XIconifyWindow (dpy, parent[0], display->screen);
3555 break; 3097 break;
3556 case 3: /* set position (pixels) */ 3098 case 3: /* set position (pixels) */
3557 XMoveWindow (disp, parent[0], args[1], args[2]); 3099 XMoveWindow (dpy, parent[0], args[1], args[2]);
3558 break; 3100 break;
3559 case 4: /* set size (pixels) */ 3101 case 4: /* set size (pixels) */
3560 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3102 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3561 break; 3103 break;
3562 case 5: /* raise window */ 3104 case 5: /* raise window */
3563 XRaiseWindow (disp, parent[0]); 3105 XRaiseWindow (dpy, parent[0]);
3564 break; 3106 break;
3565 case 6: /* lower window */ 3107 case 6: /* lower window */
3566 XLowerWindow (disp, parent[0]); 3108 XLowerWindow (dpy, parent[0]);
3567 break; 3109 break;
3568 case 7: /* refresh window */ 3110 case 7: /* refresh window */
3569 scr_touch (true); 3111 scr_touch (true);
3570 break; 3112 break;
3571 case 8: /* set size (chars) */ 3113 case 8: /* set size (chars) */
3578 if (args[0] >= 24) /* set height (chars) */ 3120 if (args[0] >= 24) /* set height (chars) */
3579 set_widthheight ((unsigned int)width, 3121 set_widthheight ((unsigned int)width,
3580 (unsigned int) (args[1] * fheight)); 3122 (unsigned int) (args[1] * fheight));
3581 break; 3123 break;
3582 3124
3583
3584 /* 3125 /*
3585 * reports - some output format copied from XTerm 3126 * reports - some output format copied from XTerm
3586 */ 3127 */
3587 case 11: /* report window state */ 3128 case 11: /* report window state */
3588 XGetWindowAttributes (disp, parent[0], &wattr); 3129 XGetWindowAttributes (dpy, parent[0], &wattr);
3589 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3130 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3590 break; 3131 break;
3591 case 13: /* report window position */ 3132 case 13: /* report window position */
3592 XGetWindowAttributes (disp, parent[0], &wattr); 3133 XGetWindowAttributes (dpy, parent[0], &wattr);
3593 XTranslateCoordinates (disp, parent[0], wattr.root, 3134 XTranslateCoordinates (dpy, parent[0], wattr.root,
3594 -wattr.border_width, -wattr.border_width, 3135 -wattr.border_width, -wattr.border_width,
3595 &x, &y, &wdummy); 3136 &x, &y, &wdummy);
3596 tt_printf ("\033[3;%d;%dt", x, y); 3137 tt_printf ("\033[3;%d;%dt", x, y);
3597 break; 3138 break;
3598 case 14: /* report window size (pixels) */ 3139 case 14: /* report window size (pixels) */
3599 XGetWindowAttributes (disp, parent[0], &wattr); 3140 XGetWindowAttributes (dpy, parent[0], &wattr);
3600 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3141 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3601 break; 3142 break;
3602 case 18: /* report text area size (chars) */ 3143 case 18: /* report text area size (chars) */
3603 tt_printf ("\033[8;%d;%dt", nrow, ncol); 3144 tt_printf ("\033[8;%d;%dt", nrow, ncol);
3604 break; 3145 break;
3606 tt_printf ("\033[9;%d;%dt", nrow, ncol); 3147 tt_printf ("\033[9;%d;%dt", nrow, ncol);
3607 break; 3148 break;
3608 case 20: /* report icon label */ 3149 case 20: /* report icon label */
3609 { 3150 {
3610 char *s; 3151 char *s;
3611 XGetIconName (disp, parent[0], &s); 3152 XGetIconName (dpy, parent[0], &s);
3612 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3153 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3613 XFree (s); 3154 XFree (s);
3614 } 3155 }
3615 break; 3156 break;
3616 case 21: /* report window title */ 3157 case 21: /* report window title */
3617 { 3158 {
3618 char *s; 3159 char *s;
3619 XFetchName (disp, parent[0], &s); 3160 XFetchName (dpy, parent[0], &s);
3620 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3161 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3621 XFree (s); 3162 XFree (s);
3622 } 3163 }
3623 break; 3164 break;
3624 } 3165 }
3625} 3166}
3652 seen_esc = true; 3193 seen_esc = true;
3653 continue; 3194 continue;
3654 } 3195 }
3655 else if (ch == C0_BEL || ch == CHAR_ST) 3196 else if (ch == C0_BEL || ch == CHAR_ST)
3656 break; 3197 break;
3198 else if (ch == C0_SYN)
3199 ch = cmd_get8 ();
3657 else if (ch < 0x20) 3200 else if (ch < 0x20)
3658 return NULL; /* other control character - exit */ 3201 return NULL; /* other control character - exit */
3659 3202
3660 seen_esc = false; 3203 seen_esc = false;
3661 3204
3662 if (n >= STRING_MAX - 1) 3205 if (n >= STRING_MAX - 1)
3663 // stop at some sane length 3206 // stop at some sane length
3664 return NULL; 3207 return NULL;
3665 3208
3666 if (ch == C0_SYN)
3667 string[n++] = cmd_get8 ();
3668 else
3669 string[n++] = ch; 3209 string[n++] = ch;
3670 } 3210 }
3671 3211
3672 string[n++] = '\0'; 3212 string[n++] = '\0';
3673 3213
3674 ends_how = (ch == 0x5c ? C0_ESC : ch); 3214 ends_how = (ch == 0x5c ? C0_ESC : ch);
3725void 3265void
3726rxvt_term::process_color_seq (int report, int color, const char *str, char resp) 3266rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3727{ 3267{
3728 if (str[0] == '?' && !str[1]) 3268 if (str[0] == '?' && !str[1])
3729 { 3269 {
3730 unsigned short r, g, b; 3270 rgba c;
3731 pix_colors_focused[color].get (display, r, g, b); 3271 pix_colors_focused[color].get (c);
3272
3273#if XFT
3274 if (c.a != rgba::MAX_CC)
3275 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp);
3276 else
3277#endif
3732 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, r, g, b, resp); 3278 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3733 } 3279 }
3734 else 3280 else
3735 set_window_color (color, str); 3281 set_window_color (color, str);
3736} 3282}
3737 3283
3743{ 3289{
3744 int color; 3290 int color;
3745 char *buf, *name; 3291 char *buf, *name;
3746 bool query = str[0] == '?' && !str[1]; 3292 bool query = str[0] == '?' && !str[1];
3747 int saveop = op; 3293 int saveop = op;
3748 dDisp; 3294
3295 dLocal (Display *, dpy);
3749 3296
3750 assert (str != NULL); 3297 assert (str != NULL);
3298
3299 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
3300 return;
3301
3751 switch (op) 3302 switch (op)
3752 { 3303 {
3753 case XTerm_name: 3304 case XTerm_name:
3754 set_title (str); 3305 set_title (str);
3755 /* FALLTHROUGH */ 3306 /* FALLTHROUGH */
3769 unsigned long bytes_after; 3320 unsigned long bytes_after;
3770 unsigned char *value = 0; 3321 unsigned char *value = 0;
3771 const char *str = ""; 3322 const char *str = "";
3772 3323
3773 if (prop 3324 if (prop
3774 && XGetWindowProperty (disp, parent[0], 3325 && XGetWindowProperty (dpy, parent[0],
3775 prop, 0, 1<<16, 0, AnyPropertyType, 3326 prop, 0, 1<<16, 0, AnyPropertyType,
3776 &actual_type, &actual_format, 3327 &actual_type, &actual_format,
3777 &nitems, &bytes_after, &value) == Success 3328 &nitems, &bytes_after, &value) == Success
3778 && actual_type != None 3329 && actual_type != None
3779 && actual_format == 8) 3330 && actual_format == 8)
3780 str = (const char *)(value); 3331 str = (const char *)(value);
3781 3332
3782 tt_printf ("\033]%d;%s%c", XTerm_property, str, resp); 3333 tt_printf ("\033]%d;%s%c", op, str, resp);
3783 3334
3784 XFree (value); 3335 XFree (value);
3785 } 3336 }
3786 else 3337 else
3787 { 3338 {
3791 { 3342 {
3792 *eq = 0; 3343 *eq = 0;
3793 set_utf8_property (display->atom (str), eq + 1); 3344 set_utf8_property (display->atom (str), eq + 1);
3794 } 3345 }
3795 else 3346 else
3796 XDeleteProperty (disp, parent[0], 3347 XDeleteProperty (dpy, parent[0],
3797 display->atom (str)); 3348 display->atom (str));
3798 } 3349 }
3799 break; 3350 break;
3800 3351
3801 case XTerm_Color: 3352 case XTerm_Color:
3811 break; 3362 break;
3812 3363
3813 if ((buf = strchr (name, ';')) != NULL) 3364 if ((buf = strchr (name, ';')) != NULL)
3814 *buf++ = '\0'; 3365 *buf++ = '\0';
3815 3366
3816 if (name[0] == '?' && !name[1]) 3367 process_color_seq (op, color, name, resp);
3817 {
3818 unsigned short r, g, b;
3819 pix_colors_focused[color].get (display, r, g, b);
3820 tt_printf ("\033]%d;%d;rgb:%04x/%04x/%04x%c", XTerm_Color, color, r, g, b, resp);
3821 }
3822 else
3823 set_window_color (color, name);
3824 } 3368 }
3825 break; 3369 break;
3370 case Rxvt_restoreFG:
3826 case XTerm_Color00: 3371 case XTerm_Color00:
3827 process_color_seq (XTerm_Color00, Color_fg, str, resp); 3372 process_color_seq (op, Color_fg, str, resp);
3828 break; 3373 break;
3374 case Rxvt_restoreBG:
3829 case XTerm_Color01: 3375 case XTerm_Color01:
3830 process_color_seq (XTerm_Color01, Color_bg, str, resp); 3376 process_color_seq (op, Color_bg, str, resp);
3831 break; 3377 break;
3832#ifndef NO_CURSORCOLOR 3378#ifndef NO_CURSORCOLOR
3833 case XTerm_Color_cursor: 3379 case XTerm_Color_cursor:
3834 process_color_seq (XTerm_Color_cursor, Color_cursor, str, resp); 3380 process_color_seq (op, Color_cursor, str, resp);
3835 break; 3381 break;
3836#endif 3382#endif
3837 case XTerm_Color_pointer_fg: 3383 case XTerm_Color_pointer_fg:
3838 process_color_seq (XTerm_Color_pointer_fg, Color_pointer_fg, str, resp); 3384 process_color_seq (op, Color_pointer_fg, str, resp);
3839 break; 3385 break;
3840 case XTerm_Color_pointer_bg: 3386 case XTerm_Color_pointer_bg:
3841 process_color_seq (XTerm_Color_pointer_bg, Color_pointer_bg, str, resp); 3387 process_color_seq (op, Color_pointer_bg, str, resp);
3842 break; 3388 break;
3843#ifndef NO_BOLD_UNDERLINE_REVERSE 3389#ifndef NO_BOLD_UNDERLINE_REVERSE
3844 case XTerm_Color_RV: 3390 case XTerm_Color_RV:
3845 process_color_seq (XTerm_Color_RV, Color_RV, str, resp); 3391 process_color_seq (op, Color_RV, str, resp);
3846 break; 3392 break;
3847 case Rxvt_Color_BD: 3393 case Rxvt_Color_BD:
3848 case URxvt_Color_BD: 3394 case URxvt_Color_BD:
3849 process_color_seq (op, Color_BD, str, resp); 3395 process_color_seq (op, Color_BD, str, resp);
3850 break; 3396 break;
3851 case Rxvt_Color_UL: 3397 case Rxvt_Color_UL:
3852 case URxvt_Color_UL: 3398 case URxvt_Color_UL:
3853 process_color_seq (op, Color_UL, str, resp); 3399 process_color_seq (op, Color_UL, str, resp);
3854 break; 3400 break;
3855 case URxvt_Color_IT: 3401 case URxvt_Color_IT:
3856 process_color_seq (URxvt_Color_IT, Color_IT, str, resp); 3402 process_color_seq (op, Color_IT, str, resp);
3857 break; 3403 break;
3858#endif 3404#endif
3859#if TRANSPARENT && TINTING 3405 case URxvt_Color_border:
3406 process_color_seq (op, Color_border, str, resp);
3407 break;
3408#if ENABLE_TRANSPARENCY
3860 case URxvt_Color_tint: 3409 case URxvt_Color_tint:
3861 process_color_seq (URxvt_Color_tint, Color_tint, str, resp); 3410 process_color_seq (op, Color_tint, str, resp);
3862 check_our_parents (); 3411 {
3863 if (am_transparent) 3412 bool changed = false;
3864 want_full_refresh = want_refresh = 1;
3865 break;
3866#endif
3867 3413
3414 if (ISSET_PIXCOLOR (Color_tint))
3415 changed = bgPixmap.set_tint (pix_colors_focused [Color_tint]);
3416 else
3417 changed = bgPixmap.unset_tint ();
3418
3419 if (changed)
3420 update_background ();
3421 }
3422
3423 break;
3424#endif
3425
3426#if BG_IMAGE_FROM_FILE
3868 case Rxvt_Pixmap: 3427 case Rxvt_Pixmap:
3869 { 3428 if (!strcmp (str, "?"))
3870 if (*str != ';')
3871 { 3429 {
3872#if XPM_BACKGROUND 3430 char str[256];
3873 scale_pixmap (""); /* reset to default scaling */ 3431
3874 set_bgPixmap (str); /* change pixmap */ 3432 sprintf (str, "[%dx%d+%d+%d]", /* can't presume snprintf () ! */
3875 scr_touch (true); 3433 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767),
3876#endif 3434 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767));
3435 process_xterm_seq (XTerm_title, str, CHAR_ST);
3877 } 3436 }
3878 3437 else
3438 {
3879 int changed = 0; 3439 int changed = 0;
3880 3440
3881 while ((str = strchr (str, ';')) != NULL) 3441 if (*str != ';')
3882 { 3442 {
3443 /* reset to default scaling :*/
3444 bgPixmap.unset_geometry ();
3445 if (bgPixmap.set_file (str)) /* change pixmap */
3446 changed++;
3447 str = strchr (str, ';');
3448 if (str == NULL)
3449 bgPixmap.set_defaultGeometry ();
3450 }
3451
3452 while (str)
3453 {
3883 str++; 3454 str++;
3884#if XPM_BACKGROUND 3455 if (bgPixmap.set_geometry (str))
3885 changed += scale_pixmap (str); 3456 changed++;
3886#endif 3457 str = strchr (str, ';');
3887 } 3458 }
3888 3459
3889 if (changed) 3460 if (changed)
3890 { 3461 update_background ();
3891#ifdef XPM_BACKGROUND
3892 resize_pixmap ();
3893 scr_touch (true);
3894#endif
3895 } 3462 }
3896 }
3897 break; 3463 break;
3898 3464#endif
3899 case Rxvt_restoreFG:
3900 set_window_color (Color_fg, str);
3901 break;
3902 case Rxvt_restoreBG:
3903 set_window_color (Color_bg, str);
3904 break;
3905 3465
3906 case XTerm_logfile: 3466 case XTerm_logfile:
3907 // TODO, when secure mode? 3467 // TODO, when secure mode?
3908 break; 3468 break;
3909 3469
3927 case URxvt_italicFont: 3487 case URxvt_italicFont:
3928 case URxvt_boldItalicFont: 3488 case URxvt_boldItalicFont:
3929#endif 3489#endif
3930 if (query) 3490 if (query)
3931 tt_printf ("\33]%d;%-.250s%c", saveop, 3491 tt_printf ("\33]%d;%-.250s%c", saveop,
3932 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3492 option (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3933 ? fontset[op - URxvt_font]->fontdesc : "", 3493 ? fontset[op - URxvt_font]->fontdesc : "",
3934 resp); 3494 resp);
3935 else 3495 else
3936 { 3496 {
3937 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3497 const char *&res = rs[Rs_font + (op - URxvt_font)];
3940 allocated.push_back ((void *)res); 3500 allocated.push_back ((void *)res);
3941 set_fonts (); 3501 set_fonts ();
3942 } 3502 }
3943 break; 3503 break;
3944 3504
3945#if ENABLE_FRILLS 3505 case URxvt_version:
3506 if (query)
3507 tt_printf ("\33]%d;rxvt-unicode;%-.20s;%c;%c%c",
3508 op,
3509 rs[Rs_name], VERSION[0], VERSION[2],
3510 resp);
3511 break;
3512
3513#if !ENABLE_MINIMAL
3946 case URxvt_locale: 3514 case URxvt_locale:
3947 if (query) 3515 if (query)
3948 tt_printf ("\33]%d;%-.250s%c", URxvt_locale, OPTION (Opt_insecure) ? locale : "", resp); 3516 tt_printf ("\33]%d;%-.250s%c", op, option (Opt_insecure) ? locale : "", resp);
3949 else 3517 else
3950 { 3518 {
3951 set_locale (str); 3519 set_locale (str);
3952 pty->set_utf8_mode (enc_utf8); 3520 pty->set_utf8_mode (enc_utf8);
3953 init_xlocale (); 3521 init_xlocale ();
3968 break; 3536 break;
3969#endif 3537#endif
3970 3538
3971#if ENABLE_PERL 3539#if ENABLE_PERL
3972 case URxvt_perl: 3540 case URxvt_perl:
3973 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_STR, str, DT_END))) 3541 HOOK_INVOKE ((this, HOOK_OSC_SEQ_PERL, DT_STR, str, DT_STR_LEN, &resp, 1, DT_END));
3974 ; // no responses yet
3975 break; 3542 break;
3976#endif 3543#endif
3977 } 3544 }
3978} 3545}
3979/*----------------------------------------------------------------------*/ 3546/*----------------------------------------------------------------------*/
4002 { 3569 {
4003 if (mode == 'r') 3570 if (mode == 'r')
4004 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */ 3571 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */
4005 else 3572 else
4006 state = (mode == 't') ? ! (priv_modes & bit) : mode; 3573 state = (mode == 't') ? ! (priv_modes & bit) : mode;
4007 PrivMode (state, bit); 3574 set_privmode (bit, state);
4008 } 3575 }
4009 3576
4010 return state; 3577 return state;
4011} 3578}
4012 3579
4016{ 3583{
4017 unsigned int i, j; 3584 unsigned int i, j;
4018 int state; 3585 int state;
4019 3586
4020 static const struct 3587 static const struct
4021 { 3588 {
4022 const int argval; 3589 const int argval;
4023 const unsigned long bit; 3590 const unsigned long bit;
4024 }
4025
4026 argtopriv[] = { 3591 } argtopriv[] = {
4027 { 1, PrivMode_aplCUR }, 3592 { 1, PrivMode_aplCUR }, // DECCKM
4028 { 2, PrivMode_vt52 }, 3593 { 2, PrivMode_vt52 },
4029 { 3, PrivMode_132 }, 3594 { 3, PrivMode_132 }, // DECCOLM
4030 { 4, PrivMode_smoothScroll }, 3595 { 4, PrivMode_smoothScroll }, // DECSCLM
4031 { 5, PrivMode_rVideo }, 3596 { 5, PrivMode_rVideo }, // DECSCNM
4032 { 6, PrivMode_relOrigin }, 3597 { 6, PrivMode_relOrigin }, // DECOM
4033 { 7, PrivMode_Autowrap }, 3598 { 7, PrivMode_Autowrap }, // DECAWM
4034 // 8, bi-directional support mode 3599 // 8, auto-repeat keys // DECARM
4035 { 9, PrivMode_MouseX10 }, 3600 { 9, PrivMode_MouseX10 },
4036 // 18, 19 printing-related 3601 // 18 end FF to printer after print screen
3602 // 19 Print screen prints full screen/scorll region
4037 { 25, PrivMode_VisibleCursor }, 3603 { 25, PrivMode_VisibleCursor }, // cnorm/cvvis/civis
4038#ifdef scrollBar_esc 3604#ifdef scrollBar_esc
4039 { scrollBar_esc, PrivMode_scrollBar }, 3605 { scrollBar_esc, PrivMode_scrollBar },
4040#endif 3606#endif
4041 { 35, PrivMode_ShiftKeys }, // rxvt extension 3607 { 35, PrivMode_ShiftKeys }, // rxvt extension
3608 // 38, tektronix mode // DECTEK
4042 { 40, PrivMode_132OK }, 3609 { 40, PrivMode_132OK },
4043 // 41 xterm more fixes NYI 3610 // 41 xterm more fixes NYI
4044 // 45 margin bell NYI 3611 // 45 margin bell NYI
4045 // 46 start logging 3612 // 46 start logging
4046 { 47, PrivMode_Screen }, 3613 { 47, PrivMode_Screen },
4047 { 66, PrivMode_aplKP }, 3614 { 66, PrivMode_aplKP }, // DECPAM/DECPNM
4048#ifndef NO_BACKSPACE_KEY 3615#ifndef NO_BACKSPACE_KEY
4049 { 67, PrivMode_BackSpace }, 3616 { 67, PrivMode_BackSpace }, // DECBKM
4050#endif 3617#endif
4051 { 1000, PrivMode_MouseX11 }, 3618 { 1000, PrivMode_MouseX11 },
4052 // 1001 Use Hilite Mouse Tracking. NYI, TODO 3619 { 1002, PrivMode_MouseBtnEvent },
4053 // 1002 Use Cell Motion Mouse Tracking. NYI, TODO 3620 { 1003, PrivMode_MouseAnyEvent },
4054 // 1003 Use All Motion Mouse Tracking. NYI, TODO
4055 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3621 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
4056 { 1011, PrivMode_Keypress }, // rxvt extension 3622 { 1011, PrivMode_Keypress }, // rxvt extension
4057 // 1035 enable modifiers for alt, numlock NYI 3623 // 1035 enable modifiers for alt, numlock NYI
4058 // 1036 send ESC for meta keys NYI 3624 // 1036 send ESC for meta keys NYI
4059 // 1037 send DEL for keypad delete NYI 3625 // 1037 send DEL for keypad delete NYI
4060 { 1047, PrivMode_Screen }, 3626 { 1047, PrivMode_Screen },
4061 // 1048 save and restore cursor 3627 // 1048 save and restore cursor
4062 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */ 3628 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */
4063 // 1051, 1052, 1060, 1061 keyboard emulation NYI 3629 // 1051, 1052, 1060, 1061 keyboard emulation NYI
3630 { 2004, PrivMode_BracketPaste },
4064 }; 3631 };
4065 3632
4066 if (nargs == 0) 3633 if (nargs == 0)
4067 return; 3634 return;
4068 3635
4093 3660
4094 scr_touch (true); 3661 scr_touch (true);
4095 break; 3662 break;
4096#endif 3663#endif
4097 case 1048: /* alternative cursor save */ 3664 case 1048: /* alternative cursor save */
4098 case 1049:
4099 if (OPTION (Opt_secondaryScreen)) 3665 if (option (Opt_secondaryScreen))
4100 if (mode == 0) 3666 if (mode == 0)
4101 scr_cursor (RESTORE); 3667 scr_cursor (RESTORE);
4102 else if (mode == 1) 3668 else if (mode == 1)
4103 scr_cursor (SAVE); 3669 scr_cursor (SAVE);
4104 break; 3670 break;
4112 case 2: /* VT52 mode */ 3678 case 2: /* VT52 mode */
4113 /* oddball mode. should be set regardless of set/reset 3679 /* oddball mode. should be set regardless of set/reset
4114 * parameter. Return from VT52 mode with an ESC < from 3680 * parameter. Return from VT52 mode with an ESC < from
4115 * within VT52 mode 3681 * within VT52 mode
4116 */ 3682 */
4117 PrivMode (1, PrivMode_vt52); 3683 set_privmode (PrivMode_vt52, 1);
4118 break; 3684 break;
4119 case 3: /* 80/132 */ 3685 case 3: /* 80/132 */
4120 if (priv_modes & PrivMode_132OK) 3686 if (priv_modes & PrivMode_132OK)
4121 set_widthheight (((state ? 132 : 80) * fwidth), height); 3687 set_widthheight ((state ? 132 : 80) * fwidth, 24 * fheight);
4122 break; 3688 break;
4123 case 4: /* smooth scrolling */ 3689 case 4: /* smooth scrolling */
4124 set_option (Opt_jumpScroll, !state); 3690 set_option (Opt_jumpScroll, !state);
4125 break; 3691 break;
4126 case 5: /* reverse video */ 3692 case 5: /* reverse video */
4133 scr_autowrap (state); 3699 scr_autowrap (state);
4134 break; 3700 break;
4135 /* case 8: - auto repeat, can't do on a per window basis */ 3701 /* case 8: - auto repeat, can't do on a per window basis */
4136 case 9: /* X10 mouse reporting */ 3702 case 9: /* X10 mouse reporting */
4137 if (state) /* orthogonal */ 3703 if (state) /* orthogonal */
4138 priv_modes &= ~PrivMode_MouseX11; 3704 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4139 break; 3705 break;
4140#ifdef scrollBar_esc 3706#ifdef scrollBar_esc
4141 case scrollBar_esc: 3707 case scrollBar_esc:
4142 if (scrollbar_mapping (state)) 3708 if (scrollBar.map (state))
4143 { 3709 {
4144 resize_all_windows (0, 0, 0); 3710 resize_all_windows (0, 0, 0);
4145 scr_touch (true); 3711 scr_touch (true);
4146 } 3712 }
4147 break; 3713 break;
4156 break; 3722 break;
4157 /* case 66: - application key pad */ 3723 /* case 66: - application key pad */
4158 /* case 67: - backspace key */ 3724 /* case 67: - backspace key */
4159 case 1000: /* X11 mouse reporting */ 3725 case 1000: /* X11 mouse reporting */
4160 if (state) /* orthogonal */ 3726 if (state) /* orthogonal */
4161 priv_modes &= ~PrivMode_MouseX10; 3727 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4162 break; 3728 break;
4163#if 0
4164 case 1001: 3729 case 1002:
4165 break; /* X11 mouse highlighting */ 3730 case 1003:
4166#endif 3731 if (state)
3732 {
3733 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11);
3734 priv_modes &= arg[i] == 1003 ? ~PrivMode_MouseBtnEvent : ~PrivMode_MouseAnyEvent;
3735 vt_emask_mouse = PointerMotionMask;
3736 }
3737 else
3738 vt_emask_mouse = NoEventMask;
3739
3740 vt_select_input ();
3741 break;
4167 case 1010: /* scroll to bottom on TTY output inhibit */ 3742 case 1010: /* scroll to bottom on TTY output inhibit */
4168 set_option (Opt_scrollTtyOutput, !state); 3743 set_option (Opt_scrollTtyOutput, !state);
4169 break; 3744 break;
4170 case 1011: /* scroll to bottom on key press */ 3745 case 1011: /* scroll to bottom on key press */
4171 set_option (Opt_scrollTtyKeypress, state); 3746 set_option (Opt_scrollTtyKeypress, state);
4172 break; 3747 break;
4173 case 1047: /* secondary screen w/ clearing last */ 3748 case 1047: /* secondary screen w/ clearing last */
4174 if (OPTION (Opt_secondaryScreen)) 3749 if (option (Opt_secondaryScreen))
4175 if (current_screen != PRIMARY) 3750 if (!state)
4176 scr_erase_screen (2); 3751 scr_erase_screen (2);
3752
4177 scr_change_screen (state); 3753 scr_change_screen (state);
4178 break; 3754 break;
4179 case 1049: /* secondary screen w/ clearing first */ 3755 case 1049: /* secondary screen w/ clearing first */
3756 if (option (Opt_secondaryScreen))
3757 if (state)
3758 scr_cursor (SAVE);
3759
4180 scr_change_screen (state); 3760 scr_change_screen (state);
3761
4181 if (OPTION (Opt_secondaryScreen)) 3762 if (option (Opt_secondaryScreen))
4182 if (current_screen != PRIMARY) 3763 if (state)
4183 scr_erase_screen (2); 3764 scr_erase_screen (2);
3765 else
3766 scr_cursor (RESTORE);
4184 break; 3767 break;
4185 default: 3768 default:
4186 break; 3769 break;
4187 } 3770 }
4188 } 3771 }
4314 scr_color (Color_bg, Color_bg); 3897 scr_color (Color_bg, Color_bg);
4315 break; 3898 break;
4316 3899
4317 //case 50: // not variable spacing 3900 //case 50: // not variable spacing
4318 3901
4319#if ENABLE_FRILLS 3902#if !ENABLE_MINIMAL
4320 case 90: 3903 case 90:
4321 case 91: /* set bright fg color */ 3904 case 91: /* set bright fg color */
4322 case 92: 3905 case 92:
4323 case 93: 3906 case 93:
4324 case 94: 3907 case 94:
4348rxvt_term::process_graphics () 3931rxvt_term::process_graphics ()
4349{ 3932{
4350 unicode_t ch, cmd = cmd_getc (); 3933 unicode_t ch, cmd = cmd_getc ();
4351 3934
4352 if (cmd == 'Q') 3935 if (cmd == 'Q')
3936 {
4353 { /* query graphics */ 3937 /* query graphics */
4354 tt_printf ("\033G0\012"); /* no graphics */ 3938 tt_printf ("\033G0\012"); /* no graphics */
4355 return; 3939 return;
4356 } 3940 }
4357 /* swallow other graphics sequences until terminating ':' */ 3941 /* swallow other graphics sequences until terminating ':' */
4358 do 3942 do
4408 v_buffer = (char *)realloc (v_buffer, v_buflen + len); 3992 v_buffer = (char *)realloc (v_buffer, v_buflen + len);
4409 3993
4410 memcpy (v_buffer + v_buflen, data, len); 3994 memcpy (v_buffer + v_buflen, data, len);
4411 v_buflen += len; 3995 v_buflen += len;
4412 3996
4413 pty_ev.set (EVENT_READ | EVENT_WRITE); 3997 pty_ev.set (ev::READ | ev::WRITE);
4414} 3998}
4415 3999
4416void rxvt_term::pty_write () 4000void rxvt_term::pty_write ()
4417{ 4001{
4418 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE)); 4002 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4423 4007
4424 if (v_buflen == 0) 4008 if (v_buflen == 0)
4425 { 4009 {
4426 free (v_buffer); 4010 free (v_buffer);
4427 v_buffer = 0; 4011 v_buffer = 0;
4428 v_buflen = 0;
4429 4012
4430 pty_ev.set (EVENT_READ); 4013 pty_ev.set (ev::READ);
4431 return; 4014 return;
4432 } 4015 }
4433 4016
4434 memmove (v_buffer, v_buffer + written, v_buflen); 4017 memmove (v_buffer, v_buffer + written, v_buflen);
4435 } 4018 }
4436 else if (written != -1 || (errno != EAGAIN && errno != EINTR)) 4019 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4437 pty_ev.set (EVENT_READ); 4020 pty_ev.set (ev::READ);
4438} 4021}
4439 4022
4440/*----------------------- end-of-file (C source) -----------------------*/ 4023/*----------------------- end-of-file (C source) -----------------------*/
4441 4024

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines