ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.317 by root, Sat Jan 13 15:06:54 2007 UTC vs.
Revision 1.491 by sf-exg, Fri Aug 19 17:42:09 2011 UTC

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-2011 Marc Lehmann <schmorp@schmorp.de>
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.
95 XK_Shift_L, 0x21e7, 96 XK_Shift_L, 0x21e7,
96 XK_Shift_R, 0x21e7, 97 XK_Shift_R, 0x21e7,
97 98
98 XK_Shift_Lock, 0x21eb, 99 XK_Shift_Lock, 0x21eb,
99 XK_ISO_Lock, 0x21eb, 100 XK_ISO_Lock, 0x21eb,
100 XK_ISO_Lock, 0x21eb,
101 XK_Caps_Lock, 0x21ec, 101 XK_Caps_Lock, 0x21ec,
102 XK_Num_Lock, 0x21ed, 102 XK_Num_Lock, 0x21ed,
103 XK_ISO_Level3_Shift, 0x21ee, 103 XK_ISO_Level3_Shift, 0x21ee,
104 XK_ISO_Level3_Lock, 0x21ef, 104 XK_ISO_Level3_Lock, 0x21ef,
105 XK_ISO_Group_Lock, 0x21f0, 105 XK_ISO_Group_Lock, 0x21f0,
162 162
163void 163void
164rxvt_term::iso14755_51 (unicode_t ch, rend_t r, int x, int y) 164rxvt_term::iso14755_51 (unicode_t ch, rend_t r, int x, int y)
165{ 165{
166 rxvt_fontset *fs = FONTSET (r); 166 rxvt_fontset *fs = FONTSET (r);
167 rxvt_font *f = (*fs)[fs->find_font (ch)];
168 wchar_t *chr, *alloc, ch2, *fname; 167 wchar_t *chr, *alloc, ch2, **fname;
169 int len; 168 int len;
170
171 fname = rxvt_utf8towcs (f->name);
172 169
173# if ENABLE_COMBINING 170# if ENABLE_COMBINING
174 if (IS_COMPOSE (ch)) 171 if (IS_COMPOSE (ch))
175 { 172 {
176 len = rxvt_composite.expand (ch, 0); 173 len = rxvt_composite.expand (ch, 0);
197 r & RS_Blink ? " blink" : "", 194 r & RS_Blink ? " blink" : "",
198 r & RS_RVid ? " rvid" : "", 195 r & RS_RVid ? " rvid" : "",
199 r & RS_Uline ? " uline" : "", 196 r & RS_Uline ? " uline" : "",
200 r & RS_Careful ? " careful" : ""); 197 r & RS_Careful ? " careful" : "");
201 198
199 int width = 0;
200 fname = rxvt_temp_buf<wchar_t *> (len);
201 for (int i = 0; i < len; i++)
202 {
203 rxvt_font *f = (*fs)[fs->find_font_idx (chr[i])];
204 fname[i] = rxvt_utf8towcs (f->name);
202 int width = wcswidth (fname, wcslen (fname)); 205 max_it (width, wcswidth (fname[i], wcslen (fname[i])));
206 }
203 207
204 max_it (width, 8+5); // for char + hey 208 max_it (width, 8+5); // for char + hex
205 max_it (width, strlen (attr)); 209 max_it (width, strlen (attr));
206 210
207 if (y >= 0) 211 if (y >= 0)
208 { 212 {
209 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1; 213 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1;
210 x = 0; 214 x = 0;
211 } 215 }
212 216
213 scr_overlay_new (x, y, width, len + 2); 217 scr_overlay_new (x, y, width, len * 2 + 1);
214 218
215 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r)); 219 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r));
216 220
217 for (int y = 0; y < len; y++) 221 for (int y = 0; y < len; y++)
218 { 222 {
221 ch = *chr++; 225 ch = *chr++;
222 226
223 sprintf (buf, "%8x", ch); 227 sprintf (buf, "%8x", ch);
224 scr_overlay_set (0, y, buf); 228 scr_overlay_set (0, y, buf);
225 scr_overlay_set (9, y, '='); 229 scr_overlay_set (9, y, '=');
226# if !UNICODE3 230# if !UNICODE_3
227 if (ch >= 0x10000) 231 if (ch >= 0x10000)
228 ch = 0xfffd; 232 ch = 0xfffd;
229# endif 233# endif
230 scr_overlay_set (11, y, ch, r); 234 scr_overlay_set (11, y, ch, r);
231 235
237// char buf[4+4+3+1]; 241// char buf[4+4+3+1];
238// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y); 242// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y);
239// scr_overlay_set (0, 0, buf); 243// scr_overlay_set (0, 0, buf);
240// } 244// }
241 scr_overlay_set (0, len , attr); 245 scr_overlay_set (0, len , attr);
246 for (int i = 0; i < len; i++)
247 {
242 scr_overlay_set (0, len + 1, fname); 248 scr_overlay_set (0, len + 1 + i, fname[i]);
243
244 free (fname); 249 free (fname[i]);
250 }
245 251
246# if ENABLE_COMBINING 252# if ENABLE_COMBINING
247 if (alloc) 253 if (alloc)
248 delete [] alloc; 254 delete [] alloc;
249# endif 255# endif
251#endif 257#endif
252 258
253void 259void
254rxvt_term::commit_iso14755 () 260rxvt_term::commit_iso14755 ()
255{ 261{
256 wchar_t ch[2];
257
258 ch[0] = iso14755buf & ISO_14755_MASK; 262 wchar_t ch = iso14755buf & ISO_14755_MASK;
259 ch[1] = 0;
260 263
261 if (iso14755buf & ISO_14755_51) 264 if (iso14755buf & ISO_14755_51)
262 { 265 {
263 char mb[16]; 266 char mb[MB_LEN_MAX];
264 int len; 267 int len;
265 268
266 // allow verbatim 0-bytes and control-bytes to be entered 269 // allow verbatim 0-bytes and control-bytes to be entered
267 if (ch[0] >= 0x20) 270 if (ch >= 0x20)
268 len = wcstombs (mb, ch, 16); 271 len = wctomb (mb, ch);
269 else 272 else
270 { 273 {
271 mb[0] = ch[0]; 274 mb[0] = ch;
272 len = 1; 275 len = 1;
273 } 276 }
274 277
275 if (len > 0) 278 if (len > 0)
276 tt_write (mb, len); 279 tt_write (mb, len);
279 } 282 }
280 283
281 iso14755buf = 0; 284 iso14755buf = 0;
282} 285}
283 286
284int 287static int
285rxvt_term::hex_keyval (XKeyEvent &ev) 288hex_keyval (XKeyEvent &ev)
286{ 289{
287 // check wether this event corresponds to a hex digit 290 // check whether this event corresponds to a hex digit
288 // if the modifiers had not been pressed. 291 // if the modifiers had not been pressed.
289 for (int index = 0; index < 8; index++) 292 for (int index = 0; index < 8; index++)
290 { 293 {
291 KeySym k = XLookupKeysym (&ev, index); 294 KeySym k = XLookupKeysym (&ev, index);
292 295
298 301
299 return -1; 302 return -1;
300} 303}
301#endif 304#endif
302 305
306static inline KeySym
307translate_keypad (KeySym keysym, bool kp)
308{
309#ifdef XK_KP_Home
310 static const KeySym keypadtrans[] = {
311 XK_KP_7, // XK_KP_Home
312 XK_KP_4, // XK_KP_Left
313 XK_KP_8, // XK_KP_Up
314 XK_KP_6, // XK_KP_Right
315 XK_KP_2, // XK_KP_Down
316# ifndef UNSHIFTED_SCROLLKEYS
317 XK_KP_9, // XK_KP_Prior
318 XK_KP_3, // XK_KP_Next
319# else
320 XK_Prior,
321 XK_Next,
322# endif
323 XK_KP_1, // XK_KP_End
324 XK_KP_5, // XK_KP_Begin
325 };
326
327 if (IN_RANGE_INC (keysym, XK_KP_Home, XK_KP_Begin))
328 {
329 unsigned int index = keysym - XK_KP_Home;
330 keysym = kp ? keypadtrans[index] : XK_Home + index;
331 }
332 else if (keysym == XK_KP_Insert)
333 keysym = kp ? XK_KP_0 : XK_Insert;
334# ifndef NO_DELETE_KEY
335 else if (keysym == XK_KP_Delete)
336 keysym = kp ? XK_KP_Decimal : XK_Delete;
337# endif
338#endif
339 return keysym;
340}
341
342static inline int
343map_function_key (KeySym keysym)
344{
345 int param = 0;
346
347 if (IN_RANGE_INC (keysym, XK_F1, XK_F35))
348 {
349 param = 11 + keysym - XK_F1;
350 if (keysym >= XK_F17)
351 param += 4;
352 else if (keysym >= XK_F15)
353 param += 3;
354 else if (keysym >= XK_F11)
355 param += 2;
356 else if (keysym >= XK_F6)
357 param += 1;
358 }
359 else
360 switch (keysym)
361 {
362 case XK_Find:
363 param = 1;
364 break;
365 case XK_Insert:
366 param = 2;
367 break;
368#ifdef DXK_Remove
369 case DXK_Remove:
370#endif
371 case XK_Execute:
372 param = 3;
373 break;
374 case XK_Select:
375 param = 4;
376 break;
377#ifndef UNSHIFTED_SCROLLKEYS
378 case XK_Prior:
379 param = 5;
380 break;
381 case XK_Next:
382 param = 6;
383 break;
384 case XK_Home:
385 param = 7;
386 break;
387 case XK_End:
388 param = 8;
389 break;
390#endif
391 case XK_Help:
392 param = 28;
393 break;
394 case XK_Menu:
395 param = 29;
396 break;
397 }
398 return param;
399}
400
303void 401void
304rxvt_term::key_press (XKeyEvent &ev) 402rxvt_term::key_press (XKeyEvent &ev)
305{ 403{
306 int ctrl, meta, shft, len; 404 int ctrl, meta, shft, len;
307 unsigned int newlen;
308 KeySym keysym; 405 KeySym keysym;
309 int valid_keysym; 406 int valid_keysym;
310 char kbuf[KBUFSZ]; 407 char kbuf[KBUFSZ];
311 408
312#if ISO_14755 409#if ISO_14755
321 * Always permit `shift' to override the current setting 418 * Always permit `shift' to override the current setting
322 */ 419 */
323 shft = ev.state & ShiftMask; 420 shft = ev.state & ShiftMask;
324 ctrl = ev.state & ControlMask; 421 ctrl = ev.state & ControlMask;
325 meta = ev.state & ModMetaMask; 422 meta = ev.state & ModMetaMask;
326
327 if (numlock_state || (ev.state & ModNumLockMask))
328 {
329 numlock_state = (ev.state & ModNumLockMask);
330 PrivMode ((!numlock_state), PrivMode_aplKP);
331 }
332 423
333 kbuf[0] = 0; 424 kbuf[0] = 0;
334 425
335#ifdef USE_XIM 426#ifdef USE_XIM
336 if (Input_Context) 427 if (Input_Context)
411#ifdef PAGING_CONTEXT_LINES 502#ifdef PAGING_CONTEXT_LINES
412 lnsppg = nrow - PAGING_CONTEXT_LINES; 503 lnsppg = nrow - PAGING_CONTEXT_LINES;
413#else 504#else
414 lnsppg = nrow * 4 / 5; 505 lnsppg = nrow * 4 / 5;
415#endif 506#endif
507 max_it (lnsppg, 1);
508
416 if (keysym == XK_Prior) 509 if (keysym == XK_Prior)
417 { 510 {
418 scr_page (UP, lnsppg); 511 scr_page (UP, lnsppg);
419 return; 512 return;
420 } 513 }
473 selection_request (ev.time); 566 selection_request (ev.time);
474 return; 567 return;
475#if TODO 568#if TODO
476 /* rxvt extras */ 569 /* rxvt extras */
477 case XK_KP_Add: /* Shift+KP_Add = bigger font */ 570 case XK_KP_Add: /* Shift+KP_Add = bigger font */
478 change_font (FONT_UP);
479 return; 571 return;
480 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */ 572 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */
481 change_font (FONT_DN);
482 return; 573 return;
483#endif 574#endif
484 } 575 }
485 } 576 }
486 } 577 }
487 578
488#if ENABLE_FRILLS || ISO_14755 579#if ENABLE_FRILLS || ISO_14755
489 // ISO 14755 support 580 // ISO 14755 support
490 if (shft && ctrl) 581 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_51))
491 { 582 {
492 int hv; 583 int hv;
493 584
494 if (iso14755buf & ISO_14755_51 585 if (iso14755buf & ISO_14755_51
495 && (keysym == XK_space || keysym == XK_KP_Space 586 && (keysym == XK_space || keysym == XK_KP_Space
497 { 588 {
498 commit_iso14755 (); 589 commit_iso14755 ();
499 iso14755buf = ISO_14755_51; 590 iso14755buf = ISO_14755_51;
500# if ISO_14755 591# if ISO_14755
501 iso14755_51 (0); 592 iso14755_51 (0);
593# endif
594 return;
595 }
596 else if (keysym == XK_BackSpace)
597 {
598 iso14755buf = ((iso14755buf & ISO_14755_MASK) >> 4) | ISO_14755_51;
599# if ISO_14755
600 iso14755_51 (iso14755buf & ISO_14755_MASK);
502# endif 601# endif
503 return; 602 return;
504 } 603 }
505 else if ((hv = hex_keyval (ev)) >= 0) 604 else if ((hv = hex_keyval (ev)) >= 0)
506 { 605 {
511# endif 610# endif
512 return; 611 return;
513 } 612 }
514 else 613 else
515 { 614 {
516# if ENABLE_OVERLAY 615# if ISO_14755
517 scr_overlay_off (); 616 scr_overlay_off ();
518# endif 617# endif
519 iso14755buf = 0; 618 iso14755buf = 0;
520 } 619 }
521 } 620 }
621 else if (option (Opt_iso14755) &&
522 else if ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R)) 622 ((ctrl && (keysym == XK_Shift_L || keysym == XK_Shift_R))
523 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R))) 623 || (shft && (keysym == XK_Control_L || keysym == XK_Control_R))))
524 if (!(iso14755buf & ISO_14755_STARTED)) 624 if (!(iso14755buf & ISO_14755_STARTED))
525 { 625 {
526 iso14755buf |= ISO_14755_STARTED; 626 iso14755buf |= ISO_14755_STARTED;
527# if ENABLE_OVERLAY 627# if ISO_14755
528 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1); 628 scr_overlay_new (0, -1, sizeof ("ISO 14755 mode") - 1, 1);
529 scr_overlay_set (0, 0, "ISO 14755 mode"); 629 scr_overlay_set (0, 0, "ISO 14755 mode");
530# endif 630# endif
531 } 631 }
532#endif 632#endif
533 633
534#ifdef PRINTPIPE 634#ifdef PRINTPIPE
535 if (keysym == XK_Print) 635 if (keysym == XK_Print)
536 { 636 {
537 scr_printscreen (ctrl | shft); 637 scr_printscreen (ctrl | shft);
538 return; 638 return;
539 } 639 }
540#endif 640#endif
541 641
542 if (keysym >= 0xFF00 && keysym <= 0xFFFF) 642 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
543 { 643 {
644 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
645 unsigned int newlen = 1;
646
647 if (ev.state & ModNumLockMask)
648 kp = false;
649
650 keysym = translate_keypad (keysym, kp);
651
652 switch (keysym)
544 { 653 {
654#ifndef NO_BACKSPACE_KEY
655 case XK_BackSpace:
656 if (priv_modes & PrivMode_HaveBackSpace)
657 {
658 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
659 ^ !!ctrl) ? '\b' : '\177';
660 kbuf[1] = '\0';
661 }
662 else
663 strcpy (kbuf, rs[Rs_backspace_key]);
664 break;
665#endif
666#ifndef NO_DELETE_KEY
667 case XK_Delete:
668 strcpy (kbuf, rs[Rs_delete_key]);
669 break;
670#endif
671 case XK_Tab:
672 if (shft)
673 strcpy (kbuf, "\033[Z");
674 else
675 {
676#ifdef CTRL_TAB_MAKES_META
677 if (ctrl)
678 meta = 1;
679#endif
680#ifdef MOD4_TAB_MAKES_META
681 if (ev.state & Mod4Mask)
682 meta = 1;
683#endif
545 newlen = 1; 684 newlen = 0;
546 switch (keysym) 685 }
686 break;
687
688 case XK_Up: /* "\033[A" */
689 case XK_Down: /* "\033[B" */
690 case XK_Right: /* "\033[C" */
691 case XK_Left: /* "\033[D" */
692 strcpy (kbuf, "\033[Z");
693 kbuf[2] = "DACB"[keysym - XK_Left];
694 /* do Shift first */
695 if (shft)
696 kbuf[2] = "dacb"[keysym - XK_Left];
697 else if (ctrl)
698 {
699 kbuf[1] = 'O';
700 kbuf[2] = "dacb"[keysym - XK_Left];
701 }
702 else if (priv_modes & PrivMode_aplCUR)
703 kbuf[1] = 'O';
704 break;
705
706 case XK_KP_Enter:
707 /* allow shift to override */
708 if (kp)
709 {
710 strcpy (kbuf, "\033OM");
711 break;
712 }
713
714 /* FALLTHROUGH */
715
716 case XK_Return:
717 if (priv_modes & PrivMode_LFNL)
718 {
719 kbuf[0] = '\015';
720 kbuf[1] = '\012';
721 kbuf[2] = '\0';
722 }
723 else
724 {
725 kbuf[0] = '\015';
726 kbuf[1] = '\0';
727 }
728 break;
729
730 case XK_KP_F1: /* "\033OP" */
731 case XK_KP_F2: /* "\033OQ" */
732 case XK_KP_F3: /* "\033OR" */
733 case XK_KP_F4: /* "\033OS" */
734 strcpy (kbuf, "\033OP");
735 kbuf[2] += (keysym - XK_KP_F1);
736 break;
737
738 case XK_KP_Multiply: /* "\033Oj" : "*" */
739 case XK_KP_Add: /* "\033Ok" : "+" */
740 case XK_KP_Separator: /* "\033Ol" : "," */
741 case XK_KP_Subtract: /* "\033Om" : "-" */
742 case XK_KP_Decimal: /* "\033On" : "." */
743 case XK_KP_Divide: /* "\033Oo" : "/" */
744 case XK_KP_0: /* "\033Op" : "0" */
745 case XK_KP_1: /* "\033Oq" : "1" */
746 case XK_KP_2: /* "\033Or" : "2" */
747 case XK_KP_3: /* "\033Os" : "3" */
748 case XK_KP_4: /* "\033Ot" : "4" */
749 case XK_KP_5: /* "\033Ou" : "5" */
750 case XK_KP_6: /* "\033Ov" : "6" */
751 case XK_KP_7: /* "\033Ow" : "7" */
752 case XK_KP_8: /* "\033Ox" : "8" */
753 case XK_KP_9: /* "\033Oy" : "9" */
754 /* allow shift to override */
755 if (kp)
756 {
757 strcpy (kbuf, "\033Oj");
758 kbuf[2] += (keysym - XK_KP_Multiply);
759 }
760 else
761 {
762 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
763 kbuf[1] = '\0';
764 }
765 break;
766
767 default:
547 { 768 {
548#ifndef NO_BACKSPACE_KEY 769 int param = map_function_key (keysym);
549 case XK_BackSpace: 770 if (param > 0)
550 if (priv_modes & PrivMode_HaveBackSpace) 771 sprintf (kbuf,"\033[%d~", param);
551 {
552 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
553 ^ !!ctrl) ? '\b' : '\177';
554 kbuf[1] = '\0';
555 }
556 else 772 else
557 strcpy (kbuf, key_backspace);
558 break;
559#endif
560#ifndef NO_DELETE_KEY
561# ifdef XK_KP_Prior
562 case XK_KP_Delete:
563 /* allow shift to override */
564 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
565 {
566 strcpy (kbuf, "\033On");
567 break;
568 }
569 /* FALLTHROUGH */
570# endif
571 case XK_Delete:
572 strcpy (kbuf, key_delete);
573 break;
574#endif
575 case XK_Tab:
576 if (shft)
577 strcpy (kbuf, "\033[Z");
578 else
579 {
580#ifdef CTRL_TAB_MAKES_META
581 if (ctrl)
582 meta = 1;
583#endif
584#ifdef MOD4_TAB_MAKES_META
585 if (ev.state & Mod4Mask)
586 meta = 1;
587#endif
588 newlen = 0;
589 }
590 break;
591
592#ifdef XK_KP_Left
593 case XK_KP_Up: /* \033Ox or standard */
594 case XK_KP_Down: /* \033Or or standard */
595 case XK_KP_Right: /* \033Ov or standard */
596 case XK_KP_Left: /* \033Ot or standard */
597 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
598 {
599 strcpy (kbuf, "\033OZ");
600 kbuf[2] = "txvr"[keysym - XK_KP_Left];
601 break;
602 }
603 else
604 /* translate to std. cursor key */
605 keysym = XK_Left + (keysym - XK_KP_Left);
606 /* FALLTHROUGH */
607#endif
608 case XK_Up: /* "\033[A" */
609 case XK_Down: /* "\033[B" */
610 case XK_Right: /* "\033[C" */
611 case XK_Left: /* "\033[D" */
612 strcpy (kbuf, "\033[Z");
613 kbuf[2] = "DACB"[keysym - XK_Left];
614 /* do Shift first */
615 if (shft)
616 kbuf[2] = "dacb"[keysym - XK_Left];
617 else if (ctrl)
618 {
619 kbuf[1] = 'O';
620 kbuf[2] = "dacb"[keysym - XK_Left];
621 }
622 else if (priv_modes & PrivMode_aplCUR)
623 kbuf[1] = 'O';
624 break;
625
626#ifndef UNSHIFTED_SCROLLKEYS
627# ifdef XK_KP_Prior
628 case XK_KP_Prior:
629 /* allow shift to override */
630 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
631 {
632 strcpy (kbuf, "\033Oy");
633 break;
634 }
635 /* FALLTHROUGH */
636# endif
637 case XK_Prior:
638 strcpy (kbuf, "\033[5~");
639 break;
640# ifdef XK_KP_Next
641 case XK_KP_Next:
642 /* allow shift to override */
643 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
644 {
645 strcpy (kbuf, "\033Os");
646 break;
647 }
648 /* FALLTHROUGH */
649# endif
650 case XK_Next:
651 strcpy (kbuf, "\033[6~");
652 break;
653#endif
654 case XK_KP_Enter:
655 /* allow shift to override */
656 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
657 {
658 strcpy (kbuf, "\033OM");
659 break;
660 }
661
662 /* FALLTHROUGH */
663
664 case XK_Return:
665 if (priv_modes & PrivMode_LFNL)
666 {
667 kbuf[0] = '\015';
668 kbuf[1] = '\012';
669 kbuf[2] = '\0';
670 }
671 else
672 {
673 kbuf[0] = '\015';
674 kbuf[1] = '\0';
675 }
676 break;
677
678#ifdef XK_KP_Begin
679 case XK_KP_Begin:
680 strcpy (kbuf, "\033Ou");
681 break;
682
683#endif
684 case XK_KP_F1: /* "\033OP" */
685 case XK_KP_F2: /* "\033OQ" */
686 case XK_KP_F3: /* "\033OR" */
687 case XK_KP_F4: /* "\033OS" */
688 strcpy (kbuf, "\033OP");
689 kbuf[2] += (keysym - XK_KP_F1);
690 break;
691
692 case XK_KP_Multiply: /* "\033Oj" : "*" */
693 case XK_KP_Add: /* "\033Ok" : "+" */
694 case XK_KP_Separator: /* "\033Ol" : "," */
695 case XK_KP_Subtract: /* "\033Om" : "-" */
696 case XK_KP_Decimal: /* "\033On" : "." */
697 case XK_KP_Divide: /* "\033Oo" : "/" */
698 case XK_KP_0: /* "\033Op" : "0" */
699 case XK_KP_1: /* "\033Oq" : "1" */
700 case XK_KP_2: /* "\033Or" : "2" */
701 case XK_KP_3: /* "\033Os" : "3" */
702 case XK_KP_4: /* "\033Ot" : "4" */
703 case XK_KP_5: /* "\033Ou" : "5" */
704 case XK_KP_6: /* "\033Ov" : "6" */
705 case XK_KP_7: /* "\033Ow" : "7" */
706 case XK_KP_8: /* "\033Ox" : "8" */
707 case XK_KP_9: /* "\033Oy" : "9" */
708 /* allow shift to override */
709 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
710 {
711 strcpy (kbuf, "\033Oj");
712 kbuf[2] += (keysym - XK_KP_Multiply);
713 }
714 else
715 {
716 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
717 kbuf[1] = '\0';
718 }
719 break;
720
721 case XK_Find:
722 strcpy (kbuf, "\033[1~");
723 break;
724
725#ifdef XK_KP_End
726 case XK_KP_Insert:
727 /* allow shift to override */
728 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
729 {
730 strcpy (kbuf, "\033Op");
731 break;
732 }
733 /* FALLTHROUGH */
734#endif
735 case XK_Insert:
736 strcpy (kbuf, "\033[2~");
737 break;
738#ifdef DXK_Remove /* support for DEC remove like key */
739 case DXK_Remove:
740 /* FALLTHROUGH */
741#endif
742 case XK_Execute:
743 strcpy (kbuf, "\033[3~");
744 break;
745 case XK_Select:
746 strcpy (kbuf, "\033[4~");
747 break;
748#ifdef XK_KP_End
749 case XK_KP_End:
750 /* allow shift to override */
751 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
752 {
753 strcpy (kbuf, "\033Oq");
754 break;
755 }
756 /* FALLTHROUGH */
757#endif
758 case XK_End:
759 strcpy (kbuf, KS_END);
760 break;
761#ifdef XK_KP_Home
762 case XK_KP_Home:
763 /* allow shift to override */
764 if ((priv_modes & PrivMode_aplKP) ? !shft : shft)
765 {
766 strcpy (kbuf, "\033Ow");
767 break;
768 }
769 /* FALLTHROUGH */
770#endif
771 case XK_Home:
772 strcpy (kbuf, KS_HOME);
773 break;
774
775#define FKEY(n, fkey) \
776 sprintf ((char *)kbuf,"\033[%2d~", (int) ((n) + (keysym - fkey)))
777
778 case XK_F1: /* "\033[11~" */
779 case XK_F2: /* "\033[12~" */
780 case XK_F3: /* "\033[13~" */
781 case XK_F4: /* "\033[14~" */
782 case XK_F5: /* "\033[15~" */
783 FKEY (11, XK_F1);
784 break;
785 case XK_F6: /* "\033[17~" */
786 case XK_F7: /* "\033[18~" */
787 case XK_F8: /* "\033[19~" */
788 case XK_F9: /* "\033[20~" */
789 case XK_F10: /* "\033[21~" */
790 FKEY (17, XK_F6);
791 break;
792 case XK_F11: /* "\033[23~" */
793 case XK_F12: /* "\033[24~" */
794 case XK_F13: /* "\033[25~" */
795 case XK_F14: /* "\033[26~" */
796 FKEY (23, XK_F11);
797 break;
798 case XK_F15: /* "\033[28~" */
799 case XK_F16: /* "\033[29~" */
800 FKEY (28, XK_F15);
801 break;
802 case XK_Help: /* "\033[28~" */
803 FKEY (28, XK_Help);
804 break;
805 case XK_Menu: /* "\033[29~" */
806 FKEY (29, XK_Menu);
807 break;
808 case XK_F17: /* "\033[31~" */
809 case XK_F18: /* "\033[32~" */
810 case XK_F19: /* "\033[33~" */
811 case XK_F20: /* "\033[34~" */
812 case XK_F21: /* "\033[35~" */
813 case XK_F22: /* "\033[36~" */
814 case XK_F23: /* "\033[37~" */
815 case XK_F24: /* "\033[38~" */
816 case XK_F25: /* "\033[39~" */
817 case XK_F26: /* "\033[40~" */
818 case XK_F27: /* "\033[41~" */
819 case XK_F28: /* "\033[42~" */
820 case XK_F29: /* "\033[43~" */
821 case XK_F30: /* "\033[44~" */
822 case XK_F31: /* "\033[45~" */
823 case XK_F32: /* "\033[46~" */
824 case XK_F33: /* "\033[47~" */
825 case XK_F34: /* "\033[48~" */
826 case XK_F35: /* "\033[49~" */
827 FKEY (31, XK_F17);
828 break;
829#undef FKEY
830 default:
831 newlen = 0; 773 newlen = 0;
832 break;
833 } 774 }
834 775 break;
835 if (newlen)
836 len = strlen (kbuf);
837 } 776 }
777
778 if (newlen)
779 len = strlen (kbuf);
838 780
839 /* 781 /*
840 * Pass meta for all function keys, if 'meta' option set 782 * Pass meta for all function keys, if 'meta' option set
841 */ 783 */
842#ifdef META8_OPTION 784#ifdef META8_OPTION
877 return; 819 return;
878 820
879 if (len <= 0) 821 if (len <= 0)
880 return; /* not mapped */ 822 return; /* not mapped */
881 823
882 if (OPTION (Opt_scrollTtyKeypress)) 824 if (option (Opt_scrollTtyKeypress))
883 if (view_start) 825 if (view_start)
884 { 826 {
885 view_start = 0; 827 view_start = 0;
886 want_refresh = 1; 828 want_refresh = 1;
887 } 829 }
926#if ENABLE_FRILLS || ISO_14755 868#if ENABLE_FRILLS || ISO_14755
927 // ISO 14755 support 869 // ISO 14755 support
928 if (iso14755buf) 870 if (iso14755buf)
929 if (iso14755buf & ISO_14755_52) 871 if (iso14755buf & ISO_14755_52)
930 { 872 {
931# if ENABLE_OVERLAY 873# if ISO_14755
932 scr_overlay_off (); 874 scr_overlay_off ();
933# endif 875# endif
934# if ISO_14755 876# if ISO_14755
935 // iso14755 part 5.2 handling: release time 877 // iso14755 part 5.2 handling: release time
936 // first: controls 878 // first: controls
942 commit_iso14755 (); 884 commit_iso14755 ();
943 885
944 return; 886 return;
945 } 887 }
946 888
947 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2) 889 for (unsigned short *i = iso14755_symtab; i[0]; i += 2)
948 if (i[0] == keysym) 890 if (i[0] == keysym)
949 { 891 {
950 iso14755buf = ISO_14755_51 | i[1]; 892 iso14755buf = ISO_14755_51 | i[1];
951 commit_iso14755 (); 893 commit_iso14755 ();
952 894
959 901
960 return; 902 return;
961 } 903 }
962 else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask)) 904 else if ((ev.state & (ShiftMask | ControlMask)) != (ShiftMask | ControlMask))
963 { 905 {
964# if ENABLE_OVERLAY 906# if ISO_14755
965 scr_overlay_off (); 907 scr_overlay_off ();
966# endif 908# endif
967 if (iso14755buf & ISO_14755_51) 909 if (iso14755buf & ISO_14755_51)
968 commit_iso14755 (); 910 commit_iso14755 ();
969#if ISO_14755 911#if ISO_14755
970 else if (iso14755buf & ISO_14755_STARTED) 912 else if (option (Opt_iso14755_52) && iso14755buf & ISO_14755_STARTED)
971 { 913 {
972 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair 914 iso14755buf = ISO_14755_52; // iso14755 part 5.2: remember empty begin/end pair
973 915
974 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1); 916 scr_overlay_new (0, -1, sizeof ("KEYCAP PICTURE INSERT MODE") - 1, 1);
975 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE"); 917 scr_overlay_set (0, 0, "KEYCAP PICTURE INSERT MODE");
989 else if (keysym == XK_Control_L || keysym == XK_Control_R) 931 else if (keysym == XK_Control_L || keysym == XK_Control_R)
990 mouse_slip_wheel_speed = 0; 932 mouse_slip_wheel_speed = 0;
991#endif 933#endif
992} 934}
993 935
994#if defined (KEYSYM_RESOURCE)
995unsigned int
996rxvt_term::cmd_write (const char *str, unsigned int count)
997{
998 unsigned int n, s;
999
1000 n = cmdbuf_ptr - cmdbuf_base;
1001 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp;
1002
1003 if (n > 0 && s < count)
1004 {
1005 memmove (cmdbuf_base, cmdbuf_ptr,
1006 (unsigned int) (cmdbuf_endp - cmdbuf_ptr));
1007 cmdbuf_ptr = cmdbuf_base;
1008 cmdbuf_endp -= n;
1009 s += n;
1010 }
1011
1012 if (count > s)
1013 {
1014 rxvt_warn ("data loss: cmd_write too large, continuing.\n");
1015 count = s;
1016 }
1017
1018 for (; count--;)
1019 *cmdbuf_endp++ = *str++;
1020
1021 cmd_parse ();
1022
1023 return 0;
1024}
1025#endif
1026
1027void 936void
1028rxvt_term::flush () 937rxvt_term::flush ()
1029{ 938{
1030 flush_ev.stop (); 939 flush_ev.stop ();
1031 940
1032#ifdef TRANSPARENT 941#ifdef HAVE_BG_PIXMAP
1033 if (want_full_refresh) 942 if (bg_flags & BG_NEEDS_REFRESH)
1034 { 943 {
1035 want_full_refresh = 0; 944 bg_flags &= ~BG_NEEDS_REFRESH;
1036 scr_clear ();
1037 scr_touch (false); 945 scr_touch (false);
1038 } 946 }
1039#endif 947#endif
1040 948
1041 if (want_refresh) 949 if (want_refresh)
1077 } 985 }
1078 while (row < end_row); 986 while (row < end_row);
1079 } 987 }
1080 988
1081 scr_refresh (); 989 scr_refresh ();
1082 scrollbar_show (1); 990 scrollBar.show (1);
1083#ifdef USE_XIM 991#ifdef USE_XIM
1084 IMSendSpot (); 992 im_send_spot ();
1085#endif 993#endif
1086 } 994 }
1087 995
1088 display->flush (); 996 display->flush ();
1089} 997}
1090 998
999/* checks whether a refresh is requested and starts the refresh timer */
1091void 1000void
1092rxvt_term::check_cb (check_watcher &w) 1001rxvt_term::refresh_check ()
1002{
1003 if (want_refresh && !flush_ev.is_active ())
1004 flush_ev.start (1. / 60.); // refresh at max. 60 Hz normally
1005
1006 display->flush ();
1007}
1008
1009void
1010rxvt_term::flush_cb (ev::timer &w, int revents)
1093{ 1011{
1094 make_current (); 1012 make_current ();
1095 1013
1096 display->flush ();
1097
1098 if (want_refresh && !flush_ev.active)
1099 flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
1100}
1101
1102void
1103rxvt_term::flush_cb (time_watcher &w)
1104{
1105 make_current ();
1106
1107 refresh_limit = 1;
1108 refresh_count = 0; 1014 refresh_count = 0;
1109 flush (); 1015 flush ();
1110} 1016}
1111 1017
1112#ifdef CURSOR_BLINK 1018#ifdef CURSOR_BLINK
1113void 1019void
1114rxvt_term::cursor_blink_cb (time_watcher &w) 1020rxvt_term::cursor_blink_cb (ev::timer &w, int revents)
1115{ 1021{
1116 hidden_cursor = !hidden_cursor; 1022 hidden_cursor = !hidden_cursor;
1117 want_refresh = 1; 1023 want_refresh = 1;
1118 1024 refresh_check ();
1119 w.start (w.at + CURSOR_BLINK_INTERVAL);
1120} 1025}
1121#endif 1026#endif
1122 1027
1123#ifdef TEXT_BLINK 1028#ifdef TEXT_BLINK
1124void 1029void
1125rxvt_term::text_blink_cb (time_watcher &w) 1030rxvt_term::text_blink_cb (ev::timer &w, int revents)
1126{ 1031{
1127 if (scr_refresh_rend (RS_Blink, RS_Blink)) 1032 if (scr_refresh_rend (RS_Blink, RS_Blink))
1128 { 1033 {
1129 hidden_text = !hidden_text; 1034 hidden_text = !hidden_text;
1130 want_refresh = 1; 1035 want_refresh = 1;
1131 w.start (w.at + TEXT_BLINK_INTERVAL); 1036 refresh_check ();
1132 } 1037 }
1038 else
1039 w.stop ();
1133} 1040}
1134#endif 1041#endif
1135 1042
1136#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1043#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1137void 1044void
1138rxvt_term::cont_scroll_cb (time_watcher &w) 1045rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
1139{ 1046{
1140 if ((scrollbar_isUp() || scrollbar_isDn()) && 1047 if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
1141 scr_page (scrollbar_isUp() ? UP : DN, 1)) 1048 && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1))
1142 { 1049 {
1143 want_refresh = 1; 1050 want_refresh = 1;
1144 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1051 refresh_check ();
1145 } 1052 }
1053 else
1054 w.stop ();
1146} 1055}
1147#endif 1056#endif
1148 1057
1149#ifdef SELECTION_SCROLLING 1058#ifdef SELECTION_SCROLLING
1150void 1059void
1151rxvt_term::sel_scroll_cb (time_watcher &w) 1060rxvt_term::sel_scroll_cb (ev::timer &w, int revents)
1152{ 1061{
1153 if (scr_page (scroll_selection_dir, scroll_selection_lines)) 1062 if (scr_page (scroll_selection_dir, scroll_selection_lines))
1154 { 1063 {
1155 selection_extend (selection_save_x, selection_save_y, selection_save_state); 1064 selection_extend (selection_save_x, selection_save_y, selection_save_state);
1156 want_refresh = 1; 1065 want_refresh = 1;
1157 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1066 refresh_check ();
1158 } 1067 }
1068 else
1069 w.stop ();
1159} 1070}
1160#endif 1071#endif
1161 1072
1162#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1073#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1163void 1074void
1164rxvt_term::slip_wheel_cb (time_watcher &w) 1075rxvt_term::slip_wheel_cb (ev::timer &w, int revents)
1165{ 1076{
1166 if (mouse_slip_wheel_speed == 0 1077 if (scr_changeview (view_start - mouse_slip_wheel_speed))
1167 || mouse_slip_wheel_speed < 0 ? scr_page (DN, -mouse_slip_wheel_speed)
1168 : scr_page (UP, mouse_slip_wheel_speed))
1169 { 1078 {
1170 if (view_start == top_row || view_start == 0)
1171 mouse_slip_wheel_speed = 0;
1172
1173 want_refresh = 1; 1079 want_refresh = 1;
1174 w.start (w.at + SCROLLBAR_CONTINUOUS_DELAY); 1080 refresh_check ();
1081 }
1082
1083 if (view_start == top_row || view_start == 0 || mouse_slip_wheel_speed == 0)
1084 {
1085 mouse_slip_wheel_speed = 0;
1086 w.stop ();
1175 } 1087 }
1176} 1088}
1177#endif 1089#endif
1178 1090
1179#if LINUX_YIELD_HACK 1091#if LINUX_YIELD_HACK
1180static struct event_handler 1092static struct event_handler
1181{ 1093{
1182 check_watcher yield_ev; 1094 ev::prepare yield_ev;
1183 1095
1184 void yield_cb (check_watcher &w) 1096 void yield_cb (ev::prepare &w, int revents)
1185 { 1097 {
1186 // this should really be sched_yield(), but the linux guys thought 1098 // this should really be sched_yield(), but the linux guys thought
1187 // that giving a process calling sched_yield () less cpu time than 1099 // that giving a process calling sched_yield () less cpu time than
1188 // ones with high nice levels is a useful thing to do. It surely is is 1100 // ones with high nice levels is a useful thing to do. It surely is is
1189 // allowed by the sus... as is returning ENOSYS. 1101 // allowed by the sus... as is returning ENOSYS.
1102 // since the linux guys additionally thought that breaking the only
1103 // known workaround against their unusable sched_yield hack is cool,
1104 // we just nanosleep a bit and hope for the best.
1190 1105
1191 struct timespec ts = { 0, 0 }; 1106 struct timespec ts = { 0, 1000 };
1192 nanosleep (&ts, 0); 1107 nanosleep (&ts, 0);
1193 1108
1194 w.stop (); 1109 w.stop ();
1195 } 1110 }
1196 1111
1199 { 1114 {
1200 } 1115 }
1201} event_handler; 1116} event_handler;
1202#endif 1117#endif
1203 1118
1119/* make sure all the cmd data is at beginning of cmdbuf */
1120void
1121rxvt_term::cmdbuf_reify ()
1122{
1123 if (cmdbuf_ptr == cmdbuf_base)
1124 return;
1125
1126 ssize_t used = cmdbuf_endp - cmdbuf_ptr;
1127
1128 memmove (cmdbuf_base, cmdbuf_ptr, used);
1129 cmdbuf_ptr = cmdbuf_base;
1130 cmdbuf_endp = cmdbuf_ptr + used;
1131
1132}
1133
1134#if defined (KEYSYM_RESOURCE)
1135void
1136rxvt_term::cmdbuf_append (const char *str, size_t count)
1137{
1138 cmdbuf_reify ();
1139
1140 size_t avail = cmdbuf_base + CBUFSIZ - cmdbuf_endp;
1141
1142 if (count > avail)
1143 return;
1144
1145 memcpy (cmdbuf_endp, str, count);
1146 cmdbuf_endp += count;
1147
1148 cmd_parse ();
1149}
1150#endif
1151
1204bool 1152bool
1205rxvt_term::pty_fill () 1153rxvt_term::pty_fill ()
1206{ 1154{
1207 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1155 cmdbuf_reify ();
1208 1156
1209 if (CBUFSIZ == n) 1157 size_t avail = cmdbuf_base + CBUFSIZ - cmdbuf_endp;
1210 { 1158
1211 rxvt_warn ("PLEASE REPORT: pty_fill on full buffer, draining input, continuing.\n"); 1159 if (!avail)
1212 n = 0;
1213 } 1160 {
1214 1161 // normally this indicates a "too long" command sequence - just drop the data we have
1215 memmove (cmdbuf_base, cmdbuf_ptr, n);
1216 cmdbuf_ptr = cmdbuf_base; 1162 cmdbuf_ptr = cmdbuf_base;
1217 cmdbuf_endp = cmdbuf_ptr + n; 1163 cmdbuf_endp = cmdbuf_ptr;
1164 avail = CBUFSIZ;
1165 }
1218 1166
1219 ssize_t r = read (pty->pty, cmdbuf_endp, CBUFSIZ - n); 1167 ssize_t r = read (pty->pty, cmdbuf_endp, avail);
1220 1168
1221 if (r > 0) 1169 if (r > 0)
1222 { 1170 {
1223 cmdbuf_endp += r; 1171 cmdbuf_endp += r;
1224 return true; 1172 return true;
1232 } 1180 }
1233 else 1181 else
1234 { 1182 {
1235 pty_ev.stop (); 1183 pty_ev.stop ();
1236 1184
1237 if (!OPTION (Opt_hold)) 1185 if (!option (Opt_hold))
1238 destroy (); 1186 destroy ();
1239 } 1187 }
1240 1188
1241 return false; 1189 return false;
1242} 1190}
1243 1191
1244void 1192void
1245rxvt_term::pty_cb (io_watcher &w, short revents) 1193rxvt_term::pty_cb (ev::io &w, int revents)
1246{ 1194{
1247 make_current (); 1195 make_current ();
1248 1196
1249 if (revents & EVENT_READ) 1197 if (revents & ev::READ)
1250 // loop, but don't allow a single term to monopolize us 1198 // loop, but don't allow a single term to monopolize us
1251 while (pty_fill ()) 1199 for (int i = CBUFCNT; i-- && pty_fill (); )
1252 if (cmd_parse ()) 1200 cmd_parse ();
1253 break;
1254 1201
1255 if (revents & EVENT_WRITE) 1202 if (revents & ev::WRITE)
1256 pty_write (); 1203 pty_write ();
1204
1205 refresh_check ();
1257} 1206}
1258 1207
1259void 1208void
1260rxvt_term::pointer_unblank () 1209rxvt_term::pointer_unblank ()
1261{ 1210{
1263 recolour_cursor (); 1212 recolour_cursor ();
1264 1213
1265#ifdef POINTER_BLANK 1214#ifdef POINTER_BLANK
1266 hidden_pointer = 0; 1215 hidden_pointer = 0;
1267 1216
1268 if (OPTION (Opt_pointerBlank)) 1217 if (option (Opt_pointerBlank))
1269 pointer_ev.start (NOW + pointerBlankDelay); 1218 pointer_ev.start (pointerBlankDelay);
1270#endif 1219#endif
1271} 1220}
1272 1221
1273#ifdef POINTER_BLANK 1222#ifdef POINTER_BLANK
1274void 1223void
1275rxvt_term::pointer_blank () 1224rxvt_term::pointer_blank ()
1276{ 1225{
1277 if (!OPTION (Opt_pointerBlank)) 1226 if (!option (Opt_pointerBlank))
1278 return; 1227 return;
1279 1228
1280 XDefineCursor (dpy, vt, display->blank_cursor); 1229 XDefineCursor (dpy, vt, display->blank_cursor);
1281 XFlush (dpy); 1230 XFlush (dpy);
1282 1231
1283 hidden_pointer = 1; 1232 hidden_pointer = 1;
1284} 1233}
1285 1234
1286void 1235void
1287rxvt_term::pointer_cb (time_watcher &w) 1236rxvt_term::pointer_cb (ev::timer &w, int revents)
1288{ 1237{
1289 make_current (); 1238 make_current ();
1290 1239
1291 pointer_blank (); 1240 pointer_blank ();
1292} 1241}
1295void 1244void
1296rxvt_term::mouse_report (XButtonEvent &ev) 1245rxvt_term::mouse_report (XButtonEvent &ev)
1297{ 1246{
1298 int button_number, key_state = 0; 1247 int button_number, key_state = 0;
1299 int x, y; 1248 int x, y;
1249 int code = 32;
1300 1250
1301 x = ev.x; 1251 x = Pixel2Col (ev.x) + 1;
1302 y = ev.y; 1252 y = Pixel2Row (ev.y) + 1;
1303 pixel_position (&x, &y); 1253
1254 if (ev.type == MotionNotify)
1255 {
1256 if (x == mouse_row && y == mouse_col)
1257 return;
1258
1259 mouse_row = x;
1260 mouse_col = y;
1261 code += 32;
1262 }
1304 1263
1305 if (MEvent.button == AnyButton) 1264 if (MEvent.button == AnyButton)
1306 button_number = 3; 1265 button_number = 3;
1307 else 1266 else
1308 { 1267 {
1309 button_number = MEvent.button - Button1; 1268 button_number = MEvent.button - Button1;
1310 /* add 0x3D for wheel events, like xterm does */ 1269 /* add 0x3D for wheel events, like xterm does */
1311 if (button_number >= 3) 1270 if (button_number >= 3)
1312 button_number += (64 - 3); 1271 button_number += 64 - 3;
1313 } 1272 }
1314 1273
1315 if (priv_modes & PrivMode_MouseX10) 1274 if (priv_modes & PrivMode_MouseX10)
1316 { 1275 {
1317 /* 1276 /*
1349 fputc ('A', stderr); 1308 fputc ('A', stderr);
1350 if (key_state & 32) 1309 if (key_state & 32)
1351 fputc ('2', stderr); 1310 fputc ('2', stderr);
1352 fprintf (stderr, "]: <%d>, %d/%d\n", 1311 fprintf (stderr, "]: <%d>, %d/%d\n",
1353 button_number, 1312 button_number,
1354 x + 1, 1313 x,
1355 y + 1); 1314 y);
1356#endif 1315#endif
1357 1316
1317#if ENABLE_FRILLS
1318 if (priv_modes & PrivMode_ExtMouseRight)
1319 tt_printf ("\033[%d;%d;%dM",
1320 code + button_number + key_state,
1321 x,
1322 y);
1323 else if (priv_modes & PrivMode_ExtModeMouse)
1324 tt_printf ("\033[M%c%lc%lc",
1325 code + button_number + key_state,
1326 wint_t (32 + x),
1327 wint_t (32 + y));
1328 else
1329#endif
1358 tt_printf ("\033[M%c%c%c", 1330 tt_printf ("\033[M%c%c%c",
1359 (32 + button_number + key_state), 1331 code + button_number + key_state,
1360 (32 + x + 1), 1332 32 + x,
1361 (32 + y + 1)); 1333 32 + y);
1362} 1334}
1363 1335
1364/*{{{ process an X event */ 1336/*{{{ process an X event */
1365void 1337void
1366rxvt_term::x_cb (XEvent &ev) 1338rxvt_term::x_cb (XEvent &ev)
1426 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT) 1398 else if (ev.xclient.data.l[1] == XEMBED_FOCUS_OUT)
1427 focus_out (); 1399 focus_out ();
1428 } 1400 }
1429#endif 1401#endif
1430 } 1402 }
1431 break;
1432
1433 case MappingNotify:
1434 XRefreshKeyboardMapping (&ev.xmapping);
1435 break; 1403 break;
1436 1404
1437 /* 1405 /*
1438 * XXX: this is not the _current_ arrangement 1406 * XXX: this is not the _current_ arrangement
1439 * Here's my conclusion: 1407 * Here's my conclusion:
1458 break; 1426 break;
1459 } 1427 }
1460 break; 1428 break;
1461 1429
1462 case FocusIn: 1430 case FocusIn:
1463 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1431 if (ev.xfocus.detail != NotifyInferior
1432 && ev.xfocus.detail != NotifyPointer
1433 && ev.xfocus.mode != NotifyGrab)
1464 focus_in (); 1434 focus_in ();
1465 break; 1435 break;
1466 1436
1467 case FocusOut: 1437 case FocusOut:
1468 if (ev.xfocus.detail != NotifyInferior && ev.xfocus.detail != NotifyPointer) 1438 if (ev.xfocus.detail != NotifyInferior
1439 && ev.xfocus.detail != NotifyPointer
1440 && ev.xfocus.mode != NotifyGrab)
1469 focus_out (); 1441 focus_out ();
1470 break; 1442 break;
1471 1443
1472 case ConfigureNotify: 1444 case ConfigureNotify:
1473 if (ev.xconfigure.window == parent[0]) 1445 if (ev.xconfigure.window == parent)
1474 { 1446 {
1475 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) 1447 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1476 ; 1448 ;
1449
1450#ifdef HAVE_BG_PIXMAP
1451 bool moved = false;
1452 if (bg_window_position_sensitive ())
1453 {
1454 int x, y;
1455 if (ev.xconfigure.send_event)
1456 {
1457 x = ev.xconfigure.x;
1458 y = ev.xconfigure.y;
1459 }
1460 else
1461 get_window_origin (x, y);
1462
1463 if (bg_set_position (x, y)
1464 || !(bg_flags & BG_IS_VALID))
1465 moved = true;
1466 }
1467#endif
1477 1468
1478 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1469 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1479 { 1470 {
1480 seen_resize = 1; 1471 seen_resize = 1;
1481 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1472 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1482 } 1473 }
1474 else
1475 {
1476#ifdef HAVE_BG_PIXMAP
1477 if (moved)
1478 {
1479 if (mapped)
1480 update_background ();
1481 else
1482 bg_invalidate ();
1483 }
1484#endif
1485 }
1483 1486
1484 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1487 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1485
1486#ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */
1487#if 0
1488 if (OPTION (Opt_transparent))
1489 check_our_parents ();
1490#endif
1491#endif
1492 } 1488 }
1493 break; 1489 break;
1494 1490
1495 case PropertyNotify: 1491 case PropertyNotify:
1496 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END))) 1492 HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END));
1497 if (ev.xproperty.atom == xa[XA_VT_SELECTION]
1498 && ev.xproperty.state == PropertyNewValue)
1499 selection_property (ev.xproperty.window, ev.xproperty.atom);
1500
1501 break; 1493 break;
1502 1494
1503 case SelectionClear: 1495 case SelectionClear:
1504 selection_clear (); 1496 selection_clear (ev.xselectionclear.selection == xa[XA_CLIPBOARD]);
1505 break;
1506
1507 case SelectionNotify:
1508 if (selection_wait == Sel_normal)
1509 selection_paste (ev.xselection.requestor, ev.xselection.property, true);
1510 break; 1497 break;
1511 1498
1512 case SelectionRequest: 1499 case SelectionRequest:
1513 selection_send (ev.xselectionrequest); 1500 selection_send (ev.xselectionrequest);
1514 break; 1501 break;
1515 1502
1516 case MapNotify: 1503 case MapNotify:
1504#ifdef HAVE_BG_PIXMAP
1505 /* This is needed specifically to fix the case of no window manager or a
1506 * non-reparenting window manager. In those cases we never get first
1507 * ConfigureNotify. Also that speeds startup under normal WM, by taking
1508 * care of multiplicity of ConfigureNotify events arriving while WM does
1509 * reparenting.
1510 * We should not render background immediately, as there could be several
1511 * ConfigureNotify's to follow. Lets take care of all of them in one scoop
1512 * by scheduling background redraw as soon as we can, but giving a short
1513 * bit of time for ConfigureNotifies to arrive.
1514 * We should render background PRIOR to drawing any text, but AFTER all
1515 * of ConfigureNotifys for the best results.
1516 */
1517 if (!(bg_flags & BG_IS_VALID))
1518 update_background_ev.start (0.025);
1519#endif
1517 mapped = 1; 1520 mapped = 1;
1518#ifdef TEXT_BLINK 1521#ifdef TEXT_BLINK
1519 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL); 1522 text_blink_ev.start ();
1520#endif 1523#endif
1521 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1524 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1522 break; 1525 break;
1523 1526
1524 case UnmapNotify: 1527 case UnmapNotify:
1526#ifdef TEXT_BLINK 1529#ifdef TEXT_BLINK
1527 text_blink_ev.stop (); 1530 text_blink_ev.stop ();
1528#endif 1531#endif
1529 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1532 HOOK_INVOKE ((this, HOOK_UNMAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1530 break; 1533 break;
1531
1532#ifdef TRANSPARENT
1533 case ReparentNotify:
1534 rootwin_cb (ev);
1535 break;
1536#endif /* TRANSPARENT */
1537 1534
1538 case GraphicsExpose: 1535 case GraphicsExpose:
1539 case Expose: 1536 case Expose:
1540 if (ev.xany.window == vt) 1537 if (ev.xany.window == vt)
1541 { 1538 {
1542 do 1539 do
1540 {
1543 scr_expose (ev.xexpose.x, ev.xexpose.y, 1541 scr_expose (ev.xexpose.x, ev.xexpose.y,
1544 ev.xexpose.width, ev.xexpose.height, False); 1542 ev.xexpose.width, ev.xexpose.height, false);
1543 }
1545 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)); 1544 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev));
1546 1545
1547 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1546 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1548 1547
1549 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)) 1548 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev))
1549 {
1550 scr_expose (ev.xexpose.x, ev.xexpose.y, 1550 scr_expose (ev.xexpose.x, ev.xexpose.y,
1551 ev.xexpose.width, ev.xexpose.height, False); 1551 ev.xexpose.width, ev.xexpose.height, false);
1552 }
1552 1553
1553 want_refresh = 1; 1554 want_refresh = 1;
1554 } 1555 }
1555 else 1556 else
1556 { 1557 {
1559 while (XCheckTypedWindowEvent (dpy, ev.xany.window, Expose, &unused_event)) 1560 while (XCheckTypedWindowEvent (dpy, ev.xany.window, Expose, &unused_event))
1560 ; 1561 ;
1561 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event)) 1562 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event))
1562 ; 1563 ;
1563 1564
1564 if (isScrollbarWindow (ev.xany.window)) 1565 if (scrollBar.state && ev.xany.window == scrollBar.win)
1565 { 1566 {
1566 scrollBar.setIdle (); 1567 scrollBar.state = STATE_IDLE;
1567 scrollbar_show (0); 1568 scrollBar.show (0);
1568 } 1569 }
1569
1570#ifdef TRANSPARENT
1571 if (am_transparent && ev.xany.window == parent[0])
1572 XClearWindow (dpy, ev.xany.window);
1573#endif
1574 } 1570 }
1575 break; 1571 break;
1576 1572
1577 case MotionNotify: 1573 case MotionNotify:
1578#ifdef POINTER_BLANK 1574#ifdef POINTER_BLANK
1579 if (hidden_pointer) 1575 if (hidden_pointer)
1580 pointer_unblank (); 1576 pointer_unblank ();
1581#endif 1577#endif
1578 if ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask))
1579 || priv_modes & PrivMode_MouseAnyEvent)
1580 mouse_report (ev.xbutton);
1582 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1581 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1583 break; 1582 break;
1584 1583
1585 if (ev.xany.window == vt) 1584 if (ev.xany.window == vt)
1586 { 1585 {
1620 int dist; 1619 int dist;
1621 1620
1622 /* don't clobber the current delay if we are 1621 /* don't clobber the current delay if we are
1623 * already in the middle of scrolling. 1622 * already in the middle of scrolling.
1624 */ 1623 */
1625 if (!sel_scroll_ev.active) 1624 if (!sel_scroll_ev.is_active ())
1626 sel_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 1625 sel_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
1627 1626
1628 /* save the event params so we can highlight 1627 /* save the event params so we can highlight
1629 * the selection in the pending-scroll loop 1628 * the selection in the pending-scroll loop
1630 */ 1629 */
1631 selection_save_x = ev.xbutton.x; 1630 selection_save_x = ev.xbutton.x;
1653 else 1652 else
1654 { 1653 {
1655 /* we are within the text window, so we 1654 /* we are within the text window, so we
1656 * shouldn't be scrolling 1655 * shouldn't be scrolling
1657 */ 1656 */
1658 if (sel_scroll_ev.active)
1659 sel_scroll_ev.stop(); 1657 sel_scroll_ev.stop();
1660 } 1658 }
1661#endif 1659#endif
1662#ifdef MOUSE_THRESHOLD 1660#ifdef MOUSE_THRESHOLD
1663 } 1661 }
1664#endif 1662#endif
1665 } 1663 }
1666 } 1664 }
1667 else if (isScrollbarWindow (ev.xany.window) && scrollbar_isMotion ()) 1665 else if (scrollBar.state == STATE_MOTION && ev.xany.window == scrollBar.win)
1668 { 1666 {
1669 while (XCheckTypedWindowEvent (dpy, scrollBar.win, 1667 while (XCheckTypedWindowEvent (dpy, scrollBar.win,
1670 MotionNotify, &ev)) 1668 MotionNotify, &ev))
1671 ; 1669 ;
1672 1670
1674 &unused_root, &unused_child, 1672 &unused_root, &unused_child,
1675 &unused_root_x, &unused_root_y, 1673 &unused_root_x, &unused_root_y,
1676 &ev.xbutton.x, &ev.xbutton.y, 1674 &ev.xbutton.x, &ev.xbutton.y,
1677 &unused_mask); 1675 &unused_mask);
1678 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1676 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO,
1679 scrollbar_size ()); 1677 scrollBar.size ());
1680 want_refresh = 1; 1678 want_refresh = 1;
1681 refresh_limit = 0;
1682 scrollbar_show (1); 1679 scrollBar.show (1);
1683 } 1680 }
1684 break; 1681 break;
1685 } 1682 }
1686 1683
1687#if defined(CURSOR_BLINK) 1684#if defined(CURSOR_BLINK)
1688 if (OPTION (Opt_cursorBlink) && ev.type == KeyPress) 1685 if (option (Opt_cursorBlink) && ev.type == KeyPress)
1689 { 1686 {
1690 if (hidden_cursor) 1687 if (hidden_cursor)
1691 { 1688 {
1692 hidden_cursor = 0; 1689 hidden_cursor = 0;
1693 want_refresh = 1; 1690 want_refresh = 1;
1694 } 1691 }
1695 1692
1696 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1693 cursor_blink_ev.again ();
1697 } 1694 }
1698#endif 1695#endif
1699 1696
1700#if defined(POINTER_BLANK) 1697#if defined(POINTER_BLANK)
1701 if (OPTION (Opt_pointerBlank) && pointerBlankDelay > 0) 1698 if (option (Opt_pointerBlank) && pointerBlankDelay > 0)
1702 { 1699 {
1703 if (ev.type == MotionNotify 1700 if (ev.type == MotionNotify
1704 || ev.type == ButtonPress 1701 || ev.type == ButtonPress
1705 || ev.type == ButtonRelease) 1702 || ev.type == ButtonRelease)
1706 if (hidden_pointer) 1703 if (hidden_pointer)
1708 1705
1709 if (ev.type == KeyPress && hidden_pointer == 0) 1706 if (ev.type == KeyPress && hidden_pointer == 0)
1710 pointer_blank (); 1707 pointer_blank ();
1711 } 1708 }
1712#endif 1709#endif
1710
1711 refresh_check ();
1713} 1712}
1713
1714#if ENABLE_FRILLS
1715void
1716rxvt_term::set_urgency (bool enable)
1717{
1718 if (enable == urgency_hint)
1719 return;
1720
1721 if (XWMHints *h = XGetWMHints (dpy, parent))
1722 {
1723 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);
1724 XSetWMHints (dpy, parent, h);
1725 urgency_hint = enable;
1726 }
1727}
1728#endif
1714 1729
1715void 1730void
1716rxvt_term::focus_in () 1731rxvt_term::focus_in ()
1717{ 1732{
1718 if (!focus) 1733 if (!focus)
1719 { 1734 {
1720 focus = 1; 1735 focus = 1;
1721 want_refresh = 1; 1736 want_refresh = 1;
1722 1737
1723 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1724
1725#if USE_XIM 1738#if USE_XIM
1726 if (Input_Context != NULL) 1739 if (Input_Context != NULL)
1727 { 1740 {
1728 IMSetPosition (); 1741 im_set_position ();
1729 XSetICFocus (Input_Context); 1742 XSetICFocus (Input_Context);
1730 } 1743 }
1731#endif 1744#endif
1732#if CURSOR_BLINK 1745#if CURSOR_BLINK
1733 if (OPTION (Opt_cursorBlink)) 1746 if (option (Opt_cursorBlink))
1734 cursor_blink_ev.start (NOW + CURSOR_BLINK_INTERVAL); 1747 cursor_blink_ev.again ();
1735#endif 1748#endif
1736#if OFF_FOCUS_FADING 1749#if OFF_FOCUS_FADING
1737 if (rs[Rs_fade]) 1750 if (rs[Rs_fade])
1738 { 1751 {
1739 pix_colors = pix_colors_focused; 1752 pix_colors = pix_colors_focused;
1740 scr_recolour (); 1753 scr_recolour ();
1741 } 1754 }
1742#endif 1755#endif
1756#if ENABLE_FRILLS
1757 if (option (Opt_urgentOnBell))
1758 set_urgency (0);
1759#endif
1760
1761 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1743 } 1762 }
1744} 1763}
1745 1764
1746void 1765void
1747rxvt_term::focus_out () 1766rxvt_term::focus_out ()
1749 if (focus) 1768 if (focus)
1750 { 1769 {
1751 focus = 0; 1770 focus = 0;
1752 want_refresh = 1; 1771 want_refresh = 1;
1753 1772
1754 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1773#if ENABLE_FRILLS
1755 1774 if (option (Opt_urgentOnBell))
1775 set_urgency (0);
1776#endif
1756#if ENABLE_FRILLS || ISO_14755 1777#if ENABLE_FRILLS || ISO_14755
1757 if (iso14755buf) 1778 if (iso14755buf)
1758 { 1779 {
1759 iso14755buf = 0; 1780 iso14755buf = 0;
1760# if ENABLE_OVERLAY 1781# if ISO_14755
1761 scr_overlay_off (); 1782 scr_overlay_off ();
1762# endif 1783# endif
1763 } 1784 }
1764#endif 1785#endif
1765#if USE_XIM 1786#if USE_XIM
1766 if (Input_Context != NULL) 1787 if (Input_Context != NULL)
1767 XUnsetICFocus (Input_Context); 1788 XUnsetICFocus (Input_Context);
1768#endif 1789#endif
1769#if CURSOR_BLINK 1790#if CURSOR_BLINK
1770 if (OPTION (Opt_cursorBlink)) 1791 if (option (Opt_cursorBlink))
1771 cursor_blink_ev.stop (); 1792 cursor_blink_ev.stop ();
1793
1772 hidden_cursor = 0; 1794 hidden_cursor = 0;
1773#endif 1795#endif
1774#if OFF_FOCUS_FADING 1796#if OFF_FOCUS_FADING
1775 if (rs[Rs_fade]) 1797 if (rs[Rs_fade])
1776 { 1798 {
1777 pix_colors = pix_colors_unfocused; 1799 pix_colors = pix_colors_unfocused;
1778 scr_recolour (); 1800 scr_recolour ();
1779 } 1801 }
1780#endif 1802#endif
1803
1804 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1781 } 1805 }
1782} 1806}
1783 1807
1784void 1808void
1785rxvt_term::update_fade_color (unsigned int idx) 1809rxvt_term::update_fade_color (unsigned int idx)
1792 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 1816 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1793 } 1817 }
1794#endif 1818#endif
1795} 1819}
1796 1820
1797#if TRANSPARENT || ENABLE_PERL 1821#if ENABLE_TRANSPARENCY || ENABLE_PERL
1798void 1822void
1799rxvt_term::rootwin_cb (XEvent &ev) 1823rxvt_term::rootwin_cb (XEvent &ev)
1800{ 1824{
1801 make_current (); 1825 make_current ();
1802 1826
1803 if (SHOULD_INVOKE (HOOK_ROOT_EVENT) 1827 if (SHOULD_INVOKE (HOOK_ROOT_EVENT)
1804 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END))) 1828 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END)))
1805 return; 1829 return;
1806 1830
1807# if TRANSPARENT 1831# if ENABLE_TRANSPARENCY
1808 switch (ev.type) 1832 switch (ev.type)
1809 { 1833 {
1810 case PropertyNotify: 1834 case PropertyNotify:
1811 /* 1835 /*
1812 * if user used some Esetroot compatible prog to set the root bg, 1836 * if user used some Esetroot compatible prog to set the root bg,
1813 * use the property to determine the pixmap. We use it later on. 1837 * use the property to determine the pixmap. We use it later on.
1814 */ 1838 */
1815 if (ev.xproperty.atom != xa[XA_XROOTPMAP_ID] 1839 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1816 && ev.xproperty.atom != xa[XA_ESETROOT_PMAP_ID]) 1840 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1817 return; 1841 {
1842 bg_set_root_pixmap ();
1843 update_background ();
1844 }
1818 1845
1819 /* FALLTHROUGH */
1820 case ReparentNotify:
1821 if (OPTION (Opt_transparent) && check_our_parents () && am_transparent)
1822 want_refresh = want_full_refresh = 1;
1823 break; 1846 break;
1824 } 1847 }
1825# endif 1848# endif
1849
1850 refresh_check ();
1826} 1851}
1827#endif 1852#endif
1828 1853
1829void 1854void
1830rxvt_term::button_press (XButtonEvent &ev) 1855rxvt_term::button_press (XButtonEvent &ev)
1861 /* save the xbutton state (for ButtonRelease) */ 1886 /* save the xbutton state (for ButtonRelease) */
1862 MEvent.state = ev.state; 1887 MEvent.state = ev.state;
1863#ifdef MOUSE_REPORT_DOUBLECLICK 1888#ifdef MOUSE_REPORT_DOUBLECLICK
1864 if (ev.button == MEvent.button && clickintime) 1889 if (ev.button == MEvent.button && clickintime)
1865 { 1890 {
1866 /* same button, within alloted time */ 1891 /* same button, within allowed time */
1867 MEvent.clicks++; 1892 MEvent.clicks++;
1868 1893
1869 if (MEvent.clicks > 1) 1894 if (MEvent.clicks > 1)
1870 { 1895 {
1871 /* only report double clicks */ 1896 /* only report double clicks */
1885 mouse_report (ev); 1910 mouse_report (ev);
1886 } 1911 }
1887#else 1912#else
1888 MEvent.button = ev.button; 1913 MEvent.button = ev.button;
1889 mouse_report (ev); 1914 mouse_report (ev);
1890#endif /* MOUSE_REPORT_DOUBLECLICK */ 1915#endif /* MOUSE_REPORT_DOUBLECLICK */
1891 1916
1892 } 1917 }
1893 else 1918 else
1894 { 1919 {
1895 if (ev.button != MEvent.button) 1920 if (ev.button != MEvent.button)
1943 } 1968 }
1944 1969
1945 /* 1970 /*
1946 * Scrollbar window processing of button press 1971 * Scrollbar window processing of button press
1947 */ 1972 */
1948 if (isScrollbarWindow (ev.window)) 1973 if (scrollBar.state && ev.window == scrollBar.win)
1949 { 1974 {
1950 scrollBar.setIdle (); 1975 page_dirn direction = NO_DIR;
1976
1977 if (scrollBar.upButton (ev.y))
1978 direction = UP; /* up */
1979 else if (scrollBar.dnButton (ev.y))
1980 direction = DN; /* down */
1981
1982 scrollBar.state = STATE_IDLE;
1951 /* 1983 /*
1952 * Rxvt-style scrollbar: 1984 * Rxvt-style scrollbar:
1953 * move up if mouse is above slider 1985 * move up if mouse is above slider
1954 * move dn if mouse is below slider 1986 * move dn if mouse is below slider
1955 * 1987 *
1964 /* 1996 /*
1965 * Mouse report disabled scrollbar: 1997 * Mouse report disabled scrollbar:
1966 * arrow buttons - send up/down 1998 * arrow buttons - send up/down
1967 * click on scrollbar - send pageup/down 1999 * click on scrollbar - send pageup/down
1968 */ 2000 */
1969 if ((scrollBar.style == R_SB_NEXT 2001 if (direction == UP)
1970 && scrollbarnext_upButton (ev.y))
1971 || (scrollBar.style == R_SB_RXVT
1972 && scrollbarrxvt_upButton (ev.y)))
1973 tt_printf ("\033[A"); 2002 tt_printf ("\033[A");
1974 else if ((scrollBar.style == R_SB_NEXT 2003 else if (direction == DN)
1975 && scrollbarnext_dnButton (ev.y))
1976 || (scrollBar.style == R_SB_RXVT
1977 && scrollbarrxvt_dnButton (ev.y)))
1978 tt_printf ("\033[B"); 2004 tt_printf ("\033[B");
1979 else 2005 else
1980 switch (ev.button) 2006 switch (ev.button)
1981 { 2007 {
1982 case Button2: 2008 case Button2:
1989 tt_printf ("\033[5~"); 2015 tt_printf ("\033[5~");
1990 break; 2016 break;
1991 } 2017 }
1992 } 2018 }
1993 else 2019 else
1994#endif /* NO_SCROLLBAR_REPORT */ 2020#endif /* NO_SCROLLBAR_REPORT */
1995
1996 {
1997 char upordown = 0;
1998
1999 if (scrollBar.style == R_SB_NEXT)
2000 { 2021 {
2001 if (scrollbarnext_upButton (ev.y)) 2022 if (direction != NO_DIR)
2002 upordown = -1; /* up */
2003 else if (scrollbarnext_dnButton (ev.y))
2004 upordown = 1; /* down */
2005 }
2006 else if (scrollBar.style == R_SB_RXVT)
2007 {
2008 if (scrollbarrxvt_upButton (ev.y))
2009 upordown = -1; /* up */
2010 else if (scrollbarrxvt_dnButton (ev.y))
2011 upordown = 1; /* down */
2012 }
2013 if (upordown)
2014 { 2023 {
2015#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 2024#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
2025 if (!cont_scroll_ev.is_active ())
2016 cont_scroll_ev.start (NOW + SCROLLBAR_INITIAL_DELAY); 2026 cont_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2017#endif 2027#endif
2018 if (scr_page (upordown < 0 ? UP : DN, 1)) 2028 if (scr_page (direction, 1))
2019 { 2029 {
2020 if (upordown < 0) 2030 if (direction == UP)
2021 scrollBar.setUp (); 2031 scrollBar.state = STATE_UP;
2022 else 2032 else
2023 scrollBar.setDn (); 2033 scrollBar.state = STATE_DOWN;
2024 } 2034 }
2025 } 2035 }
2026 else 2036 else
2027 switch (ev.button) 2037 switch (ev.button)
2028 { 2038 {
2029 case Button2: 2039 case Button2:
2030 switch (scrollbar_align) 2040 switch (scrollBar.align)
2031 { 2041 {
2032 case R_SB_ALIGN_TOP: 2042 case R_SB_ALIGN_TOP:
2033 csrO = 0; 2043 csrO = 0;
2034 break; 2044 break;
2035 case R_SB_ALIGN_CENTRE: 2045 case R_SB_ALIGN_CENTRE:
2041 } 2051 }
2042 2052
2043 if (scrollBar.style == R_SB_XTERM 2053 if (scrollBar.style == R_SB_XTERM
2044 || scrollbar_above_slider (ev.y) 2054 || scrollbar_above_slider (ev.y)
2045 || scrollbar_below_slider (ev.y)) 2055 || scrollbar_below_slider (ev.y))
2046 scr_move_to (scrollbar_position (ev.y) - csrO, scrollbar_size ()); 2056 scr_move_to (scrollbar_position (ev.y) - csrO, scrollBar.size ());
2047 2057
2048 scrollBar.setMotion (); 2058 scrollBar.state = STATE_MOTION;
2049 break; 2059 break;
2050 2060
2051 case Button1: 2061 case Button1:
2052 if (scrollbar_align == R_SB_ALIGN_CENTRE) 2062 if (scrollBar.align == R_SB_ALIGN_CENTRE)
2053 csrO = ev.y - scrollBar.top; 2063 csrO = ev.y - scrollBar.top;
2054 /* FALLTHROUGH */ 2064 /* FALLTHROUGH */
2055 2065
2056 case Button3: 2066 case Button3:
2057 if (scrollBar.style != R_SB_XTERM) 2067 if (scrollBar.style != R_SB_XTERM)
2067 scr_page (DN, nrow - 1); 2077 scr_page (DN, nrow - 1);
2068# else 2078# else
2069 scr_page (DN, nrow / 4); 2079 scr_page (DN, nrow / 4);
2070# endif 2080# endif
2071 else 2081 else
2072 scrollBar.setMotion (); 2082 scrollBar.state = STATE_MOTION;
2073 } 2083 }
2074 else 2084 else
2075 { 2085 {
2076 scr_page ((ev.button == Button1 ? DN : UP), 2086 scr_page ((ev.button == Button1 ? DN : UP),
2077 (nrow 2087 (nrow
2078 * scrollbar_position (ev.y) 2088 * scrollbar_position (ev.y)
2079 / scrollbar_size ())); 2089 / scrollBar.size ()));
2080 } 2090 }
2081 2091
2082 break; 2092 break;
2083 } 2093 }
2084 } 2094 }
2094 2104
2095 csrO = 0; /* reset csr Offset */ 2105 csrO = 0; /* reset csr Offset */
2096 if (!bypass_keystate) 2106 if (!bypass_keystate)
2097 reportmode = !! (priv_modes & PrivMode_mouse_report); 2107 reportmode = !! (priv_modes & PrivMode_mouse_report);
2098 2108
2099 if (scrollbar_isUpDn ()) 2109 if (scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN)
2100 { 2110 {
2101 scrollBar.setIdle (); 2111 scrollBar.state = STATE_IDLE;
2102 scrollbar_show (0); 2112 scrollBar.show (0);
2103 } 2113 }
2104 2114
2105#ifdef SELECTION_SCROLLING 2115#ifdef SELECTION_SCROLLING
2106 if (sel_scroll_ev.active)
2107 sel_scroll_ev.stop(); 2116 sel_scroll_ev.stop();
2108#endif 2117#endif
2109 2118
2110 if (ev.window == vt) 2119 if (ev.window == vt)
2111 { 2120 {
2112 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END))) 2121 if (HOOK_INVOKE ((this, HOOK_BUTTON_RELEASE, DT_XEVENT, &ev, DT_END)))
2136 mouse_report (ev); 2145 mouse_report (ev);
2137 } 2146 }
2138#else /* MOUSE_REPORT_DOUBLECLICK */ 2147#else /* MOUSE_REPORT_DOUBLECLICK */
2139 MEvent.button = AnyButton; 2148 MEvent.button = AnyButton;
2140 mouse_report (ev); 2149 mouse_report (ev);
2141#endif /* MOUSE_REPORT_DOUBLECLICK */ 2150#endif /* MOUSE_REPORT_DOUBLECLICK */
2142 return; 2151 return;
2143 } 2152 }
2144 2153
2145 /* 2154 /*
2146 * dumb hack to compensate for the failure of click-and-drag 2155 * dumb hack to compensate for the failure of click-and-drag
2158 selection_make (ev.time); 2167 selection_make (ev.time);
2159 break; 2168 break;
2160 2169
2161 case Button2: 2170 case Button2:
2162 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2171 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window?
2163 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Primary : Sel_Primary); 2172 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2164 break; 2173 break;
2165 2174
2166#ifdef MOUSE_WHEEL 2175#ifdef MOUSE_WHEEL
2167 case Button4: 2176 case Button4:
2168 case Button5: 2177 case Button5:
2172 2181
2173 v = ev.button == Button4 ? UP : DN; 2182 v = ev.button == Button4 ? UP : DN;
2174 2183
2175 if (ev.state & ShiftMask) 2184 if (ev.state & ShiftMask)
2176 i = 1; 2185 i = 1;
2177 else if (OPTION (Opt_mouseWheelScrollPage)) 2186 else if (option (Opt_mouseWheelScrollPage))
2178 i = nrow - 1; 2187 i = nrow - 1;
2179 else 2188 else
2180 i = 5; 2189 i = 5;
2181 2190
2182# ifdef MOUSE_SLIP_WHEELING 2191# ifdef MOUSE_SLIP_WHEELING
2184 { 2193 {
2185 mouse_slip_wheel_speed += v ? -1 : 1; 2194 mouse_slip_wheel_speed += v ? -1 : 1;
2186 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow; 2195 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow;
2187 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow; 2196 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow;
2188 2197
2189 if (slip_wheel_ev.at < NOW) 2198 if (!slip_wheel_ev.is_active ())
2190 slip_wheel_ev.at = NOW + SCROLLBAR_CONTINUOUS_DELAY; 2199 slip_wheel_ev.start (SCROLLBAR_CONTINUOUS_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2191
2192 slip_wheel_ev.start ();
2193 } 2200 }
2194 else 2201 else
2202# endif
2195 { 2203 {
2196# endif
2197 scr_page (v, i); 2204 scr_page (v, i);
2198 scrollbar_show (1); 2205 scrollBar.show (1);
2199# ifdef MOUSE_SLIP_WHEELING
2200 } 2206 }
2201# endif
2202 } 2207 }
2203 break; 2208 break;
2204#endif 2209#endif
2205 } 2210 }
2206 } 2211 }
2207} 2212}
2208 2213
2209#ifdef TRANSPARENT
2210#if TINTING
2211/* taken from aterm-0.4.2 */
2212
2213typedef uint32_t RUINT32T;
2214
2215void ShadeXImage(rxvt_term *term, XImage* srcImage, int shade, int rm, int gm, int bm)
2216{
2217 int sh_r, sh_g, sh_b;
2218 RUINT32T mask_r, mask_g, mask_b;
2219 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
2220 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;
2221 unsigned int upper_lim_r, upper_lim_g, upper_lim_b;
2222 int i;
2223
2224 Visual *visual = term->visual;
2225
2226 if( visual->c_class != TrueColor || srcImage->format != ZPixmap ) return ;
2227
2228 /* for convenience */
2229 mask_r = visual->red_mask;
2230 mask_g = visual->green_mask;
2231 mask_b = visual->blue_mask;
2232
2233 /* boring lookup table pre-initialization */
2234 switch (srcImage->bits_per_pixel) {
2235 case 15:
2236 if ((mask_r != 0x7c00) ||
2237 (mask_g != 0x03e0) ||
2238 (mask_b != 0x001f))
2239 return;
2240 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+32+32));
2241 lookup_r = lookup;
2242 lookup_g = lookup+32;
2243 lookup_b = lookup+32+32;
2244 sh_r = 10;
2245 sh_g = 5;
2246 sh_b = 0;
2247 break;
2248 case 16:
2249 if ((mask_r != 0xf800) ||
2250 (mask_g != 0x07e0) ||
2251 (mask_b != 0x001f))
2252 return;
2253 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(32+64+32));
2254 lookup_r = lookup;
2255 lookup_g = lookup+32;
2256 lookup_b = lookup+32+64;
2257 sh_r = 11;
2258 sh_g = 5;
2259 sh_b = 0;
2260 break;
2261 case 24:
2262 if ((mask_r != 0xff0000) ||
2263 (mask_g != 0x00ff00) ||
2264 (mask_b != 0x0000ff))
2265 return;
2266 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2267 lookup_r = lookup;
2268 lookup_g = lookup+256;
2269 lookup_b = lookup+256+256;
2270 sh_r = 16;
2271 sh_g = 8;
2272 sh_b = 0;
2273 break;
2274 case 32:
2275 if ((mask_r != 0xff0000) ||
2276 (mask_g != 0x00ff00) ||
2277 (mask_b != 0x0000ff))
2278 return;
2279 lookup = (RUINT32T *) malloc (sizeof (RUINT32T)*(256+256+256));
2280 lookup_r = lookup;
2281 lookup_g = lookup+256;
2282 lookup_b = lookup+256+256;
2283 sh_r = 16;
2284 sh_g = 8;
2285 sh_b = 0;
2286 break;
2287 default:
2288 return; /* we do not support this color depth */
2289 }
2290
2291 /* prepare limits for color transformation (each channel is handled separately) */
2292 if (shade < 0) {
2293 shade = -shade;
2294 if (shade < 0) shade = 0;
2295 if (shade > 100) shade = 100;
2296
2297 lower_lim_r = 65535-rm;
2298 lower_lim_g = 65535-gm;
2299 lower_lim_b = 65535-bm;
2300
2301 lower_lim_r = 65535-(unsigned int)(((RUINT32T)lower_lim_r)*((RUINT32T)shade)/100);
2302 lower_lim_g = 65535-(unsigned int)(((RUINT32T)lower_lim_g)*((RUINT32T)shade)/100);
2303 lower_lim_b = 65535-(unsigned int)(((RUINT32T)lower_lim_b)*((RUINT32T)shade)/100);
2304
2305 upper_lim_r = upper_lim_g = upper_lim_b = 65535;
2306 } else {
2307 if (shade < 0) shade = 0;
2308 if (shade > 100) shade = 100;
2309
2310 lower_lim_r = lower_lim_g = lower_lim_b = 0;
2311
2312 upper_lim_r = (unsigned int)((((RUINT32T)rm)*((RUINT32T)shade))/100);
2313 upper_lim_g = (unsigned int)((((RUINT32T)gm)*((RUINT32T)shade))/100);
2314 upper_lim_b = (unsigned int)((((RUINT32T)bm)*((RUINT32T)shade))/100);
2315 }
2316
2317 /* switch red and blue bytes if necessary, we need it for some weird XServers like XFree86 3.3.3.1 */
2318 if ((srcImage->bits_per_pixel == 24) && (mask_r >= 0xFF0000 ))
2319 {
2320 unsigned int tmp;
2321
2322 tmp = lower_lim_r;
2323 lower_lim_r = lower_lim_b;
2324 lower_lim_b = tmp;
2325
2326 tmp = upper_lim_r;
2327 upper_lim_r = upper_lim_b;
2328 upper_lim_b = tmp;
2329 }
2330
2331 /* fill our lookup tables */
2332 for (i = 0; i <= mask_r>>sh_r; i++)
2333 {
2334 RUINT32T tmp;
2335 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_r-lower_lim_r));
2336 tmp += ((RUINT32T)(mask_r>>sh_r))*((RUINT32T)lower_lim_r);
2337 lookup_r[i] = (tmp/65535)<<sh_r;
2338 }
2339 for (i = 0; i <= mask_g>>sh_g; i++)
2340 {
2341 RUINT32T tmp;
2342 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_g-lower_lim_g));
2343 tmp += ((RUINT32T)(mask_g>>sh_g))*((RUINT32T)lower_lim_g);
2344 lookup_g[i] = (tmp/65535)<<sh_g;
2345 }
2346 for (i = 0; i <= mask_b>>sh_b; i++)
2347 {
2348 RUINT32T tmp;
2349 tmp = ((RUINT32T)i)*((RUINT32T)(upper_lim_b-lower_lim_b));
2350 tmp += ((RUINT32T)(mask_b>>sh_b))*((RUINT32T)lower_lim_b);
2351 lookup_b[i] = (tmp/65535)<<sh_b;
2352 }
2353
2354 /* apply table to input image (replacing colors by newly calculated ones) */
2355 switch (srcImage->bits_per_pixel)
2356 {
2357 case 15:
2358 {
2359 unsigned short *p1, *pf, *p, *pl;
2360 p1 = (unsigned short *) srcImage->data;
2361 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2362 while (p1 < pf)
2363 {
2364 p = p1;
2365 pl = p1 + srcImage->width;
2366 for (; p < pl; p++)
2367 {
2368 *p = lookup_r[(*p & 0x7c00)>>10] |
2369 lookup_g[(*p & 0x03e0)>> 5] |
2370 lookup_b[(*p & 0x001f)];
2371 }
2372 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2373 }
2374 break;
2375 }
2376 case 16:
2377 {
2378 unsigned short *p1, *pf, *p, *pl;
2379 p1 = (unsigned short *) srcImage->data;
2380 pf = (unsigned short *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2381 while (p1 < pf)
2382 {
2383 p = p1;
2384 pl = p1 + srcImage->width;
2385 for (; p < pl; p++)
2386 {
2387 *p = lookup_r[(*p & 0xf800)>>11] |
2388 lookup_g[(*p & 0x07e0)>> 5] |
2389 lookup_b[(*p & 0x001f)];
2390 }
2391 p1 = (unsigned short *) ((char *) p1 + srcImage->bytes_per_line);
2392 }
2393 break;
2394 }
2395 case 24:
2396 {
2397 unsigned char *p1, *pf, *p, *pl;
2398 p1 = (unsigned char *) srcImage->data;
2399 pf = (unsigned char *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2400 while (p1 < pf)
2401 {
2402 p = p1;
2403 pl = p1 + srcImage->width * 3;
2404 for (; p < pl; p += 3)
2405 {
2406 p[0] = lookup_r[(p[0] & 0xff0000)>>16];
2407 p[1] = lookup_r[(p[1] & 0x00ff00)>> 8];
2408 p[2] = lookup_r[(p[2] & 0x0000ff)];
2409 }
2410 p1 = (unsigned char *) ((char *) p1 + srcImage->bytes_per_line);
2411 }
2412 break;
2413 }
2414 case 32:
2415 {
2416 RUINT32T *p1, *pf, *p, *pl;
2417 p1 = (RUINT32T *) srcImage->data;
2418 pf = (RUINT32T *) (srcImage->data + srcImage->height * srcImage->bytes_per_line);
2419
2420 while (p1 < pf)
2421 {
2422 p = p1;
2423 pl = p1 + srcImage->width;
2424 for (; p < pl; p++)
2425 {
2426 *p = lookup_r[(*p & 0xff0000)>>16] |
2427 lookup_g[(*p & 0x00ff00)>> 8] |
2428 lookup_b[(*p & 0x0000ff)] |
2429 (*p & ~0xffffff);
2430 }
2431 p1 = (RUINT32T *) ((char *) p1 + srcImage->bytes_per_line);
2432 }
2433 break;
2434 }
2435 }
2436
2437 free (lookup);
2438}
2439#endif
2440
2441/*
2442 * Check our parents are still who we think they are.
2443 * Do transparency updates if required
2444 */
2445int
2446rxvt_term::check_our_parents ()
2447{
2448 int i, pchanged, aformat, have_pixmap, rootdepth;
2449 unsigned long nitems, bytes_after;
2450 Atom atype;
2451 unsigned char *prop = NULL;
2452 Window root, oldp, *list;
2453 Pixmap rootpixmap = None;
2454 XWindowAttributes wattr, wrootattr;
2455
2456 pchanged = 0;
2457
2458 if (!OPTION (Opt_transparent))
2459 return pchanged; /* Don't try any more */
2460
2461 XGetWindowAttributes (dpy, display->root, &wrootattr);
2462 rootdepth = wrootattr.depth;
2463
2464 XGetWindowAttributes (dpy, parent[0], &wattr);
2465
2466 if (rootdepth != wattr.depth)
2467 {
2468 if (am_transparent)
2469 {
2470 pchanged = 1;
2471 XSetWindowBackground (dpy, vt, pix_colors_focused[Color_bg]);
2472 am_transparent = am_pixmap_trans = 0;
2473 }
2474
2475 return pchanged; /* Don't try any more */
2476 }
2477
2478 /* Get all X ops out of the queue so that our information is up-to-date. */
2479 XSync (dpy, False);
2480
2481 /*
2482 * Make the frame window set by the window manager have
2483 * the root background. Some window managers put multiple nested frame
2484 * windows for each client, so we have to take care about that.
2485 */
2486 i = (xa[XA_XROOTPMAP_ID]
2487 && XGetWindowProperty (dpy, display->root, xa[XA_XROOTPMAP_ID],
2488 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2489 &nitems, &bytes_after, &prop) == Success);
2490
2491 if (!i || prop == NULL)
2492 i = (xa[XA_ESETROOT_PMAP_ID]
2493 && XGetWindowProperty (dpy, display->root, xa[XA_ESETROOT_PMAP_ID],
2494 0L, 1L, False, XA_PIXMAP, &atype, &aformat,
2495 &nitems, &bytes_after, &prop) == Success);
2496
2497 if (!i || prop == NULL
2498#if TINTING
2499 || !ISSET_PIXCOLOR (Color_tint)
2500#endif
2501 )
2502 have_pixmap = 0;
2503 else
2504 {
2505 have_pixmap = 1;
2506 rootpixmap = *(Pixmap *)prop;
2507 XFree (prop);
2508 }
2509
2510 if (have_pixmap)
2511 {
2512 /*
2513 * Copy display->root pixmap transparency
2514 */
2515 int sx, sy, nx, ny;
2516 unsigned int nw, nh;
2517 Window cr;
2518 XImage *image;
2519 GC gc;
2520 XGCValues gcvalue;
2521
2522 XTranslateCoordinates (dpy, parent[0], display->root,
2523 0, 0, &sx, &sy, &cr);
2524 nw = (unsigned int)szHint.width;
2525 nh = (unsigned int)szHint.height;
2526 nx = ny = 0;
2527
2528 if (sx < 0)
2529 {
2530 nw += sx;
2531 nx = -sx;
2532 sx = 0;
2533 }
2534
2535 if (sy < 0)
2536 {
2537 nh += sy;
2538 ny = -sy;
2539 sy = 0;
2540 }
2541
2542 min_it (nw, (unsigned int) (wrootattr.width - sx));
2543 min_it (nh, (unsigned int) (wrootattr.height - sy));
2544
2545 XSync (dpy, False);
2546 allowedxerror = -1;
2547 image = XGetImage (dpy, rootpixmap, sx, sy, nw, nh, AllPlanes, ZPixmap);
2548
2549 /* XXX: handle BadMatch - usually because we're outside the pixmap */
2550 /* XXX: may need a delay here? */
2551 allowedxerror = 0;
2552
2553 if (image == NULL)
2554 {
2555 if (am_transparent && am_pixmap_trans)
2556 {
2557 pchanged = 1;
2558 if (pixmap != None)
2559 {
2560 XFreePixmap (dpy, pixmap);
2561 pixmap = None;
2562 }
2563 }
2564
2565 am_pixmap_trans = 0;
2566 }
2567 else
2568 {
2569 if (pixmap != None)
2570 XFreePixmap (dpy, pixmap);
2571
2572#if TINTING
2573 if (ISSET_PIXCOLOR (Color_tint))
2574 {
2575 int shade = rs[Rs_shade] ? atoi (rs[Rs_shade]) : 100;
2576
2577 rgba c;
2578 pix_colors_focused [Color_tint].get (c);
2579
2580 ShadeXImage (this, image, shade, c.r, c.g, c.b);
2581 }
2582#endif
2583
2584 pixmap = XCreatePixmap (dpy, vt, szHint.width, szHint.height, image->depth);
2585 gc = XCreateGC (dpy, vt, 0UL, &gcvalue);
2586 XPutImage (dpy, pixmap, gc, image, 0, 0,
2587 nx, ny, image->width, image->height);
2588 XFreeGC (dpy, gc);
2589 XDestroyImage (image);
2590 XSetWindowBackgroundPixmap (dpy, parent[0], pixmap);
2591 XClearWindow (dpy, parent[0]);
2592
2593 if (!am_transparent || !am_pixmap_trans)
2594 pchanged = 1;
2595
2596 am_transparent = am_pixmap_trans = 1;
2597 }
2598 }
2599
2600 if (am_pixmap_trans)
2601 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative);
2602 else
2603 {
2604 unsigned int n;
2605 /*
2606 * InheritPixmap transparency
2607 */
2608 for (i = 1; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2609 {
2610 oldp = parent[i];
2611 XQueryTree (dpy, parent[i - 1], &root, &parent[i], &list, &n);
2612 XFree (list);
2613
2614 if (parent[i] == display->root)
2615 {
2616 if (oldp != None)
2617 pchanged = 1;
2618
2619 break;
2620 }
2621
2622 if (oldp != parent[i])
2623 pchanged = 1;
2624 }
2625
2626 n = 0;
2627
2628 if (pchanged)
2629 for (; n < (unsigned int)i; n++)
2630 {
2631 XGetWindowAttributes (dpy, parent[n], &wattr);
2632
2633 if (wattr.depth != rootdepth || wattr.c_class == InputOnly)
2634 {
2635 n = (int) (sizeof (parent) / sizeof (Window)) + 1;
2636 break;
2637 }
2638 }
2639
2640 if (n > (sizeof (parent) / sizeof (parent[0])))
2641 {
2642 XSetWindowBackground (dpy, parent[0], pix_colors_focused[Color_border]);
2643 XSetWindowBackground (dpy, vt, pix_colors_focused[Color_bg]);
2644 am_transparent = 0;
2645 /* XXX: also turn off Opt_transparent? */
2646 }
2647 else
2648 {
2649 for (n = 0; n < (unsigned int)i; n++)
2650 {
2651 XSetWindowBackgroundPixmap (dpy, parent[n], ParentRelative);
2652 XClearWindow (dpy, parent[n]);
2653 }
2654
2655 XSetWindowBackgroundPixmap (dpy, vt, ParentRelative);
2656 am_transparent = 1;
2657 }
2658
2659 for (; i < (int) (sizeof (parent) / sizeof (Window)); i++)
2660 parent[i] = None;
2661 }
2662
2663 if (scrollBar.win)
2664 {
2665 XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative);
2666 scrollBar.setIdle ();
2667 scrollbar_show (0);
2668 }
2669
2670 if (am_transparent)
2671 {
2672 want_refresh = want_full_refresh = 1;
2673 if (am_pixmap_trans)
2674 flush ();
2675 }
2676
2677 return pchanged;
2678}
2679#endif
2680
2681/*}}} */ 2214/*}}} */
2682 2215
2683bool 2216void
2684rxvt_term::cmd_parse () 2217rxvt_term::cmd_parse ()
2685{ 2218{
2686 bool flag = false;
2687 wchar_t ch = NOCHAR; 2219 wchar_t ch = NOCHAR;
2688 char *seq_begin; // remember start of esc-sequence here 2220 char *seq_begin; // remember start of esc-sequence here
2689 2221
2690 for (;;) 2222 for (;;)
2691 { 2223 {
2692 if (ch == NOCHAR) 2224 if (ecb_unlikely (ch == NOCHAR))
2693 { 2225 {
2694 seq_begin = cmdbuf_ptr; 2226 seq_begin = cmdbuf_ptr;
2695 ch = next_char (); 2227 ch = next_char ();
2696 2228
2697 if (ch == NOCHAR) 2229 if (ch == NOCHAR)
2698 break; 2230 break;
2699 } 2231 }
2700 2232
2701 if (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT) 2233 if (ecb_likely (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT))
2702 { 2234 {
2703 if (!seen_input) 2235 if (ecb_unlikely (!seen_input))
2704 { 2236 {
2705 seen_input = 1; 2237 seen_input = 1;
2706 // many badly-written programs (e.g. jed) contain a race condition: 2238 // many badly-written programs (e.g. jed) contain a race condition:
2707 // they first read the screensize and then install a SIGWINCH handler. 2239 // they first read the screensize and then install a SIGWINCH handler.
2708 // some window managers resize the window early, and these programs 2240 // some window managers resize the window early, and these programs
2721 wchar_t *str = buf; 2253 wchar_t *str = buf;
2722 wchar_t *eol = str + min (ncol, UBUFSIZ); 2254 wchar_t *eol = str + min (ncol, UBUFSIZ);
2723 2255
2724 for (;;) 2256 for (;;)
2725 { 2257 {
2726 if (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)) 2258 if (ecb_unlikely (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)))
2727 break; 2259 break;
2728 2260
2729 *str++ = ch; 2261 *str++ = ch;
2730 2262
2731 if (ch == C0_LF || str >= eol) 2263 if (ecb_unlikely (ch == C0_LF || str >= eol))
2732 { 2264 {
2733 if (ch == C0_LF) 2265 if (ch == C0_LF)
2734 nlines++; 2266 nlines++;
2735 2267
2736 refresh_count++; 2268 refresh_count++;
2737 2269
2738 if (!OPTION (Opt_jumpScroll) 2270 if (!option (Opt_jumpScroll) || refresh_count >= nrow - 1)
2739 || (refresh_count >= refresh_limit * (nrow - 1)))
2740 { 2271 {
2741 refreshnow = true;
2742 refresh_count = 0; 2272 refresh_count = 0;
2273
2274 if (!option (Opt_skipScroll) || ev_time () > ev::now () + 1. / 60.)
2275 {
2276 refreshnow = true;
2743 ch = NOCHAR; 2277 ch = NOCHAR;
2744 break; 2278 break;
2279 }
2745 } 2280 }
2746 2281
2747 // scr_add_lines only works for nlines <= nrow - 1. 2282 // scr_add_lines only works for nlines <= nrow - 1.
2748 if (nlines >= nrow - 1) 2283 if (nlines >= nrow - 1)
2749 { 2284 {
2777 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END)))) 2312 && HOOK_INVOKE ((this, HOOK_ADD_LINES, DT_WCS_LEN, buf, str - buf, DT_END))))
2778 scr_add_lines (buf, str - buf, nlines); 2313 scr_add_lines (buf, str - buf, nlines);
2779 2314
2780 /* 2315 /*
2781 * If there have been a lot of new lines, then update the screen 2316 * If there have been a lot of new lines, then update the screen
2782 * What the heck I'll cheat and only refresh less than every page-full. 2317 * What the heck we'll cheat and only refresh less than every page-full.
2783 * the number of pages between refreshes is refresh_limit, which 2318 * if skipScroll is enabled.
2784 * is incremented here because we must be doing flat-out scrolling.
2785 */ 2319 */
2786 if (refreshnow) 2320 if (refreshnow)
2787 { 2321 {
2788 if (OPTION (Opt_jumpScroll) && refresh_limit < REFRESH_PERIOD)
2789 refresh_limit++;
2790 else
2791 {
2792 flag = true;
2793 //TODO: due to popular request, implement "skipscroll" option here
2794 scr_refresh (); 2322 scr_refresh ();
2795 want_refresh = 1; 2323 want_refresh = 1;
2796 }
2797 } 2324 }
2798
2799 } 2325 }
2800 else 2326 else
2801 { 2327 {
2802 try 2328 try
2803 { 2329 {
2811 } 2337 }
2812 2338
2813 ch = NOCHAR; 2339 ch = NOCHAR;
2814 } 2340 }
2815 } 2341 }
2816
2817 return flag;
2818} 2342}
2819 2343
2820// read the next character 2344// read the next character
2821wchar_t 2345wchar_t
2822rxvt_term::next_char () NOTHROW 2346rxvt_term::next_char () NOTHROW
2823{ 2347{
2824 while (cmdbuf_ptr < cmdbuf_endp) 2348 while (cmdbuf_ptr < cmdbuf_endp)
2825 { 2349 {
2826 // assume 7-bit to be ascii ALWAYS 2350 // assume 7-bit to be ascii ALWAYS
2827 if ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b) 2351 if (ecb_likely ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b))
2828 return *cmdbuf_ptr++; 2352 return *cmdbuf_ptr++;
2829 2353
2830 wchar_t wc; 2354 wchar_t wc;
2831 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2355 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2832 2356
2836 cmdbuf_ptr = cmdbuf_endp; 2360 cmdbuf_ptr = cmdbuf_endp;
2837 break; 2361 break;
2838 } 2362 }
2839 2363
2840 if (len == (size_t)-1) 2364 if (len == (size_t)-1)
2365 {
2366 mbstate.reset (); // reset now undefined conversion state
2841 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2367 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2368 }
2842 2369
2843 // assume wchar == unicode 2370 // assume wchar == unicode
2844 cmdbuf_ptr += len; 2371 cmdbuf_ptr += len;
2845 return wc & UNICODE_MASK; 2372 return wc & UNICODE_MASK;
2846 } 2373 }
2857 : NOCHAR; 2384 : NOCHAR;
2858} 2385}
2859 2386
2860static class out_of_input out_of_input; 2387static class out_of_input out_of_input;
2861 2388
2862/* rxvt_cmd_getc () - Return next input character */
2863/*
2864 * Return the next input character after first passing any keyboard input
2865 * to the command.
2866 */
2867wchar_t 2389wchar_t
2868rxvt_term::cmd_getc () THROW ((class out_of_input)) 2390rxvt_term::cmd_getc () THROW ((class out_of_input))
2869{ 2391{
2870 wchar_t c = next_char (); 2392 wchar_t c = next_char ();
2871 2393
2890/*----------------------------------------------------------------------*/ 2412/*----------------------------------------------------------------------*/
2891#ifdef PRINTPIPE 2413#ifdef PRINTPIPE
2892FILE * 2414FILE *
2893rxvt_term::popen_printer () 2415rxvt_term::popen_printer ()
2894{ 2416{
2895 FILE *stream = popen (rs[Rs_print_pipe], "w"); 2417 FILE *stream = popen (rs[Rs_print_pipe] ? rs[Rs_print_pipe] : PRINTPIPE, "w");
2896 2418
2897 if (stream == NULL) 2419 if (stream == NULL)
2898 rxvt_warn ("can't open printer pipe, not printing.\n"); 2420 rxvt_warn ("can't open printer pipe, not printing.\n");
2899 2421
2900 return stream; 2422 return stream;
2911 * simulate attached vt100 printer 2433 * simulate attached vt100 printer
2912 */ 2434 */
2913void 2435void
2914rxvt_term::process_print_pipe () 2436rxvt_term::process_print_pipe ()
2915{ 2437{
2916 int done; 2438 FILE *fd = popen_printer ();
2917 FILE *fd;
2918 2439
2919 if ((fd = popen_printer ()) == NULL) 2440 if (!fd)
2920 return; 2441 return;
2921 2442
2922 /* 2443 /*
2923 * Send all input to the printer until either ESC[4i or ESC[?4i 2444 * Send all input to the printer until either ESC[4i or ESC[?4i
2924 * is received. 2445 * is received.
2925 */ 2446 */
2926 for (done = 0; !done;) 2447 for (int done = 0; !done; )
2927 { 2448 {
2928 unsigned char buf[8]; 2449 unsigned char buf[8];
2929 unicode_t ch; 2450 unicode_t ch;
2930 unsigned int i, len; 2451 unsigned int i, len;
2931 2452
2950 { 2471 {
2951 if ((buf[len++] = cmd_getc ()) == 'i') 2472 if ((buf[len++] = cmd_getc ()) == 'i')
2952 break; /* done = 1 */ 2473 break; /* done = 1 */
2953 } 2474 }
2954 } 2475 }
2955 2476
2956 for (i = 0; i < len; i++) 2477 for (i = 0; i < len; i++)
2957 if (putc (buf[i], fd) == EOF) 2478 if (putc (buf[i], fd) == EOF)
2958 { 2479 {
2959 done = 1; 2480 done = 1;
2960 break; 2481 break;
2962 } 2483 }
2963 } 2484 }
2964 2485
2965 pclose_printer (fd); 2486 pclose_printer (fd);
2966} 2487}
2967#endif /* PRINTPIPE */ 2488#endif /* PRINTPIPE */
2968/*}}} */ 2489/*}}} */
2969 2490
2970/* *INDENT-OFF* */
2971enum { 2491enum {
2972 C1_40 = 0x40, 2492 C1_40 = 0x40,
2973 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA, 2493 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA,
2974 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3, 2494 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3,
2975 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA, 2495 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA,
2976 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC, 2496 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC,
2977}; 2497};
2978/* *INDENT-ON* */
2979 2498
2980/*{{{ process non-printing single characters */ 2499/*{{{ process non-printing single characters */
2981void 2500void
2982rxvt_term::process_nonprinting (unicode_t ch) 2501rxvt_term::process_nonprinting (unicode_t ch)
2983{ 2502{
3022 process_dcs_seq (); 2541 process_dcs_seq ();
3023 break; 2542 break;
3024 case 0x9b: /* CSI */ 2543 case 0x9b: /* CSI */
3025 process_csi_seq (); 2544 process_csi_seq ();
3026 break; 2545 break;
3027 case 0x9d: /* CSI */ 2546 case 0x9d: /* OSC */
3028 process_osc_seq (); 2547 process_osc_seq ();
3029 break; 2548 break;
3030#endif 2549#endif
3031 } 2550 }
3032} 2551}
3076 break; 2595 break;
3077 case 'Z': /* identify the terminal type */ 2596 case 'Z': /* identify the terminal type */
3078 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */ 2597 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */
3079 break; 2598 break;
3080 case '<': /* turn off VT52 mode */ 2599 case '<': /* turn off VT52 mode */
3081 PrivMode (0, PrivMode_vt52); 2600 set_privmode (PrivMode_vt52, 0);
3082 break; 2601 break;
3083 case 'F': /* use special graphics character set */ 2602 case 'F': /* use special graphics character set */
3084 case 'G': /* use regular character set */ 2603 case 'G': /* use regular character set */
3085 /* unimplemented */ 2604 /* unimplemented */
3086 break; 2605 break;
3105 return; 2624 return;
3106 } 2625 }
3107 2626
3108 switch (ch) 2627 switch (ch)
3109 { 2628 {
3110 /* case 1: do_tek_mode (); break; */
3111 case '#': 2629 case '#':
3112 if (cmd_getc () == '8') 2630 if (cmd_getc () == '8')
3113 scr_E (); 2631 scr_E ();
3114 break; 2632 break;
3115 case '(': 2633 case '(':
3138#if !ENABLE_MINIMAL 2656#if !ENABLE_MINIMAL
3139 case '9': 2657 case '9':
3140 scr_forwardindex (); 2658 scr_forwardindex ();
3141 break; 2659 break;
3142#endif 2660#endif
2661 // DECPAM/DECPNM
3143 case '=': 2662 case '=':
3144 case '>': 2663 case '>':
3145 PrivMode ((ch == '='), PrivMode_aplKP); 2664 set_privmode (PrivMode_aplKP, ch == '=');
3146 break; 2665 break;
3147 2666
3148 case C1_40: 2667 case C1_40:
3149 cmd_getc (); 2668 cmd_getc ();
3150 break; 2669 break;
3154 2673
3155 /* 8.3.87: NEXT LINE */ 2674 /* 8.3.87: NEXT LINE */
3156 case C1_NEL: /* ESC E */ 2675 case C1_NEL: /* ESC E */
3157 { 2676 {
3158 wchar_t nlcr[] = { C0_LF, C0_CR }; 2677 wchar_t nlcr[] = { C0_LF, C0_CR };
3159 scr_add_lines (nlcr, sizeof (nlcr) / sizeof (nlcr [0]), 1); 2678 scr_add_lines (nlcr, ecb_array_length (nlcr), 1);
3160 } 2679 }
3161 break; 2680 break;
3162 2681
3163 /* kidnapped escape sequence: Should be 8.3.48 */ 2682 /* kidnapped escape sequence: Should be 8.3.48 */
3164 case C1_ESA: /* ESC G */ 2683 case C1_ESA: /* ESC G */
3165 process_graphics (); 2684 // used by original rxvt for rob nations own graphics mode
2685 if (cmd_getc () == 'Q')
2686 tt_printf ("\033G0\012"); /* query graphics - no graphics */
3166 break; 2687 break;
3167 2688
3168 /* 8.3.63: CHARACTER TABULATION SET */ 2689 /* 8.3.63: CHARACTER TABULATION SET */
3169 case C1_HTS: /* ESC H */ 2690 case C1_HTS: /* ESC H */
3170 scr_set_tab (1); 2691 scr_set_tab (1);
3174 case C1_RI: /* ESC M */ 2695 case C1_RI: /* ESC M */
3175 scr_index (DN); 2696 scr_index (DN);
3176 break; 2697 break;
3177 2698
3178 /* 8.3.142: SINGLE-SHIFT TWO */ 2699 /* 8.3.142: SINGLE-SHIFT TWO */
3179 /*case C1_SS2: scr_single_shift (2); break; */ 2700 /* case C1_SS2: break; */
3180 2701
3181 /* 8.3.143: SINGLE-SHIFT THREE */ 2702 /* 8.3.143: SINGLE-SHIFT THREE */
3182 /*case C1_SS3: scr_single_shift (3); break; */ 2703 /* case C1_SS3: break; */
3183 2704
3184 /* 8.3.27: DEVICE CONTROL STRING */ 2705 /* 8.3.27: DEVICE CONTROL STRING */
3185 case C1_DCS: /* ESC P */ 2706 case C1_DCS: /* ESC P */
3186 process_dcs_seq (); 2707 process_dcs_seq ();
3187 break; 2708 break;
3189 /* 8.3.110: SINGLE CHARACTER INTRODUCER */ 2710 /* 8.3.110: SINGLE CHARACTER INTRODUCER */
3190 case C1_SCI: /* ESC Z */ 2711 case C1_SCI: /* ESC Z */
3191 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1); 2712 tt_write (ESCZ_ANSWER, sizeof (ESCZ_ANSWER) - 1);
3192 break; /* steal obsolete ESC [ c */ 2713 break; /* steal obsolete ESC [ c */
3193 2714
3194 /* 8.3.16: CONTROL SEQUENCE INTRODUCER */ 2715 /* 8.3.16: CONTROL SEQUENCE INTRODUCER (CSI) */
3195 case C1_CSI: /* ESC [ */ 2716 case C1_CSI: /* ESC [ */
3196 process_csi_seq (); 2717 process_csi_seq ();
3197 break; 2718 break;
3198 2719
3199 /* 8.3.90: OPERATING SYSTEM COMMAND */ 2720 /* 8.3.90: OPERATING SYSTEM COMMAND (OSC) */
3200 case C1_OSC: /* ESC ] */ 2721 case C1_OSC: /* ESC ] */
3201 process_osc_seq (); 2722 process_osc_seq ();
3202 break; 2723 break;
3203 2724
3204 /* 8.3.106: RESET TO INITIAL STATE */ 2725 /* 8.3.106: RESET TO INITIAL STATE (RIS) */
3205 case 'c': 2726 case 'c':
3206 mbstate.reset (); 2727 mbstate.reset ();
3207 scr_poweron (); 2728 scr_poweron ();
3208 scrollbar_show (1); 2729 scrollBar.show (1);
3209 break; 2730 break;
3210 2731
3211 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */ 2732 /* 8.3.79: LOCKING-SHIFT TWO (see ISO2022) */
3212 case 'n': 2733 case 'n':
3213 scr_charset_choose (2); 2734 scr_charset_choose (2);
3220 } 2741 }
3221} 2742}
3222/*}}} */ 2743/*}}} */
3223 2744
3224/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */ 2745/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */
3225/* *INDENT-OFF* */
3226enum { 2746enum {
3227 CSI_ICH = 0x40, 2747 CSI_ICH = 0x40,
3228 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA, 2748 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA,
3229 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA , 2749 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA ,
3230 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC, 2750 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC,
3233 CSI_SM , CSI_MC , CSI_HPB, CSI_VPB, CSI_RM , CSI_SGR, CSI_DSR, CSI_DAQ, 2753 CSI_SM , CSI_MC , CSI_HPB, CSI_VPB, CSI_RM , CSI_SGR, CSI_DSR, CSI_DAQ,
3234 CSI_70 , CSI_71 , CSI_72 , CSI_73 , CSI_74 , CSI_75 , CSI_76 , CSI_77 , 2754 CSI_70 , CSI_71 , CSI_72 , CSI_73 , CSI_74 , CSI_75 , CSI_76 , CSI_77 ,
3235 CSI_78 , CSI_79 , CSI_7A , CSI_7B , CSI_7C , CSI_7D , CSI_7E , CSI_7F 2755 CSI_78 , CSI_79 , CSI_7A , CSI_7B , CSI_7C , CSI_7D , CSI_7E , CSI_7F
3236}; 2756};
3237 2757
3238#define make_byte(b7,b6,b5,b4,b3,b2,b1,b0) \ 2758#define make_byte(b0,b1,b2,b3,b4,b5,b6,b7) \
3239 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) \ 2759 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) \
3240 | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | (b0)) 2760 | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | (b0))
3241#define get_byte_array_bit(array, bit) \ 2761#define get_byte_array_bit(array, bit) \
3242 (!! ((array)[ (bit) / 8] & (128 >> ((bit) & 7)))) 2762 (!! ((array)[(bit) >> 3] & (1 << ((bit) & 7))))
3243 2763
3244const unsigned char csi_defaults[] = 2764static const unsigned char csi_defaults[] =
3245 { 2765 {
3246 make_byte (1,1,1,1,1,1,1,1), /* @, A, B, C, D, E, F, G, */ 2766 make_byte (1,1,1,1,1,1,1,1), /* @, A, B, C, D, E, F, G, */
3247 make_byte (1,1,0,0,1,1,0,0), /* H, I, J, K, L, M, N, O, */ 2767 make_byte (1,1,0,0,1,1,0,0), /* H, I, J, K, L, M, N, O, */
3248 make_byte (1,0,1,1,1,1,1,0), /* P, Q, R, S, T, U, V, W, */ 2768 make_byte (1,0,1,1,1,1,1,0), /* P, Q, R, S, T, U, V, W, */
3249 make_byte (1,1,1,0,0,0,1,0), /* X, Y, Z, [, \, ], ^, _, */ 2769 make_byte (1,1,1,0,0,0,1,0), /* X, Y, Z, [, \, ], ^, _, */
3250 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */ 2770 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */
3251 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */ 2771 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */
3252 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */ 2772 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */
3253 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */ 2773 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */
3254 }; 2774 };
3255/* *INDENT-ON* */
3256 2775
3257void 2776void
3258rxvt_term::process_csi_seq () 2777rxvt_term::process_csi_seq ()
3259{ 2778{
3260 unicode_t ch, priv, i; 2779 unicode_t ch, priv, i;
3261 unsigned int nargs, p; 2780 unsigned int nargs, p;
3262 int n, ndef; 2781 int n, ndef;
3263 int arg[ESC_ARGS]; 2782 int arg[ESC_ARGS] = { };
3264 2783
3265 for (nargs = ESC_ARGS; nargs > 0;) 2784 nargs = 0;
3266 arg[--nargs] = 0;
3267 2785
3268 priv = 0; 2786 priv = 0;
3269 ch = cmd_getc (); 2787 ch = cmd_getc ();
3270 if (ch >= '<' && ch <= '?') 2788 if ((ch >= '<' && ch <= '?') || ch == '!')
2789 {
3271 { /* '<' '=' '>' '?' */ 2790 /* '<' '=' '>' '?' '!' */
3272 priv = ch; 2791 priv = ch;
3273 ch = cmd_getc (); 2792 ch = cmd_getc ();
3274 } 2793 }
3275 2794
3276 /* read any numerical arguments */ 2795 /* read any numerical arguments */
3315 switch (priv) 2834 switch (priv)
3316 { 2835 {
3317 case '>': 2836 case '>':
3318 if (ch == CSI_DA) /* secondary device attributes */ 2837 if (ch == CSI_DA) /* secondary device attributes */
3319 { 2838 {
3320 // first parameter is normally 0 for vt100, 1 for some newer vtxxx, 'R' for rxvt, 2839 // first parameter is normally 0 for vt100, 1 for vt220, 'R' for rxvt,
3321 // 'U' for rxvt-unicode != 7.[34] (where it was broken). 2840 // 'U' for rxvt-unicode != 7.[34] (where it was broken).
3322 // 2841 //
3323 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt 2842 // second parameter is xterm patch level for xterm, MMmmpp (e.g. 20703) for rxvt
3324 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify 2843 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, 94 for urxvt <= 8.3, and 95 for later
3325 // that we do not support xterm mouse reporting (should be 95 when we do). 2844 // versions.
3326 // 2845 //
3327 tt_printf ("\033[>%d;94;0c", 'U'); 2846 tt_printf ("\033[>%d;95;0c", 'U');
3328 } 2847 }
3329 break; 2848 break;
2849
3330 case '?': 2850 case '?':
3331 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't') 2851 if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't')
3332 process_terminal_mode (ch, priv, nargs, arg); 2852 process_terminal_mode (ch, priv, nargs, arg);
3333 break; 2853 break;
2854
2855 case '!':
2856 if (ch == CSI_70)
2857 {
2858 /* DECSTR: soft terminal reset, used by our terminfo since 9.06 */
2859 scr_soft_reset ();
2860
2861 static const int pm_h[] = { 7, 25 };
2862 static const int pm_l[] = { 1, 3, 4, 5, 6, 9, 66, 1000, 1001, 1005, 1015, 1049 };
2863
2864 process_terminal_mode ('h', 0, ecb_array_length (pm_h), pm_h);
2865 process_terminal_mode ('l', 0, ecb_array_length (pm_l), pm_l);
3334 } 2866 }
2867 break;
2868 }
2869
3335 return; 2870 return;
3336 } 2871 }
3337 2872
3338 switch (ch) 2873 switch (ch)
3339 { 2874 {
3459 break; 2994 break;
3460 case 6: /* CPR requested */ 2995 case 6: /* CPR requested */
3461 scr_report_position (); 2996 scr_report_position ();
3462 break; 2997 break;
3463 case 7: /* unofficial extension */ 2998 case 7: /* unofficial extension */
3464 if (OPTION (Opt_insecure)) 2999 if (option (Opt_insecure))
3465 tt_printf ("%-.250s\012", rs[Rs_display_name]); 3000 tt_printf ("%-.250s\012", rs[Rs_display_name]);
3466 break; 3001 break;
3467 case 8: /* unofficial extension */ 3002 case 8: /* unofficial extension */
3468 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST); 3003 process_xterm_seq (XTerm_title, RESNAME "-" VERSION, CHAR_ST);
3469 break; 3004 break;
3554 } 3089 }
3555} 3090}
3556/*}}} */ 3091/*}}} */
3557 3092
3558#if !ENABLE_MINIMAL 3093#if !ENABLE_MINIMAL
3559/* ARGSUSED */
3560void 3094void
3561rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3095rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3562{ 3096{
3563 int x, y; 3097 int x, y;
3564 XWindowAttributes wattr; 3098 XWindowAttributes wattr;
3573 { 3107 {
3574 /* 3108 /*
3575 * commands 3109 * commands
3576 */ 3110 */
3577 case 1: /* deiconify window */ 3111 case 1: /* deiconify window */
3578 XMapWindow (dpy, parent[0]); 3112 XMapWindow (dpy, parent);
3579 break; 3113 break;
3580 case 2: /* iconify window */ 3114 case 2: /* iconify window */
3581 XIconifyWindow (dpy, parent[0], display->screen); 3115 XIconifyWindow (dpy, parent, display->screen);
3582 break; 3116 break;
3583 case 3: /* set position (pixels) */ 3117 case 3: /* set position (pixels) */
3584 XMoveWindow (dpy, parent[0], args[1], args[2]); 3118 XMoveWindow (dpy, parent, args[1], args[2]);
3585 break; 3119 break;
3586 case 4: /* set size (pixels) */ 3120 case 4: /* set size (pixels) */
3587 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3121 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3588 break; 3122 break;
3589 case 5: /* raise window */ 3123 case 5: /* raise window */
3590 XRaiseWindow (dpy, parent[0]); 3124 XRaiseWindow (dpy, parent);
3591 break; 3125 break;
3592 case 6: /* lower window */ 3126 case 6: /* lower window */
3593 XLowerWindow (dpy, parent[0]); 3127 XLowerWindow (dpy, parent);
3594 break; 3128 break;
3595 case 7: /* refresh window */ 3129 case 7: /* refresh window */
3596 scr_touch (true); 3130 scr_touch (true);
3597 break; 3131 break;
3598 case 8: /* set size (chars) */ 3132 case 8: /* set size (chars) */
3609 3143
3610 /* 3144 /*
3611 * reports - some output format copied from XTerm 3145 * reports - some output format copied from XTerm
3612 */ 3146 */
3613 case 11: /* report window state */ 3147 case 11: /* report window state */
3614 XGetWindowAttributes (dpy, parent[0], &wattr); 3148 XGetWindowAttributes (dpy, parent, &wattr);
3615 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3149 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3616 break; 3150 break;
3617 case 13: /* report window position */ 3151 case 13: /* report window position */
3618 XGetWindowAttributes (dpy, parent[0], &wattr); 3152 XGetWindowAttributes (dpy, parent, &wattr);
3619 XTranslateCoordinates (dpy, parent[0], wattr.root, 3153 XTranslateCoordinates (dpy, parent, wattr.root,
3620 -wattr.border_width, -wattr.border_width, 3154 -wattr.border_width, -wattr.border_width,
3621 &x, &y, &wdummy); 3155 &x, &y, &wdummy);
3622 tt_printf ("\033[3;%d;%dt", x, y); 3156 tt_printf ("\033[3;%d;%dt", x, y);
3623 break; 3157 break;
3624 case 14: /* report window size (pixels) */ 3158 case 14: /* report window size (pixels) */
3625 XGetWindowAttributes (dpy, parent[0], &wattr); 3159 XGetWindowAttributes (dpy, parent, &wattr);
3626 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3160 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3627 break; 3161 break;
3628 case 18: /* report text area size (chars) */ 3162 case 18: /* report text area size (chars) */
3629 tt_printf ("\033[8;%d;%dt", nrow, ncol); 3163 tt_printf ("\033[8;%d;%dt", nrow, ncol);
3630 break; 3164 break;
3632 tt_printf ("\033[9;%d;%dt", nrow, ncol); 3166 tt_printf ("\033[9;%d;%dt", nrow, ncol);
3633 break; 3167 break;
3634 case 20: /* report icon label */ 3168 case 20: /* report icon label */
3635 { 3169 {
3636 char *s; 3170 char *s;
3637 XGetIconName (dpy, parent[0], &s); 3171 XGetIconName (dpy, parent, &s);
3638 tt_printf ("\033]L%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3172 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3639 XFree (s); 3173 XFree (s);
3640 } 3174 }
3641 break; 3175 break;
3642 case 21: /* report window title */ 3176 case 21: /* report window title */
3643 { 3177 {
3644 char *s; 3178 char *s;
3645 XFetchName (dpy, parent[0], &s); 3179 XFetchName (dpy, parent, &s);
3646 tt_printf ("\033]l%-.250s\234", OPTION (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3180 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3647 XFree (s); 3181 XFree (s);
3648 } 3182 }
3649 break; 3183 break;
3650 } 3184 }
3651} 3185}
3706 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)' 3240 * process DEVICE CONTROL STRING `ESC P ... (ST|BEL)' or `0x90 ... (ST|BEL)'
3707 */ 3241 */
3708void 3242void
3709rxvt_term::process_dcs_seq () 3243rxvt_term::process_dcs_seq ()
3710{ 3244{
3711 char *s;
3712 unicode_t eh;
3713
3714 /* 3245 /*
3715 * Not handled yet 3246 * Not handled yet
3716 */ 3247 */
3248
3249 unicode_t eh;
3717 s = get_to_st (eh); 3250 char *s = get_to_st (eh);
3718 if (s) 3251 if (s)
3719 free (s); 3252 free (s);
3720 3253
3721 return; 3254 return;
3722} 3255}
3726 * process OPERATING SYSTEM COMMAND sequence `ESC ] Ps ; Pt (ST|BEL)' 3259 * process OPERATING SYSTEM COMMAND sequence `ESC ] Ps ; Pt (ST|BEL)'
3727 */ 3260 */
3728void 3261void
3729rxvt_term::process_osc_seq () 3262rxvt_term::process_osc_seq ()
3730{ 3263{
3731 unicode_t ch, eh;
3732 int arg; 3264 int arg;
3733 3265
3734 ch = cmd_getc (); 3266 unicode_t ch = cmd_getc ();
3735 for (arg = 0; isdigit (ch); ch = cmd_getc ()) 3267 for (arg = 0; isdigit (ch); ch = cmd_getc ())
3736 arg = arg * 10 + (ch - '0'); 3268 arg = arg * 10 + (ch - '0');
3737 3269
3738 if (ch == ';') 3270 if (ch == ';')
3739 { 3271 {
3272 unicode_t eh;
3740 char *s = get_to_st (eh); 3273 char *s = get_to_st (eh);
3741 3274
3742 if (s) 3275 if (s)
3743 { 3276 {
3744 process_xterm_seq (arg, s, eh); 3277 process_xterm_seq (arg, s, eh);
3768 3301
3769/* 3302/*
3770 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL) 3303 * XTerm escape sequences: ESC ] Ps;Pt (ST|BEL)
3771 */ 3304 */
3772void 3305void
3773rxvt_term::process_xterm_seq (int op, const char *str, char resp) 3306rxvt_term::process_xterm_seq (int op, char *str, char resp)
3774{ 3307{
3775 int color; 3308 int color;
3776 char *buf, *name; 3309 char *buf, *name;
3777 bool query = str[0] == '?' && !str[1]; 3310 bool query = str[0] == '?' && !str[1];
3778 int saveop = op; 3311 int saveop = op;
3779 3312
3780 dLocal (Display *, dpy); 3313 dLocal (Display *, dpy);
3781 3314
3782 assert (str != NULL); 3315 assert (str != NULL);
3783 3316
3784 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END))) 3317 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ, DT_INT, op, DT_STR, str, DT_END)))
3785 return; 3318 return;
3786 3319
3787 switch (op) 3320 switch (op)
3788 { 3321 {
3805 unsigned long bytes_after; 3338 unsigned long bytes_after;
3806 unsigned char *value = 0; 3339 unsigned char *value = 0;
3807 const char *str = ""; 3340 const char *str = "";
3808 3341
3809 if (prop 3342 if (prop
3810 && XGetWindowProperty (dpy, parent[0], 3343 && XGetWindowProperty (dpy, parent,
3811 prop, 0, 1<<16, 0, AnyPropertyType, 3344 prop, 0, 1<<16, 0, AnyPropertyType,
3812 &actual_type, &actual_format, 3345 &actual_type, &actual_format,
3813 &nitems, &bytes_after, &value) == Success 3346 &nitems, &bytes_after, &value) == Success
3814 && actual_type != None 3347 && actual_type != None
3815 && actual_format == 8) 3348 && actual_format == 8)
3819 3352
3820 XFree (value); 3353 XFree (value);
3821 } 3354 }
3822 else 3355 else
3823 { 3356 {
3824 char *eq = strchr (str, '='); // constness lost, but verified to be ok 3357 char *eq = strchr (str, '=');
3825 3358
3826 if (eq) 3359 if (eq)
3827 { 3360 {
3828 *eq = 0; 3361 *eq = 0;
3829 set_utf8_property (display->atom (str), eq + 1); 3362 set_utf8_property (display->atom (str), eq + 1);
3830 } 3363 }
3831 else 3364 else
3832 XDeleteProperty (dpy, parent[0], 3365 XDeleteProperty (dpy, parent,
3833 display->atom (str)); 3366 display->atom (str));
3834 } 3367 }
3835 break; 3368 break;
3836 3369
3837 case XTerm_Color: 3370 case XTerm_Color:
3850 *buf++ = '\0'; 3383 *buf++ = '\0';
3851 3384
3852 process_color_seq (op, color, name, resp); 3385 process_color_seq (op, color, name, resp);
3853 } 3386 }
3854 break; 3387 break;
3388 case Rxvt_restoreFG:
3855 case XTerm_Color00: 3389 case XTerm_Color00:
3856 process_color_seq (op, Color_fg, str, resp); 3390 process_color_seq (op, Color_fg, str, resp);
3857 break; 3391 break;
3392 case Rxvt_restoreBG:
3858 case XTerm_Color01: 3393 case XTerm_Color01:
3859 process_color_seq (op, Color_bg, str, resp); 3394 process_color_seq (op, Color_bg, str, resp);
3860 break; 3395 break;
3861#ifndef NO_CURSORCOLOR 3396#ifndef NO_CURSORCOLOR
3862 case XTerm_Color_cursor: 3397 case XTerm_Color_cursor:
3867 process_color_seq (op, Color_pointer_fg, str, resp); 3402 process_color_seq (op, Color_pointer_fg, str, resp);
3868 break; 3403 break;
3869 case XTerm_Color_pointer_bg: 3404 case XTerm_Color_pointer_bg:
3870 process_color_seq (op, Color_pointer_bg, str, resp); 3405 process_color_seq (op, Color_pointer_bg, str, resp);
3871 break; 3406 break;
3407#ifdef OPTION_HC
3408 case XTerm_Color_HC:
3409 process_color_seq (op, Color_HC, str, resp);
3410 break;
3411 case XTerm_Color_HTC:
3412 process_color_seq (op, Color_HTC, str, resp);
3413 break;
3414#endif
3872#ifndef NO_BOLD_UNDERLINE_REVERSE 3415#ifndef NO_BOLD_UNDERLINE_REVERSE
3873 case XTerm_Color_RV:
3874 process_color_seq (op, Color_RV, str, resp);
3875 break;
3876 case Rxvt_Color_BD:
3877 case URxvt_Color_BD: 3416 case URxvt_Color_BD:
3878 process_color_seq (op, Color_BD, str, resp); 3417 process_color_seq (op, Color_BD, str, resp);
3879 break; 3418 break;
3880 case Rxvt_Color_UL:
3881 case URxvt_Color_UL: 3419 case URxvt_Color_UL:
3882 process_color_seq (op, Color_UL, str, resp); 3420 process_color_seq (op, Color_UL, str, resp);
3883 break; 3421 break;
3884 case URxvt_Color_IT: 3422 case URxvt_Color_IT:
3885 process_color_seq (op, Color_IT, str, resp); 3423 process_color_seq (op, Color_IT, str, resp);
3886 break; 3424 break;
3887#endif 3425#endif
3888#if TRANSPARENT && TINTING 3426 case URxvt_Color_border:
3427 process_color_seq (op, Color_border, str, resp);
3428 break;
3429#if ENABLE_TRANSPARENCY
3889 case URxvt_Color_tint: 3430 case URxvt_Color_tint:
3890 process_color_seq (op, Color_tint, str, resp); 3431 process_color_seq (op, Color_tint, str, resp);
3432 {
3433 bool changed = false;
3891 3434
3892 check_our_parents (); 3435 if (ISSET_PIXCOLOR (Color_tint))
3436 changed = bg_set_tint (pix_colors_focused [Color_tint]);
3893 3437
3894 if (am_transparent) 3438 if (changed)
3895 want_full_refresh = want_refresh = 1; 3439 update_background ();
3440 }
3896 3441
3897 break; 3442 break;
3898#endif 3443#endif
3899 3444
3445#if BG_IMAGE_FROM_FILE
3900 case Rxvt_Pixmap: 3446 case Rxvt_Pixmap:
3901 { 3447 if (!strcmp (str, "?"))
3902 if (*str != ';')
3903 { 3448 {
3904#if XPM_BACKGROUND 3449 char str[256];
3905 scale_pixmap (""); /* reset to default scaling */ 3450
3906 set_bgPixmap (str); /* change pixmap */ 3451 sprintf (str, "[%dx%d+%d+%d]",
3907 scr_touch (true); 3452 min (h_scale, 32767), min (v_scale, 32767),
3908#endif 3453 min (h_align, 32767), min (v_align, 32767));
3454 process_xterm_seq (XTerm_title, str, CHAR_ST);
3909 } 3455 }
3910 3456 else
3457 {
3911 int changed = 0; 3458 int changed = 0;
3912 3459
3913 while ((str = strchr (str, ';')) != NULL) 3460 if (*str != ';')
3914 { 3461 {
3462 if (bg_set_file (str)) /* change pixmap */
3463 {
3464 changed++;
3465 }
3466 }
3467 else
3468 {
3915 str++; 3469 str++;
3916#if XPM_BACKGROUND 3470 if (bg_set_geometry (str, true))
3917 changed += scale_pixmap (str); 3471 changed++;
3918#endif
3919 } 3472 }
3920 3473
3921 if (changed) 3474 if (changed)
3922 { 3475 {
3923#ifdef XPM_BACKGROUND 3476 if (bg_window_position_sensitive ())
3924 resize_pixmap (); 3477 {
3925 scr_touch (true); 3478 int x, y;
3926#endif 3479 get_window_origin (x, y);
3480 bg_set_position (x, y);
3481 }
3482 update_background ();
3927 } 3483 }
3928 } 3484 }
3929 break; 3485 break;
3930 3486#endif
3931 case Rxvt_restoreFG:
3932 set_window_color (Color_fg, str);
3933 break;
3934 case Rxvt_restoreBG:
3935 set_window_color (Color_bg, str);
3936 break;
3937 3487
3938 case XTerm_logfile: 3488 case XTerm_logfile:
3939 // TODO, when secure mode? 3489 // TODO, when secure mode?
3940 break; 3490 break;
3941 3491
3959 case URxvt_italicFont: 3509 case URxvt_italicFont:
3960 case URxvt_boldItalicFont: 3510 case URxvt_boldItalicFont:
3961#endif 3511#endif
3962 if (query) 3512 if (query)
3963 tt_printf ("\33]%d;%-.250s%c", saveop, 3513 tt_printf ("\33]%d;%-.250s%c", saveop,
3964 OPTION (Opt_insecure) && fontset[op - URxvt_font]->fontdesc 3514 option (Opt_insecure) && fontset[op - URxvt_font]->fontdesc
3965 ? fontset[op - URxvt_font]->fontdesc : "", 3515 ? fontset[op - URxvt_font]->fontdesc : "",
3966 resp); 3516 resp);
3967 else 3517 else
3968 { 3518 {
3969 const char *&res = rs[Rs_font + (op - URxvt_font)]; 3519 const char *&res = rs[Rs_font + (op - URxvt_font)];
3983 break; 3533 break;
3984 3534
3985#if !ENABLE_MINIMAL 3535#if !ENABLE_MINIMAL
3986 case URxvt_locale: 3536 case URxvt_locale:
3987 if (query) 3537 if (query)
3988 tt_printf ("\33]%d;%-.250s%c", op, OPTION (Opt_insecure) ? locale : "", resp); 3538 tt_printf ("\33]%d;%-.250s%c", op, option (Opt_insecure) ? locale : "", resp);
3989 else 3539 else
3990 { 3540 {
3991 set_locale (str); 3541 set_locale (str);
3992 pty->set_utf8_mode (enc_utf8); 3542 pty->set_utf8_mode (enc_utf8);
3993 init_xlocale (); 3543 init_xlocale ();
4008 break; 3558 break;
4009#endif 3559#endif
4010 3560
4011#if ENABLE_PERL 3561#if ENABLE_PERL
4012 case URxvt_perl: 3562 case URxvt_perl:
4013 if (HOOK_INVOKE ((this, HOOK_OSC_SEQ_PERL, DT_STR, str, DT_END))) 3563 HOOK_INVOKE ((this, HOOK_OSC_SEQ_PERL, DT_STR, str, DT_STR_LEN, &resp, 1, DT_END));
4014 ; // no responses yet
4015 break; 3564 break;
4016#endif 3565#endif
4017 } 3566 }
4018} 3567}
4019/*----------------------------------------------------------------------*/ 3568/*----------------------------------------------------------------------*/
4042 { 3591 {
4043 if (mode == 'r') 3592 if (mode == 'r')
4044 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */ 3593 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */
4045 else 3594 else
4046 state = (mode == 't') ? ! (priv_modes & bit) : mode; 3595 state = (mode == 't') ? ! (priv_modes & bit) : mode;
4047 PrivMode (state, bit); 3596
3597 set_privmode (bit, state);
4048 } 3598 }
4049 3599
4050 return state; 3600 return state;
4051} 3601}
4052 3602
4053/* we're not using priv _yet_ */ 3603/* we're not using priv _yet_ */
4054void 3604void
4055rxvt_term::process_terminal_mode (int mode, int priv UNUSED, unsigned int nargs, const int *arg) 3605rxvt_term::process_terminal_mode (int mode, int priv ecb_unused, unsigned int nargs, const int *arg)
4056{ 3606{
4057 unsigned int i, j; 3607 unsigned int i, j;
4058 int state; 3608 int state;
4059 3609
4060 static const struct 3610 static const struct
4061 { 3611 {
4062 const int argval; 3612 const int argval;
4063 const unsigned long bit; 3613 const unsigned long bit;
4064 }
4065
4066 argtopriv[] = { 3614 } argtopriv[] = {
4067 { 1, PrivMode_aplCUR }, 3615 { 1, PrivMode_aplCUR }, // DECCKM
4068 { 2, PrivMode_vt52 }, 3616 { 2, PrivMode_vt52 }, // DECANM
4069 { 3, PrivMode_132 }, 3617 { 3, PrivMode_132 }, // DECCOLM
4070 { 4, PrivMode_smoothScroll }, 3618 { 4, PrivMode_smoothScroll }, // DECSCLM
4071 { 5, PrivMode_rVideo }, 3619 { 5, PrivMode_rVideo }, // DECSCNM
4072 { 6, PrivMode_relOrigin }, 3620 { 6, PrivMode_relOrigin }, // DECOM
4073 { 7, PrivMode_Autowrap }, 3621 { 7, PrivMode_Autowrap }, // DECAWM
4074 // 8, bi-directional support mode 3622 // 8, auto-repeat keys // DECARM
4075 { 9, PrivMode_MouseX10 }, 3623 { 9, PrivMode_MouseX10 },
4076 // 18, 19 printing-related 3624 // 18 end FF to printer after print screen
3625 // 19 Print screen prints full screen/scroll region
4077 { 25, PrivMode_VisibleCursor }, 3626 { 25, PrivMode_VisibleCursor }, // DECTCEM cnorm/cvvis/civis
4078#ifdef scrollBar_esc 3627#ifdef scrollBar_esc
4079 { scrollBar_esc, PrivMode_scrollBar }, 3628 { scrollBar_esc, PrivMode_scrollBar },
4080#endif 3629#endif
4081 { 35, PrivMode_ShiftKeys }, // rxvt extension 3630 { 35, PrivMode_ShiftKeys }, // rxvt extension
3631 // 38, tektronix mode // DECTEK
4082 { 40, PrivMode_132OK }, 3632 { 40, PrivMode_132OK },
4083 // 41 xterm more fixes NYI 3633 // 41 xterm more fixes NYI
4084 // 45 margin bell NYI 3634 // 45 margin bell NYI
4085 // 46 start logging 3635 // 46 start logging
4086 { 47, PrivMode_Screen }, 3636 { 47, PrivMode_Screen },
4087 { 66, PrivMode_aplKP }, 3637 { 66, PrivMode_aplKP }, // DECNKM
4088#ifndef NO_BACKSPACE_KEY 3638#ifndef NO_BACKSPACE_KEY
4089 { 67, PrivMode_BackSpace }, 3639 { 67, PrivMode_BackSpace }, // DECBKM
4090#endif 3640#endif
4091 { 1000, PrivMode_MouseX11 }, 3641 { 1000, PrivMode_MouseX11 },
4092 // 1001 Use Hilite Mouse Tracking. NYI, TODO 3642 { 1002, PrivMode_MouseBtnEvent },
4093 // 1002 Use Cell Motion Mouse Tracking. NYI, TODO 3643 { 1003, PrivMode_MouseAnyEvent },
4094 // 1003 Use All Motion Mouse Tracking. NYI, TODO 3644#if ENABLE_FRILLS
3645 { 1005, PrivMode_ExtModeMouse },
3646#endif
4095 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3647 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
4096 { 1011, PrivMode_Keypress }, // rxvt extension 3648 { 1011, PrivMode_Keypress }, // rxvt extension
3649#if ENABLE_FRILLS
3650 { 1015, PrivMode_ExtMouseRight }, // urxvt extension of 1005
3651#endif
4097 // 1035 enable modifiers for alt, numlock NYI 3652 // 1035 enable modifiers for alt, numlock NYI
4098 // 1036 send ESC for meta keys NYI 3653 // 1036 send ESC for meta keys NYI
4099 // 1037 send DEL for keypad delete NYI 3654 // 1037 send DEL for keypad delete NYI
4100 { 1047, PrivMode_Screen }, 3655 { 1047, PrivMode_Screen },
4101 // 1048 save and restore cursor 3656 // 1048 save and restore cursor, implemented in code
4102 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */ 3657 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */
4103 // 1051, 1052, 1060, 1061 keyboard emulation NYI 3658 // 1051, 1052, 1060, 1061 keyboard emulation NYI
3659 { 2004, PrivMode_BracketPaste },
4104 }; 3660 };
4105 3661
4106 if (nargs == 0) 3662 if (nargs == 0)
4107 return; 3663 return;
4108 3664
4115 for (i = 0; i < nargs; i++) 3671 for (i = 0; i < nargs; i++)
4116 { 3672 {
4117 state = -1; 3673 state = -1;
4118 3674
4119 /* basic handling */ 3675 /* basic handling */
4120 for (j = 0; j < (sizeof (argtopriv)/sizeof (argtopriv[0])); j++) 3676 for (j = 0; j < ecb_array_length (argtopriv); j++)
4121 if (argtopriv[j].argval == arg[i]) 3677 if (argtopriv[j].argval == arg[i])
4122 { 3678 {
4123 state = privcases (mode, argtopriv[j].bit); 3679 state = privcases (mode, argtopriv[j].bit);
4124 break; 3680 break;
4125 } 3681 }
4133 3689
4134 scr_touch (true); 3690 scr_touch (true);
4135 break; 3691 break;
4136#endif 3692#endif
4137 case 1048: /* alternative cursor save */ 3693 case 1048: /* alternative cursor save */
4138 case 1049:
4139 if (OPTION (Opt_secondaryScreen)) 3694 if (option (Opt_secondaryScreen))
4140 if (mode == 0) 3695 if (mode == 0)
4141 scr_cursor (RESTORE); 3696 scr_cursor (RESTORE);
4142 else if (mode == 1) 3697 else if (mode == 1)
4143 scr_cursor (SAVE); 3698 scr_cursor (SAVE);
4144 break; 3699 break;
4152 case 2: /* VT52 mode */ 3707 case 2: /* VT52 mode */
4153 /* oddball mode. should be set regardless of set/reset 3708 /* oddball mode. should be set regardless of set/reset
4154 * parameter. Return from VT52 mode with an ESC < from 3709 * parameter. Return from VT52 mode with an ESC < from
4155 * within VT52 mode 3710 * within VT52 mode
4156 */ 3711 */
4157 PrivMode (1, PrivMode_vt52); 3712 set_privmode (PrivMode_vt52, 1);
4158 break; 3713 break;
4159 case 3: /* 80/132 */ 3714 case 3: /* 80/132 */
4160 if (priv_modes & PrivMode_132OK) 3715 if (priv_modes & PrivMode_132OK)
4161 set_widthheight (((state ? 132 : 80) * fwidth), height); 3716 set_widthheight ((state ? 132 : 80) * fwidth, 24 * fheight);
4162 break; 3717 break;
4163 case 4: /* smooth scrolling */ 3718 case 4: /* smooth scrolling */
4164 set_option (Opt_jumpScroll, !state); 3719 set_option (Opt_jumpScroll, !state);
4165 break; 3720 break;
4166 case 5: /* reverse video */ 3721 case 5: /* reverse video */
4173 scr_autowrap (state); 3728 scr_autowrap (state);
4174 break; 3729 break;
4175 /* case 8: - auto repeat, can't do on a per window basis */ 3730 /* case 8: - auto repeat, can't do on a per window basis */
4176 case 9: /* X10 mouse reporting */ 3731 case 9: /* X10 mouse reporting */
4177 if (state) /* orthogonal */ 3732 if (state) /* orthogonal */
4178 priv_modes &= ~PrivMode_MouseX11; 3733 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4179 break; 3734 break;
4180#ifdef scrollBar_esc 3735#ifdef scrollBar_esc
4181 case scrollBar_esc: 3736 case scrollBar_esc:
4182 if (scrollbar_mapping (state)) 3737 if (scrollBar.map (state))
4183 { 3738 {
4184 resize_all_windows (0, 0, 0); 3739 resize_all_windows (0, 0, 0);
4185 scr_touch (true); 3740 scr_touch (true);
4186 } 3741 }
4187 break; 3742 break;
4196 break; 3751 break;
4197 /* case 66: - application key pad */ 3752 /* case 66: - application key pad */
4198 /* case 67: - backspace key */ 3753 /* case 67: - backspace key */
4199 case 1000: /* X11 mouse reporting */ 3754 case 1000: /* X11 mouse reporting */
4200 if (state) /* orthogonal */ 3755 if (state) /* orthogonal */
4201 priv_modes &= ~PrivMode_MouseX10; 3756 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
4202 break; 3757 break;
4203#if 0
4204 case 1001: 3758 case 1002:
4205 break; /* X11 mouse highlighting */ 3759 case 1003:
4206#endif 3760 if (state)
3761 {
3762 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11);
3763 priv_modes &= arg[i] == 1003 ? ~PrivMode_MouseBtnEvent : ~PrivMode_MouseAnyEvent;
3764 mouse_row = mouse_col = 0;
3765 vt_emask_mouse = PointerMotionMask;
3766 }
3767 else
3768 vt_emask_mouse = NoEventMask;
3769
3770 vt_select_input ();
3771 break;
4207 case 1010: /* scroll to bottom on TTY output inhibit */ 3772 case 1010: /* scroll to bottom on TTY output inhibit */
4208 set_option (Opt_scrollTtyOutput, !state); 3773 set_option (Opt_scrollTtyOutput, !state);
4209 break; 3774 break;
4210 case 1011: /* scroll to bottom on key press */ 3775 case 1011: /* scroll to bottom on key press */
4211 set_option (Opt_scrollTtyKeypress, state); 3776 set_option (Opt_scrollTtyKeypress, state);
4212 break; 3777 break;
4213 case 1047: /* secondary screen w/ clearing last */ 3778 case 1047: /* secondary screen w/ clearing last */
4214 if (OPTION (Opt_secondaryScreen)) 3779 if (option (Opt_secondaryScreen))
4215 if (current_screen != PRIMARY) 3780 if (!state)
4216 scr_erase_screen (2); 3781 scr_erase_screen (2);
3782
4217 scr_change_screen (state); 3783 scr_change_screen (state);
4218 break; 3784 break;
4219 case 1049: /* secondary screen w/ clearing first */ 3785 case 1049: /* secondary screen w/ clearing first */
3786 if (option (Opt_secondaryScreen))
3787 if (state)
3788 scr_cursor (SAVE);
3789
4220 scr_change_screen (state); 3790 scr_change_screen (state);
3791
4221 if (OPTION (Opt_secondaryScreen)) 3792 if (option (Opt_secondaryScreen))
4222 if (current_screen != PRIMARY) 3793 if (state)
4223 scr_erase_screen (2); 3794 scr_erase_screen (2);
3795 else
3796 scr_cursor (RESTORE);
4224 break; 3797 break;
4225 default: 3798 default:
4226 break; 3799 break;
4227 } 3800 }
4228 } 3801 }
4381 } 3954 }
4382 } 3955 }
4383} 3956}
4384/*}}} */ 3957/*}}} */
4385 3958
4386/*{{{ (do not) process Rob Nation's own graphics mode sequences */
4387void
4388rxvt_term::process_graphics ()
4389{
4390 unicode_t ch, cmd = cmd_getc ();
4391
4392 if (cmd == 'Q')
4393 { /* query graphics */
4394 tt_printf ("\033G0\012"); /* no graphics */
4395 return;
4396 }
4397 /* swallow other graphics sequences until terminating ':' */
4398 do
4399 ch = cmd_getc ();
4400 while (ch != ':');
4401}
4402/*}}} */
4403
4404/* ------------------------------------------------------------------------- */ 3959/* ------------------------------------------------------------------------- */
4405 3960
4406/* 3961/*
4407 * Send printf () formatted output to the command. 3962 * Send printf () formatted output to the command.
4408 * Only use for small amounts of data. 3963 * Only use for small amounts of data.
4421 3976
4422/* ---------------------------------------------------------------------- */ 3977/* ---------------------------------------------------------------------- */
4423/* Write data to the pty as typed by the user, pasted with the mouse, 3978/* Write data to the pty as typed by the user, pasted with the mouse,
4424 * or generated by us in response to a query ESC sequence. 3979 * or generated by us in response to a query ESC sequence.
4425 */ 3980 */
4426const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 3981static const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4427 3982
4428void 3983void
4429rxvt_term::tt_write (const char *data, unsigned int len) 3984rxvt_term::tt_write (const char *data, unsigned int len)
4430{ 3985{
4431 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END))) 3986 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
4436 3991
4437 if (v_buflen == 0) 3992 if (v_buflen == 0)
4438 { 3993 {
4439 ssize_t written = write (pty->pty, data, min (len, MAX_PTY_WRITE)); 3994 ssize_t written = write (pty->pty, data, min (len, MAX_PTY_WRITE));
4440 3995
3996 max_it (written, 0);
3997
4441 if ((unsigned int)written == len) 3998 if (written == len)
4442 return; 3999 return;
4443 4000
4444 data += written; 4001 data += written;
4445 len -= written; 4002 len -= written;
4446 } 4003 }
4447 4004
4448 v_buffer = (char *)realloc (v_buffer, v_buflen + len); 4005 v_buffer = (char *)rxvt_realloc (v_buffer, v_buflen + len);
4449 4006
4450 memcpy (v_buffer + v_buflen, data, len); 4007 memcpy (v_buffer + v_buflen, data, len);
4451 v_buflen += len; 4008 v_buflen += len;
4452 4009
4453 pty_ev.set (EVENT_READ | EVENT_WRITE); 4010 pty_ev.set (ev::READ | ev::WRITE);
4454} 4011}
4455 4012
4456void rxvt_term::pty_write () 4013void rxvt_term::pty_write ()
4457{ 4014{
4458 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE)); 4015 int written = write (pty->pty, v_buffer, min (v_buflen, MAX_PTY_WRITE));
4463 4020
4464 if (v_buflen == 0) 4021 if (v_buflen == 0)
4465 { 4022 {
4466 free (v_buffer); 4023 free (v_buffer);
4467 v_buffer = 0; 4024 v_buffer = 0;
4468 v_buflen = 0;
4469 4025
4470 pty_ev.set (EVENT_READ); 4026 pty_ev.set (ev::READ);
4471 return; 4027 return;
4472 } 4028 }
4473 4029
4474 memmove (v_buffer, v_buffer + written, v_buflen); 4030 memmove (v_buffer, v_buffer + written, v_buflen);
4475 } 4031 }
4476 else if (written != -1 || (errno != EAGAIN && errno != EINTR)) 4032 else if (written != -1 || (errno != EAGAIN && errno != EINTR))
4477 pty_ev.set (EVENT_READ); 4033 pty_ev.set (ev::READ);
4478} 4034}
4479 4035
4480/*----------------------- end-of-file (C source) -----------------------*/ 4036/*----------------------- end-of-file (C source) -----------------------*/
4481 4037

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines