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.451 by root, Sun May 23 00:37:19 2010 UTC vs.
Revision 1.553 by sf-exg, Sat Jul 26 15:58:38 2014 UTC

4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
7 * - original version 7 * - original version
8 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com> 8 * Copyright (c) 1994 Robert Nation <nation@rocket.sanders.lockheed.com>
9 * - extensive modifications 9 * - extensive modifications
10 * Copyright (c) 1995 Garrett D'Amore <garrett@netcom.com> 10 * Copyright (c) 1995 Garrett D'Amore <garrett@netcom.com>
11 * - vt100 printing 11 * - vt100 printing
12 * Copyright (c) 1995 Steven Hirsch <hirsch@emba.uvm.edu> 12 * Copyright (c) 1995 Steven Hirsch <hirsch@emba.uvm.edu>
13 * - X11 mouse report mode and support for 13 * - X11 mouse report mode and support for
14 * DEC "private mode" save/restore functions. 14 * DEC "private mode" save/restore functions.
20 * Copyright (c) 1997 Raul Garcia Garcia <rgg@tid.es> 20 * Copyright (c) 1997 Raul Garcia Garcia <rgg@tid.es>
21 * - modification and cleanups for Solaris 2.x 21 * - modification and cleanups for Solaris 2.x
22 * and Linux 1.2.x 22 * and Linux 1.2.x
23 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 23 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
24 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com> 24 * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com>
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-2007 Marc Lehmann <pcg@goof.com> 30 * Copyright (c) 2003-2014 Marc Lehmann <schmorp@schmorp.de>
31 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it> 31 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it>
32 * 32 *
33 * 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
34 * 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
35 * the Free Software Foundation; either version 2 of the License, or 35 * the Free Software Foundation; either version 3 of the License, or
36 * (at your option) any later version. 36 * (at your option) any later version.
37 * 37 *
38 * This program is distributed in the hope that it will be useful, 38 * This program is distributed in the hope that it will be useful,
39 * but WITHOUT ANY WARRANTY; without even the implied warranty of 39 * but WITHOUT ANY WARRANTY; without even the implied warranty of
40 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 40 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54 54
55#ifdef KEYSYM_RESOURCE 55#ifdef KEYSYM_RESOURCE
56# include "keyboard.h" 56# include "keyboard.h"
57#endif 57#endif
58 58
59#include <csignal> 59#include <signal.h>
60 60
61#if LINUX_YIELD_HACK 61#if LINUX_YIELD_HACK
62# include <ctime> 62# include <time.h>
63#endif 63#endif
64 64
65/*----------------------------------------------------------------------*/ 65/*----------------------------------------------------------------------*/
66 66
67#define IS_CONTROL(ch) !((ch) & 0xffffff60UL) 67#define IS_CONTROL(ch) !((ch) & 0xffffff60UL)
131 XK_KP_Space, 0x2422, 131 XK_KP_Space, 0x2422,
132#endif 132#endif
133 0, 133 0,
134}; 134};
135 135
136void 136void ecb_cold
137rxvt_term::iso14755_54 (int x, int y) 137rxvt_term::iso14755_54 (int x, int y)
138{ 138{
139 x = Pixel2Col (x); 139 x = Pixel2Col (x);
140 y = Pixel2Row (y); 140 y = Pixel2Row (y);
141 141
149 149
150 text_t t = l.t[x]; 150 text_t t = l.t[x];
151 151
152 if (t != NOCHAR || !x) 152 if (t != NOCHAR || !x)
153 { 153 {
154 iso14755_51 (l.t[x], l.r[x], x, y); 154 iso14755_51 (l.t[x], l.r[x], x, y, view_start);
155 iso14755buf = ISO_14755_54; 155 iso14755buf = ISO_14755_54;
156 break; 156 break;
157 } 157 }
158 158
159 x--; 159 x--;
160 } 160 }
161} 161}
162 162
163void 163void ecb_cold
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, int y2)
165{ 165{
166 rxvt_fontset *fs = FONTSET (r); 166 rxvt_fontset *fs = FONTSET (r);
167 wchar_t *chr, *alloc, ch2, **fname; 167 wchar_t *chr, *alloc, ch2, **fname;
168 int len; 168 int len;
169 169
181 181
182 alloc = 0; 182 alloc = 0;
183 chr = &ch2; 183 chr = &ch2;
184 len = 1; 184 len = 1;
185 } 185 }
186
187 char rowcol[40];
188 snprintf (rowcol, sizeof rowcol, "col %d row %d @%d", x, y, y2);
186 189
187 char attr[80]; // plenty 190 char attr[80]; // plenty
188 191
189 sprintf (attr, "%08x = fg %d bg %d%s%s%s%s%s%s", 192 sprintf (attr, "%08x = fg %d bg %d%s%s%s%s%s%s",
190 (int)r, 193 (int)r,
203 rxvt_font *f = (*fs)[fs->find_font_idx (chr[i])]; 206 rxvt_font *f = (*fs)[fs->find_font_idx (chr[i])];
204 fname[i] = rxvt_utf8towcs (f->name); 207 fname[i] = rxvt_utf8towcs (f->name);
205 max_it (width, wcswidth (fname[i], wcslen (fname[i]))); 208 max_it (width, wcswidth (fname[i], wcslen (fname[i])));
206 } 209 }
207 210
208 max_it (width, 8+5); // for char + hex
209 max_it (width, strlen (attr)); 211 max_it (width, strlen (attr));
210 212
211 if (y >= 0) 213 if (y >= 0)
212 { 214 {
213 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1; 215 y = (y >= nrow - len - 4 && x < width + 2) ? 0 : -1;
214 x = 0; 216 x = 0;
215 } 217 }
216 218
217 scr_overlay_new (x, y, width, len * 2 + 1); 219 scr_overlay_new (x, y, width, len * 2 + 2);
220
221 scr_overlay_set (0, 0, rowcol);
218 222
219 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r)); 223 r = SET_STYLE (OVERLAY_RSTYLE, GET_STYLE (r));
220 224
221 for (int y = 0; y < len; y++) 225 for (int y = 0; y < len; y++)
222 { 226 {
223 char buf[9]; 227 char buf[9];
224 228
225 ch = *chr++; 229 ch = *chr++;
226 230
227 sprintf (buf, "%8x", ch); 231 sprintf (buf, "%8x", ch);
228 scr_overlay_set (0, y, buf); 232 scr_overlay_set (0, y + 1, buf);
229 scr_overlay_set (9, y, '='); 233 scr_overlay_set (9, y + 1, '=');
230# if !UNICODE_3 234# if !UNICODE_3
231 if (ch >= 0x10000) 235 if (ch >= 0x10000)
232 ch = 0xfffd; 236 ch = 0xfffd;
233# endif 237# endif
234 scr_overlay_set (11, y, ch, r); 238 scr_overlay_set (11, y + 1, ch, r);
235 239
236 if (WCWIDTH (ch) >= 2) 240 if (WCWIDTH (ch) >= 2)
237 scr_overlay_set (12, y, NOCHAR, r); 241 scr_overlay_set (12, y + 1, NOCHAR, r);
238 } 242 }
239 243
240// { 244// {
241// char buf[4+4+3+1]; 245// char buf[4+4+3+1];
242// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y); 246// snprintf (buf, sizeof (buf), "(%.4d|%.4d)", x, y);
243// scr_overlay_set (0, 0, buf); 247// scr_overlay_set (0, 0, buf);
244// } 248// }
245 scr_overlay_set (0, len , attr); 249 scr_overlay_set (0, len + 1, attr);
246 for (int i = 0; i < len; i++) 250 for (int i = 0; i < len; i++)
247 { 251 {
248 scr_overlay_set (0, len + 1 + i, fname[i]); 252 scr_overlay_set (0, len + 2 + i, fname[i]);
249 free (fname[i]); 253 free (fname[i]);
250 } 254 }
251 255
252# if ENABLE_COMBINING 256# if ENABLE_COMBINING
253 if (alloc) 257 if (alloc)
254 delete [] alloc; 258 delete [] alloc;
255# endif 259# endif
256} 260}
257#endif 261#endif
258 262
259void 263void ecb_cold
260rxvt_term::commit_iso14755 () 264rxvt_term::commit_iso14755 ()
261{ 265{
262 wchar_t ch[2];
263
264 ch[0] = iso14755buf & ISO_14755_MASK; 266 wchar_t ch = iso14755buf & ISO_14755_MASK;
265 ch[1] = 0;
266 267
267 if (iso14755buf & ISO_14755_51) 268 if (iso14755buf & ISO_14755_51)
268 { 269 {
269 char mb[16]; 270 char mb[MB_LEN_MAX];
270 int len; 271 int len;
271 272
272 // allow verbatim 0-bytes and control-bytes to be entered 273 // allow verbatim 0-bytes and control-bytes to be entered
273 if (ch[0] >= 0x20) 274 if (ch >= 0x20)
274 len = wcstombs (mb, ch, 16); 275 len = wctomb (mb, ch);
275 else 276 else
276 { 277 {
277 mb[0] = ch[0]; 278 mb[0] = ch;
278 len = 1; 279 len = 1;
279 } 280 }
280 281
281 if (len > 0) 282 if (len > 0)
282 tt_write (mb, len); 283 tt_write (mb, len);
285 } 286 }
286 287
287 iso14755buf = 0; 288 iso14755buf = 0;
288} 289}
289 290
290static int 291static int ecb_cold
291hex_keyval (XKeyEvent &ev) 292hex_keyval (XKeyEvent &ev)
292{ 293{
293 // check whether this event corresponds to a hex digit 294 // check whether this event corresponds to a hex digit
294 // if the modifiers had not been pressed. 295 // if the modifiers had not been pressed.
295 for (int index = 0; index < 8; index++) 296 for (int index = 0; index < 8; index++)
304 305
305 return -1; 306 return -1;
306} 307}
307#endif 308#endif
308 309
309static inline KeySym 310static inline KeySym ecb_cold
310translate_keypad (KeySym keysym, bool kp) 311translate_keypad (KeySym keysym, bool kp)
311{ 312{
312#ifdef XK_KP_Home 313#ifdef XK_KP_Home
313 static const KeySym keypadtrans[] = { 314 static const KeySym keypadtrans[] = {
314 XK_KP_7, // XK_KP_Home 315 XK_KP_7, // XK_KP_Home
315 XK_KP_4, // XK_KP_Left 316 XK_KP_4, // XK_KP_Left
316 XK_KP_8, // XK_KP_Up 317 XK_KP_8, // XK_KP_Up
317 XK_KP_6, // XK_KP_Right 318 XK_KP_6, // XK_KP_Right
318 XK_KP_2, // XK_KP_Down 319 XK_KP_2, // XK_KP_Down
319# ifndef UNSHIFTED_SCROLLKEYS
320 XK_KP_9, // XK_KP_Prior 320 XK_KP_9, // XK_KP_Prior
321 XK_KP_3, // XK_KP_Next 321 XK_KP_3, // XK_KP_Next
322# else
323 XK_Prior,
324 XK_Next,
325# endif
326 XK_KP_1, // XK_KP_End 322 XK_KP_1, // XK_KP_End
327 XK_KP_5, // XK_KP_Begin 323 XK_KP_5, // XK_KP_Begin
328 }; 324 };
329 325
330 if (IN_RANGE_INC (keysym, XK_KP_Home, XK_KP_Begin)) 326 if (IN_RANGE_INC (keysym, XK_KP_Home, XK_KP_Begin))
340# endif 336# endif
341#endif 337#endif
342 return keysym; 338 return keysym;
343} 339}
344 340
345static inline int 341static inline int ecb_cold
346map_function_key (KeySym keysym) 342map_function_key (KeySym keysym)
347{ 343{
348 int param = 0; 344 int param = 0;
349 345
350 if (IN_RANGE_INC (keysym, XK_F1, XK_F35)) 346 if (IN_RANGE_INC (keysym, XK_F1, XK_F35))
375 param = 3; 371 param = 3;
376 break; 372 break;
377 case XK_Select: 373 case XK_Select:
378 param = 4; 374 param = 4;
379 break; 375 break;
380#ifndef UNSHIFTED_SCROLLKEYS
381 case XK_Prior: 376 case XK_Prior:
382 param = 5; 377 param = 5;
383 break; 378 break;
384 case XK_Next: 379 case XK_Next:
385 param = 6; 380 param = 6;
388 param = 7; 383 param = 7;
389 break; 384 break;
390 case XK_End: 385 case XK_End:
391 param = 8; 386 param = 8;
392 break; 387 break;
393#endif
394 case XK_Help: 388 case XK_Help:
395 param = 28; 389 param = 28;
396 break; 390 break;
397 case XK_Menu: 391 case XK_Menu:
398 param = 29; 392 param = 29;
399 break; 393 break;
400 } 394 }
401 return param; 395 return param;
402} 396}
403 397
404void 398static inline wchar_t *
399rxvt_wcsdup (const wchar_t *str, int len)
400{
401 wchar_t *r = (wchar_t *)rxvt_malloc ((len + 1) * sizeof (wchar_t));
402 memcpy (r, str, len * sizeof (wchar_t));
403 r[len] = 0;
404 return r;
405}
406
407void ecb_cold
405rxvt_term::key_press (XKeyEvent &ev) 408rxvt_term::key_press (XKeyEvent &ev)
406{ 409{
407 int ctrl, meta, shft, len; 410 int ctrl, meta, shft, len;
408 KeySym keysym; 411 KeySym keysym = NoSymbol;
409 int valid_keysym;
410 char kbuf[KBUFSZ]; 412 char rkbuf[KBUFSZ + 1];
413 char *kbuf = rkbuf + 1;
411 414
412#if ISO_14755 415#if ISO_14755
413 if (iso14755buf & ISO_14755_52) 416 if (iso14755buf & ISO_14755_52)
414 return; 417 return;
415#endif 418#endif
424 ctrl = ev.state & ControlMask; 427 ctrl = ev.state & ControlMask;
425 meta = ev.state & ModMetaMask; 428 meta = ev.state & ModMetaMask;
426 429
427 kbuf[0] = 0; 430 kbuf[0] = 0;
428 431
429#ifdef USE_XIM 432#if USE_XIM
430 if (Input_Context) 433 if (Input_Context)
431 { 434 {
432 Status status_return; 435 Status status_return;
433 436
434#if 0 437#if 0
472 } 475 }
473 } 476 }
474 else 477 else
475 len = 0; 478 len = 0;
476 } 479 }
477
478 valid_keysym = status_return == XLookupKeySym
479 || status_return == XLookupBoth;
480 } 480 }
481 else 481 else
482#endif 482#endif
483 { 483 {
484 len = XLookupString (&ev, kbuf, KBUFSZ, &keysym, &compose); 484 len = XLookupString (&ev, kbuf, KBUFSZ, &keysym, &compose);
485 valid_keysym = keysym != NoSymbol; 485 }
486
487 if (keysym != NoSymbol)
486 } 488 {
489 KeySym orig_keysym = keysym;
487 490
488 if (valid_keysym) 491 /* Shift + F1 - F10 generates F11 - F20 */
492 if (shft && keysym >= XK_F1 && keysym <= XK_F10)
493 {
494 keysym += (XK_F11 - XK_F1);
495 shft = 0; /* turn off Shift */
496 }
497
498 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
499 {
500 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
501 unsigned int newlen = 1;
502
503 if (ev.state & ModNumLockMask)
504 kp = false;
505
506 keysym = translate_keypad (keysym, kp);
507
508 switch (keysym)
509 {
510#ifndef NO_BACKSPACE_KEY
511 case XK_BackSpace:
512 if (priv_modes & PrivMode_HaveBackSpace)
513 {
514 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
515 ^ !!ctrl) ? '\b' : '\177';
516 kbuf[1] = '\0';
517 }
518 else
519 strcpy (kbuf, rs[Rs_backspace_key]);
520 break;
521#endif
522#ifndef NO_DELETE_KEY
523 case XK_Delete:
524 strcpy (kbuf, rs[Rs_delete_key]);
525 break;
526#endif
527 case XK_Tab:
528 if (shft)
529 strcpy (kbuf, "\033[Z");
530 else
531 {
532#ifdef CTRL_TAB_MAKES_META
533 if (ctrl)
534 meta = 1;
535#endif
536#ifdef MOD4_TAB_MAKES_META
537 if (ev.state & Mod4Mask)
538 meta = 1;
539#endif
540 newlen = 0;
541 }
542 break;
543
544 case XK_Up: /* "\033[A" */
545 case XK_Down: /* "\033[B" */
546 case XK_Right: /* "\033[C" */
547 case XK_Left: /* "\033[D" */
548 strcpy (kbuf, "\033[Z");
549 kbuf[2] = "DACB"[keysym - XK_Left];
550 /* do Shift first */
551 if (shft)
552 kbuf[2] = "dacb"[keysym - XK_Left];
553 else if (ctrl)
554 {
555 kbuf[1] = 'O';
556 kbuf[2] = "dacb"[keysym - XK_Left];
557 }
558 else if (priv_modes & PrivMode_aplCUR)
559 kbuf[1] = 'O';
560 break;
561
562 case XK_KP_Enter:
563 /* allow shift to override */
564 if (kp)
565 {
566 strcpy (kbuf, "\033OM");
567 break;
568 }
569
570 /* FALLTHROUGH */
571
572 case XK_Return:
573 if (priv_modes & PrivMode_LFNL)
574 {
575 kbuf[0] = '\015';
576 kbuf[1] = '\012';
577 kbuf[2] = '\0';
578 }
579 else
580 {
581 kbuf[0] = '\015';
582 kbuf[1] = '\0';
583 }
584 break;
585
586 case XK_KP_F1: /* "\033OP" */
587 case XK_KP_F2: /* "\033OQ" */
588 case XK_KP_F3: /* "\033OR" */
589 case XK_KP_F4: /* "\033OS" */
590 strcpy (kbuf, "\033OP");
591 kbuf[2] += (keysym - XK_KP_F1);
592 break;
593
594 case XK_KP_Multiply: /* "\033Oj" : "*" */
595 case XK_KP_Add: /* "\033Ok" : "+" */
596 case XK_KP_Separator: /* "\033Ol" : "," */
597 case XK_KP_Subtract: /* "\033Om" : "-" */
598 case XK_KP_Decimal: /* "\033On" : "." */
599 case XK_KP_Divide: /* "\033Oo" : "/" */
600 case XK_KP_0: /* "\033Op" : "0" */
601 case XK_KP_1: /* "\033Oq" : "1" */
602 case XK_KP_2: /* "\033Or" : "2" */
603 case XK_KP_3: /* "\033Os" : "3" */
604 case XK_KP_4: /* "\033Ot" : "4" */
605 case XK_KP_5: /* "\033Ou" : "5" */
606 case XK_KP_6: /* "\033Ov" : "6" */
607 case XK_KP_7: /* "\033Ow" : "7" */
608 case XK_KP_8: /* "\033Ox" : "8" */
609 case XK_KP_9: /* "\033Oy" : "9" */
610 /* allow shift to override */
611 if (kp)
612 {
613 strcpy (kbuf, "\033Oj");
614 kbuf[2] += (keysym - XK_KP_Multiply);
615 }
616 else
617 {
618 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
619 kbuf[1] = '\0';
620 }
621 break;
622
623 default:
624 {
625 int param = map_function_key (keysym);
626 if (param > 0)
627 sprintf (kbuf,"\033[%d~", param);
628 else
629 newlen = 0;
630 }
631 break;
632 }
633
634 if (newlen)
635 len = strlen (kbuf);
636
637 if (len > 0)
638 {
639 /*
640 * pass Shift/Control indicators for function keys ending with `~'
641 *
642 * eg,
643 * Prior = "ESC[5~"
644 * Shift+Prior = "ESC[5$"
645 * Ctrl+Prior = "ESC[5^"
646 * Ctrl+Shift+Prior = "ESC[5@"
647 */
648 if (kbuf[0] == C0_ESC && kbuf[1] == '[' && kbuf[len - 1] == '~')
649 kbuf[len - 1] = (shft ? (ctrl ? '@' : '$') : (ctrl ? '^' : '~'));
650
651 /*
652 * Pass meta for all function keys, if 'meta' option set
653 */
654#ifdef META8_OPTION
655 if (meta && (meta_char == 0x80))
656 kbuf[len - 1] |= 0x80;
657#endif
658 }
659
660 }
661 else if (ctrl && keysym == XK_minus)
662 {
663 len = 1;
664 kbuf[0] = '\037'; /* Ctrl-Minus generates ^_ (31) */
665 }
666 else if (keysym == XK_ISO_Left_Tab)
667 {
668 strcpy (kbuf, "\033[Z");
669 len = 3;
670 }
671 else
672 {
673#ifdef META8_OPTION
674 /* set 8-bit on */
675 if (meta && (meta_char == 0x80))
676 {
677 char *ch;
678
679 for (ch = kbuf; ch < kbuf + len; ch++)
680 *ch |= 0x80;
681
682 meta = 0;
683 }
684#endif
685 /* nil */ ;
686 }
687
688 keysym = orig_keysym;
689 }
690
691 /* escape prefix */
692 if (len && meta
693#ifdef META8_OPTION
694 && meta_char == C0_ESC
695#endif
696 )
697 {
698 *--kbuf = C0_ESC;
699 len++;
700 }
701
702 if (HOOK_INVOKE ((this, HOOK_KEY_PRESS, DT_XEVENT, &ev, DT_INT, keysym, DT_STR_LEN, kbuf, len, DT_END)))
703 return;
704
705 if (keysym != NoSymbol)
489 { 706 {
490#ifdef KEYSYM_RESOURCE 707#ifdef KEYSYM_RESOURCE
491 if (keyboard->dispatch (this, keysym, ev.state)) 708 if (keyboard->dispatch (this, keysym, ev.state, kbuf, len))
492 return; 709 return;
493#endif 710#endif
494 711
495 if (saveLines) 712 if (saveLines)
496 { 713 {
509#endif 726#endif
510 max_it (lnsppg, 1); 727 max_it (lnsppg, 1);
511 728
512 if (keysym == XK_Prior) 729 if (keysym == XK_Prior)
513 { 730 {
514 scr_page (UP, lnsppg); 731 scr_page (lnsppg);
515 return; 732 return;
516 } 733 }
517 else if (keysym == XK_Next) 734 else if (keysym == XK_Next)
518 { 735 {
519 scr_page (DN, lnsppg); 736 scr_page (-lnsppg);
520 return; 737 return;
521 } 738 }
522 } 739 }
523#ifdef SCROLL_ON_UPDOWN_KEYS 740#ifdef SCROLL_ON_UPDOWN_KEYS
524 if (IS_SCROLL_MOD) 741 if (IS_SCROLL_MOD)
525 { 742 {
526 if (keysym == XK_Up) 743 if (keysym == XK_Up)
527 { 744 {
528 scr_page (UP, 1); 745 scr_page (1);
529 return; 746 return;
530 } 747 }
531 else if (keysym == XK_Down) 748 else if (keysym == XK_Down)
532 { 749 {
533 scr_page (DN, 1); 750 scr_page (-1);
534 return; 751 return;
535 } 752 }
536 } 753 }
537#endif 754#endif
538#ifdef SCROLL_ON_HOMEEND_KEYS 755#ifdef SCROLL_ON_HOMEEND_KEYS
539 if (IS_SCROLL_MOD) 756 if (IS_SCROLL_MOD)
540 { 757 {
541 if (keysym == XK_Home) 758 if (keysym == XK_Home)
542 { 759 {
543 scr_move_to (0, 1); 760 scr_changeview (top_row);
544 return; 761 return;
545 } 762 }
546 else if (keysym == XK_End) 763 else if (keysym == XK_End)
547 { 764 {
548 scr_move_to (1, 1); 765 scr_changeview (0);
549 return; 766 return;
550 } 767 }
551 } 768 }
552#endif 769#endif
553 } 770 }
554 771
555 if (shft) 772 if (shft)
556 { 773 {
557 /* Shift + F1 - F10 generates F11 - F20 */
558 if (keysym >= XK_F1 && keysym <= XK_F10)
559 {
560 keysym += (XK_F11 - XK_F1);
561 shft = 0; /* turn off Shift */
562 }
563 else if (!ctrl && !meta && (priv_modes & PrivMode_ShiftKeys)) 774 if (!ctrl && !meta && (priv_modes & PrivMode_ShiftKeys))
564 { 775 {
565 switch (keysym) 776 switch (keysym)
566 { 777 {
567 /* normal XTerm key bindings */ 778 /* normal XTerm key bindings */
568 case XK_Insert: /* Shift+Insert = paste mouse selection */ 779 case XK_Insert: /* Shift+Insert = paste mouse selection */
569 selection_request (ev.time); 780 selection_request (ev.time);
570 return; 781 return;
571#if TODO 782#if TODO
572 /* rxvt extras */ 783 /* rxvt extras */
573 case XK_KP_Add: /* Shift+KP_Add = bigger font */ 784 case XK_KP_Add: /* Shift+KP_Add = bigger font */
574 change_font (FONT_UP);
575 return; 785 return;
576 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */ 786 case XK_KP_Subtract: /* Shift+KP_Subtract = smaller font */
577 change_font (FONT_DN);
578 return; 787 return;
579#endif 788#endif
580 } 789 }
581 } 790 }
791 }
792
793 if (ctrl && meta && (keysym == XK_c || keysym == XK_v))
794 {
795 if (keysym == XK_v)
796 selection_request (ev.time, Sel_Clipboard);
797 else if (selection.len > 0)
798 {
799 free (selection.clip_text);
800 selection.clip_text = rxvt_wcsdup (selection.text, selection.len);
801 selection.clip_len = selection.len;
802 selection_grab (CurrentTime, true);
803 }
804
805 return;
582 } 806 }
583 807
584#if ENABLE_FRILLS || ISO_14755 808#if ENABLE_FRILLS || ISO_14755
585 // ISO 14755 support 809 // ISO 14755 support
586 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_51)) 810 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_51))
641 { 865 {
642 scr_printscreen (ctrl | shft); 866 scr_printscreen (ctrl | shft);
643 return; 867 return;
644 } 868 }
645#endif 869#endif
646
647 if (keysym >= 0xFF00 && keysym <= 0xFFFF)
648 {
649 bool kp = priv_modes & PrivMode_aplKP ? !shft : shft;
650 unsigned int newlen = 1;
651
652 if (ev.state & ModNumLockMask)
653 kp = false;
654
655 keysym = translate_keypad (keysym, kp);
656
657 switch (keysym)
658 {
659#ifndef NO_BACKSPACE_KEY
660 case XK_BackSpace:
661 if (priv_modes & PrivMode_HaveBackSpace)
662 {
663 kbuf[0] = (!! (priv_modes & PrivMode_BackSpace)
664 ^ !!ctrl) ? '\b' : '\177';
665 kbuf[1] = '\0';
666 }
667 else
668 strcpy (kbuf, rs[Rs_backspace_key]);
669 break;
670#endif
671#ifndef NO_DELETE_KEY
672 case XK_Delete:
673 strcpy (kbuf, rs[Rs_delete_key]);
674 break;
675#endif
676 case XK_Tab:
677 if (shft)
678 strcpy (kbuf, "\033[Z");
679 else
680 {
681#ifdef CTRL_TAB_MAKES_META
682 if (ctrl)
683 meta = 1;
684#endif
685#ifdef MOD4_TAB_MAKES_META
686 if (ev.state & Mod4Mask)
687 meta = 1;
688#endif
689 newlen = 0;
690 }
691 break;
692
693 case XK_Up: /* "\033[A" */
694 case XK_Down: /* "\033[B" */
695 case XK_Right: /* "\033[C" */
696 case XK_Left: /* "\033[D" */
697 strcpy (kbuf, "\033[Z");
698 kbuf[2] = "DACB"[keysym - XK_Left];
699 /* do Shift first */
700 if (shft)
701 kbuf[2] = "dacb"[keysym - XK_Left];
702 else if (ctrl)
703 {
704 kbuf[1] = 'O';
705 kbuf[2] = "dacb"[keysym - XK_Left];
706 }
707 else if (priv_modes & PrivMode_aplCUR)
708 kbuf[1] = 'O';
709 break;
710
711 case XK_KP_Enter:
712 /* allow shift to override */
713 if (kp)
714 {
715 strcpy (kbuf, "\033OM");
716 break;
717 }
718
719 /* FALLTHROUGH */
720
721 case XK_Return:
722 if (priv_modes & PrivMode_LFNL)
723 {
724 kbuf[0] = '\015';
725 kbuf[1] = '\012';
726 kbuf[2] = '\0';
727 }
728 else
729 {
730 kbuf[0] = '\015';
731 kbuf[1] = '\0';
732 }
733 break;
734
735 case XK_KP_F1: /* "\033OP" */
736 case XK_KP_F2: /* "\033OQ" */
737 case XK_KP_F3: /* "\033OR" */
738 case XK_KP_F4: /* "\033OS" */
739 strcpy (kbuf, "\033OP");
740 kbuf[2] += (keysym - XK_KP_F1);
741 break;
742
743 case XK_KP_Multiply: /* "\033Oj" : "*" */
744 case XK_KP_Add: /* "\033Ok" : "+" */
745 case XK_KP_Separator: /* "\033Ol" : "," */
746 case XK_KP_Subtract: /* "\033Om" : "-" */
747 case XK_KP_Decimal: /* "\033On" : "." */
748 case XK_KP_Divide: /* "\033Oo" : "/" */
749 case XK_KP_0: /* "\033Op" : "0" */
750 case XK_KP_1: /* "\033Oq" : "1" */
751 case XK_KP_2: /* "\033Or" : "2" */
752 case XK_KP_3: /* "\033Os" : "3" */
753 case XK_KP_4: /* "\033Ot" : "4" */
754 case XK_KP_5: /* "\033Ou" : "5" */
755 case XK_KP_6: /* "\033Ov" : "6" */
756 case XK_KP_7: /* "\033Ow" : "7" */
757 case XK_KP_8: /* "\033Ox" : "8" */
758 case XK_KP_9: /* "\033Oy" : "9" */
759 /* allow shift to override */
760 if (kp)
761 {
762 strcpy (kbuf, "\033Oj");
763 kbuf[2] += (keysym - XK_KP_Multiply);
764 }
765 else
766 {
767 kbuf[0] = ('*' + (keysym - XK_KP_Multiply));
768 kbuf[1] = '\0';
769 }
770 break;
771
772 default:
773 {
774 int param = map_function_key (keysym);
775 if (param > 0)
776 sprintf (kbuf,"\033[%d~", param);
777 else
778 newlen = 0;
779 }
780 break;
781 }
782
783 if (newlen)
784 len = strlen (kbuf);
785
786 /*
787 * Pass meta for all function keys, if 'meta' option set
788 */
789#ifdef META8_OPTION
790 if (meta && (meta_char == 0x80) && len > 0)
791 kbuf[len - 1] |= 0x80;
792#endif
793
794 }
795 else if (ctrl && keysym == XK_minus)
796 {
797 len = 1;
798 kbuf[0] = '\037'; /* Ctrl-Minus generates ^_ (31) */
799 }
800 else if (keysym == XK_ISO_Left_Tab)
801 {
802 strcpy (kbuf, "\033[Z");
803 len = 3;
804 }
805 else
806 {
807#ifdef META8_OPTION
808 /* set 8-bit on */
809 if (meta && (meta_char == 0x80))
810 {
811 char *ch;
812
813 for (ch = kbuf; ch < kbuf + len; ch++)
814 *ch |= 0x80;
815
816 meta = 0;
817 }
818#endif
819 /* nil */ ;
820 }
821 } 870 }
822
823 if (HOOK_INVOKE ((this, HOOK_KEY_PRESS, DT_XEVENT, &ev, DT_INT, keysym, DT_STR_LEN, kbuf, len, DT_END)))
824 return;
825 871
826 if (len <= 0) 872 if (len <= 0)
827 return; /* not mapped */ 873 return; /* not mapped */
828 874
829 if (option (Opt_scrollTtyKeypress))
830 if (view_start)
831 {
832 view_start = 0;
833 want_refresh = 1;
834 }
835
836 /*
837 * these modifications only affect the static keybuffer
838 * pass Shift/Control indicators for function keys ending with `~'
839 *
840 * eg,
841 * Prior = "ESC[5~"
842 * Shift+Prior = "ESC[5$"
843 * Ctrl+Prior = "ESC[5^"
844 * Ctrl+Shift+Prior = "ESC[5@"
845 * Meta adds an Escape prefix (with META8_OPTION, if meta == <escape>).
846 */
847 if (kbuf[0] == C0_ESC && kbuf[1] == '[' && kbuf[len - 1] == '~')
848 kbuf[len - 1] = (shft ? (ctrl ? '@' : '$') : (ctrl ? '^' : '~'));
849
850 /* escape prefix */
851 if (meta
852#ifdef META8_OPTION
853 && meta_char == C0_ESC
854#endif
855 )
856 {
857 const char ch = C0_ESC;
858 tt_write (&ch, 1);
859 }
860
861 tt_write (kbuf, (unsigned int)len); 875 tt_write_user_input (kbuf, (unsigned int)len);
862} 876}
863 877
864void 878void ecb_cold
865rxvt_term::key_release (XKeyEvent &ev) 879rxvt_term::key_release (XKeyEvent &ev)
866{ 880{
867#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL 881#if (MOUSE_WHEEL && MOUSE_SLIP_WHEELING) || ISO_14755 || ENABLE_PERL
868 KeySym keysym; 882 KeySym keysym;
869 883
889 commit_iso14755 (); 903 commit_iso14755 ();
890 904
891 return; 905 return;
892 } 906 }
893 907
894 for (unsigned short *i = iso14755_symtab; i[0]; i+= 2) 908 for (unsigned short *i = iso14755_symtab; i[0]; i += 2)
895 if (i[0] == keysym) 909 if (i[0] == keysym)
896 { 910 {
897 iso14755buf = ISO_14755_51 | i[1]; 911 iso14755buf = ISO_14755_51 | i[1];
898 commit_iso14755 (); 912 commit_iso14755 ();
899 913
936 else if (keysym == XK_Control_L || keysym == XK_Control_R) 950 else if (keysym == XK_Control_L || keysym == XK_Control_R)
937 mouse_slip_wheel_speed = 0; 951 mouse_slip_wheel_speed = 0;
938#endif 952#endif
939} 953}
940 954
941#if defined (KEYSYM_RESOURCE)
942unsigned int
943rxvt_term::cmd_write (const char *str, unsigned int count)
944{
945 unsigned int n, s;
946
947 n = cmdbuf_ptr - cmdbuf_base;
948 s = cmdbuf_base + CBUFSIZ - 1 - cmdbuf_endp;
949
950 if (n > 0 && s < count)
951 {
952 memmove (cmdbuf_base, cmdbuf_ptr,
953 (unsigned int) (cmdbuf_endp - cmdbuf_ptr));
954 cmdbuf_ptr = cmdbuf_base;
955 cmdbuf_endp -= n;
956 s += n;
957 }
958
959 if (count > s)
960 {
961 rxvt_warn ("data loss: cmd_write too large, continuing.\n");
962 count = s;
963 }
964
965 for (; count--;)
966 *cmdbuf_endp++ = *str++;
967
968 cmd_parse ();
969
970 return 0;
971}
972#endif
973
974void 955void
975rxvt_term::flush () 956rxvt_term::flush ()
976{ 957{
977 flush_ev.stop (); 958 flush_ev.stop ();
978 959
979#ifdef HAVE_BG_PIXMAP 960#ifdef HAVE_IMG
980 if (bgPixmap.check_clearChanged ()) 961 if (bg_flags & BG_NEEDS_REFRESH)
981 { 962 {
982// scr_clear (true); This needs to be researched further! 963 bg_flags &= ~BG_NEEDS_REFRESH;
983 scr_touch (false); 964 scr_touch (false);
984 } 965 }
985#endif 966#endif
986 967
987 if (want_refresh) 968 if (want_refresh)
1024 while (row < end_row); 1005 while (row < end_row);
1025 } 1006 }
1026 1007
1027 scr_refresh (); 1008 scr_refresh ();
1028 scrollBar.show (1); 1009 scrollBar.show (1);
1029#ifdef USE_XIM 1010#if USE_XIM
1030 IMSendSpot (); 1011 im_send_spot ();
1031#endif 1012#endif
1032 } 1013 }
1033 1014
1034 display->flush (); 1015 display->flush ();
1035} 1016}
1053 flush (); 1034 flush ();
1054} 1035}
1055 1036
1056#ifdef CURSOR_BLINK 1037#ifdef CURSOR_BLINK
1057void 1038void
1039rxvt_term::cursor_blink_reset ()
1040{
1041 if (hidden_cursor)
1042 {
1043 hidden_cursor = 0;
1044 want_refresh = 1;
1045 }
1046
1047 if (option (Opt_cursorBlink))
1048 cursor_blink_ev.again ();
1049 else
1050 cursor_blink_ev.stop ();
1051}
1052
1053void
1058rxvt_term::cursor_blink_cb (ev::timer &w, int revents) 1054rxvt_term::cursor_blink_cb (ev::timer &w, int revents)
1059{ 1055{
1060 hidden_cursor = !hidden_cursor; 1056 hidden_cursor = !hidden_cursor;
1061 want_refresh = 1; 1057 want_refresh = 1;
1062 refresh_check (); 1058 refresh_check ();
1080 1076
1081#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1077#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1082void 1078void
1083rxvt_term::cont_scroll_cb (ev::timer &w, int revents) 1079rxvt_term::cont_scroll_cb (ev::timer &w, int revents)
1084{ 1080{
1085 if ((scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN) 1081 if ((scrollBar.state == SB_STATE_UP || scrollBar.state == SB_STATE_DOWN)
1086 && scr_page (scrollBar.state == STATE_UP ? UP : DN, 1)) 1082 && scr_page (scrollBar.state == SB_STATE_UP ? UP : DN, 1))
1087 { 1083 {
1088 want_refresh = 1; 1084 want_refresh = 1;
1089 refresh_check (); 1085 refresh_check ();
1090 } 1086 }
1091 else 1087 else
1095 1091
1096#ifdef SELECTION_SCROLLING 1092#ifdef SELECTION_SCROLLING
1097void 1093void
1098rxvt_term::sel_scroll_cb (ev::timer &w, int revents) 1094rxvt_term::sel_scroll_cb (ev::timer &w, int revents)
1099{ 1095{
1100 if (scr_page (scroll_selection_dir, scroll_selection_lines)) 1096 if (scr_page (scroll_selection_lines))
1101 { 1097 {
1102 selection_extend (selection_save_x, selection_save_y, selection_save_state); 1098 selection_extend (selection_save_x, selection_save_y, selection_save_state);
1103 want_refresh = 1; 1099 want_refresh = 1;
1104 refresh_check (); 1100 refresh_check ();
1105 } 1101 }
1110 1106
1111#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1107#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1112void 1108void
1113rxvt_term::slip_wheel_cb (ev::timer &w, int revents) 1109rxvt_term::slip_wheel_cb (ev::timer &w, int revents)
1114{ 1110{
1115 if (scr_changeview (view_start - mouse_slip_wheel_speed)) 1111 if (scr_page (mouse_slip_wheel_speed))
1116 { 1112 {
1117 want_refresh = 1; 1113 want_refresh = 1;
1118 refresh_check (); 1114 refresh_check ();
1119 } 1115 }
1120 1116
1152 { 1148 {
1153 } 1149 }
1154} event_handler; 1150} event_handler;
1155#endif 1151#endif
1156 1152
1153/* make sure all the cmd data is at beginning of cmdbuf */
1154void
1155rxvt_term::cmdbuf_reify ()
1156{
1157 if (cmdbuf_ptr == cmdbuf_base)
1158 return;
1159
1160 ssize_t used = cmdbuf_endp - cmdbuf_ptr;
1161
1162 memmove (cmdbuf_base, cmdbuf_ptr, used);
1163 cmdbuf_ptr = cmdbuf_base;
1164 cmdbuf_endp = cmdbuf_ptr + used;
1165
1166}
1167
1168#if defined (KEYSYM_RESOURCE)
1169void
1170rxvt_term::cmdbuf_append (const char *str, size_t count)
1171{
1172 cmdbuf_reify ();
1173
1174 size_t avail = cmdbuf_base + CBUFSIZ - cmdbuf_endp;
1175
1176 if (count > avail)
1177 return;
1178
1179 memcpy (cmdbuf_endp, str, count);
1180 cmdbuf_endp += count;
1181
1182 cmd_parse ();
1183}
1184#endif
1185
1157bool 1186bool
1158rxvt_term::pty_fill () 1187rxvt_term::pty_fill ()
1159{ 1188{
1160 ssize_t n = cmdbuf_endp - cmdbuf_ptr; 1189 cmdbuf_reify ();
1161 1190
1162 if (CBUFSIZ == n) 1191 size_t avail = cmdbuf_base + CBUFSIZ - cmdbuf_endp;
1163 { 1192
1164 rxvt_warn ("PLEASE REPORT: pty_fill on full buffer, draining input, continuing.\n"); 1193 if (!avail)
1165 n = 0;
1166 } 1194 {
1167 1195 // normally this indicates a "too long" command sequence - just drop the data we have
1168 memmove (cmdbuf_base, cmdbuf_ptr, n);
1169 cmdbuf_ptr = cmdbuf_base; 1196 cmdbuf_ptr = cmdbuf_base;
1170 cmdbuf_endp = cmdbuf_ptr + n; 1197 cmdbuf_endp = cmdbuf_ptr;
1198 avail = CBUFSIZ;
1199 }
1171 1200
1172 ssize_t r = read (pty->pty, cmdbuf_endp, CBUFSIZ - n); 1201 ssize_t r = read (pty->pty, cmdbuf_endp, avail);
1173 1202
1174 if (r > 0) 1203 if (r > 0)
1175 { 1204 {
1176 cmdbuf_endp += r; 1205 cmdbuf_endp += r;
1177 return true; 1206 return true;
1208 pty_write (); 1237 pty_write ();
1209 1238
1210 refresh_check (); 1239 refresh_check ();
1211} 1240}
1212 1241
1213void 1242void ecb_cold
1214rxvt_term::pointer_unblank () 1243rxvt_term::pointer_unblank ()
1215{ 1244{
1216 XDefineCursor (dpy, vt, TermWin_cursor); 1245 XDefineCursor (dpy, vt, TermWin_cursor);
1217 recolour_cursor (); 1246 recolour_cursor ();
1218 1247
1223 pointer_ev.start (pointerBlankDelay); 1252 pointer_ev.start (pointerBlankDelay);
1224#endif 1253#endif
1225} 1254}
1226 1255
1227#ifdef POINTER_BLANK 1256#ifdef POINTER_BLANK
1228void 1257void ecb_cold
1229rxvt_term::pointer_blank () 1258rxvt_term::pointer_blank ()
1230{ 1259{
1231 if (!option (Opt_pointerBlank)) 1260 if (!option (Opt_pointerBlank))
1232 return; 1261 return;
1233 1262
1235 XFlush (dpy); 1264 XFlush (dpy);
1236 1265
1237 hidden_pointer = 1; 1266 hidden_pointer = 1;
1238} 1267}
1239 1268
1240void 1269void ecb_cold
1241rxvt_term::pointer_cb (ev::timer &w, int revents) 1270rxvt_term::pointer_cb (ev::timer &w, int revents)
1242{ 1271{
1243 make_current (); 1272 make_current ();
1244 1273
1245 pointer_blank (); 1274 pointer_blank ();
1251{ 1280{
1252 int button_number, key_state = 0; 1281 int button_number, key_state = 0;
1253 int x, y; 1282 int x, y;
1254 int code = 32; 1283 int code = 32;
1255 1284
1256 x = Pixel2Col (ev.x); 1285 x = Pixel2Col (ev.x) + 1;
1257 y = Pixel2Row (ev.y); 1286 y = Pixel2Row (ev.y) + 1;
1287
1258 if (ev.type == MotionNotify) 1288 if (ev.type == MotionNotify)
1259 { 1289 {
1260 if (x == mouse_row && y == mouse_col) 1290 if (x == mouse_row && y == mouse_col)
1261 return; 1291 return;
1292
1262 mouse_row = x; 1293 mouse_row = x;
1263 mouse_col = y; 1294 mouse_col = y;
1264 code += 32; 1295 code += 32;
1265 } 1296 }
1266 1297
1269 else 1300 else
1270 { 1301 {
1271 button_number = MEvent.button - Button1; 1302 button_number = MEvent.button - Button1;
1272 /* add 0x3D for wheel events, like xterm does */ 1303 /* add 0x3D for wheel events, like xterm does */
1273 if (button_number >= 3) 1304 if (button_number >= 3)
1274 button_number += (64 - 3); 1305 button_number += 64 - 3;
1275 } 1306 }
1276 1307
1277 if (priv_modes & PrivMode_MouseX10) 1308 if (priv_modes & PrivMode_MouseX10)
1278 { 1309 {
1279 /* 1310 /*
1311 fputc ('A', stderr); 1342 fputc ('A', stderr);
1312 if (key_state & 32) 1343 if (key_state & 32)
1313 fputc ('2', stderr); 1344 fputc ('2', stderr);
1314 fprintf (stderr, "]: <%d>, %d/%d\n", 1345 fprintf (stderr, "]: <%d>, %d/%d\n",
1315 button_number, 1346 button_number,
1316 x + 1, 1347 x,
1317 y + 1); 1348 y);
1318#endif 1349#endif
1319 1350
1351#if ENABLE_FRILLS
1352 if (priv_modes & PrivMode_ExtMouseRight)
1353 tt_printf ("\033[%d;%d;%dM",
1354 code + button_number + key_state,
1355 x,
1356 y);
1357 else if (priv_modes & PrivMode_ExtModeMouse)
1358 tt_printf ("\033[M%c%lc%lc",
1359 code + button_number + key_state,
1360 wint_t (32 + x),
1361 wint_t (32 + y));
1362 else
1363#endif
1320 tt_printf ("\033[M%c%c%c", 1364 tt_printf ("\033[M%c%c%c",
1321 (code + button_number + key_state), 1365 code + button_number + key_state,
1322 (32 + x + 1), 1366 32 + x,
1323 (32 + y + 1)); 1367 32 + y);
1324} 1368}
1325 1369
1326/*{{{ process an X event */ 1370/*{{{ process an X event */
1327void 1371void ecb_hot
1328rxvt_term::x_cb (XEvent &ev) 1372rxvt_term::x_cb (XEvent &ev)
1329{ 1373{
1330 make_current (); 1374 make_current ();
1331 1375
1332 dLocal (Display *, dpy); 1376 dLocal (Display *, dpy);
1430 && ev.xfocus.mode != NotifyGrab) 1474 && ev.xfocus.mode != NotifyGrab)
1431 focus_out (); 1475 focus_out ();
1432 break; 1476 break;
1433 1477
1434 case ConfigureNotify: 1478 case ConfigureNotify:
1435 /*fprintf (stderr, "ConfigureNotify for %X, parent is %X, geom is %dx%d%+d%+d, old geom was %dx%d\n",
1436 ev.xconfigure.window, parent[0], ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconfigure.y,
1437 szHint.width, szHint.height);*/
1438 if (ev.xconfigure.window == parent[0]) 1479 if (ev.xconfigure.window == parent)
1439 { 1480 {
1440 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) 1481 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1441 ; 1482 ;
1483
1484 bool want_position_change = SHOULD_INVOKE (HOOK_POSITION_CHANGE);
1485
1486 bool moved = false;
1487#ifdef HAVE_BG_PIXMAP
1488 if (bg_window_position_sensitive ())
1489 {
1490 want_position_change = true;
1491 if (bg_img == 0)
1492 moved = true;
1493 }
1494#endif
1495
1496 if (want_position_change)
1497 {
1498 int x, y;
1499
1500 if (ev.xconfigure.send_event)
1501 {
1502 x = ev.xconfigure.x;
1503 y = ev.xconfigure.y;
1504 }
1505 else
1506 get_window_origin (x, y);
1507
1508 if (x != parent_x || y != parent_y)
1509 {
1510 parent_x = x;
1511 parent_y = y;
1512 HOOK_INVOKE ((this, HOOK_POSITION_CHANGE, DT_INT, x, DT_INT, y, DT_END));
1513 moved = true;
1514 }
1515 }
1442 1516
1443 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1517 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1444 { 1518 {
1445 seen_resize = 1; 1519 seen_resize = 1;
1446 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1520 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1447 } 1521 }
1448 else 1522 else
1449 { 1523 {
1450#ifdef HAVE_BG_PIXMAP 1524#ifdef HAVE_BG_PIXMAP
1451 if (bgPixmap.window_position_sensitive ())
1452 {
1453 if (mapped) 1525 if (moved)
1454 update_background (); 1526 update_background ();
1455 else
1456 bgPixmap.invalidate ();
1457 }
1458#endif 1527#endif
1459 } 1528 }
1460 1529
1461 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1530 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1462 } 1531 }
1463 break; 1532 break;
1464 1533
1465 case PropertyNotify: 1534 case PropertyNotify:
1466 if (!HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END))) 1535 HOOK_INVOKE ((this, HOOK_PROPERTY_NOTIFY, DT_XEVENT, &ev, DT_END));
1467 if (ev.xproperty.atom == xa[XA_VT_SELECTION]
1468 && ev.xproperty.state == PropertyNewValue)
1469 selection_property (ev.xproperty.window, ev.xproperty.atom);
1470
1471 break; 1536 break;
1472 1537
1473 case SelectionClear: 1538 case SelectionClear:
1474 selection_clear (ev.xselectionclear.selection == xa[XA_CLIPBOARD]); 1539 selection_clear (ev.xselectionclear.selection == xa[XA_CLIPBOARD]);
1475 break; 1540 break;
1476 1541
1477 case SelectionNotify:
1478 if (selection_wait == Sel_normal)
1479 selection_paste (ev.xselection.requestor, ev.xselection.property, true);
1480 break;
1481
1482 case SelectionRequest: 1542 case SelectionRequest:
1483 selection_send (ev.xselectionrequest); 1543 selection_send (ev.xselectionrequest);
1484 break; 1544 break;
1485 1545
1486 case MapNotify: 1546 case MapNotify:
1487#ifdef HAVE_BG_PIXMAP 1547#ifdef HAVE_BG_PIXMAP
1488 /* This is needed spcifically to fix the case of no window manager or a 1548 // This is needed at startup for the case of no window manager
1489 * non-reparenting window manager. In those cases we never get first 1549 // or a non-reparenting window manager and also because we
1490 * ConfigureNotify. Also that speeds startup under normal WM, by taking 1550 // defer bg image updates if the window is not mapped. The
1491 * care of multiplicity of ConfigureNotify events arriwing while WM does 1551 // short delay is to optimize for multiple ConfigureNotify
1492 * reparenting. 1552 // events at startup when the window manager reparents the
1493 * We should not render background immidiately, as there could be several 1553 // window, so as to perform the computation after we have
1494 * ConfigureNotify's to follow. Lets take care of all of them in one scoop 1554 // received all of them.
1495 * by scheduling background redraw as soon as we can, but giving a short 1555 if (bg_img == 0)
1496 * bit of time for ConfigureNotifies to arrive.
1497 * We should render background PRIOR to drawing any text, but AFTER all
1498 * of ConfigureNotifys for the best results.
1499 */
1500 if (bgPixmap.flags & bgPixmap_t::isInvalid)
1501 update_background_ev.start (0.025); 1556 update_background_ev.start (0.025);
1502#endif 1557#endif
1503 mapped = 1; 1558 mapped = 1;
1504#ifdef TEXT_BLINK 1559#ifdef TEXT_BLINK
1505 text_blink_ev.start (); 1560 text_blink_ev.start ();
1520 if (ev.xany.window == vt) 1575 if (ev.xany.window == vt)
1521 { 1576 {
1522 do 1577 do
1523 { 1578 {
1524 scr_expose (ev.xexpose.x, ev.xexpose.y, 1579 scr_expose (ev.xexpose.x, ev.xexpose.y,
1525 ev.xexpose.width, ev.xexpose.height, False); 1580 ev.xexpose.width, ev.xexpose.height, false);
1526 } 1581 }
1527 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)); 1582 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev));
1528 1583
1529 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose; 1584 ev.xany.type = ev.xany.type == Expose ? GraphicsExpose : Expose;
1530 1585
1531 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev)) 1586 while (XCheckTypedWindowEvent (dpy, vt, ev.xany.type, &ev))
1532 { 1587 {
1533 scr_expose (ev.xexpose.x, ev.xexpose.y, 1588 scr_expose (ev.xexpose.x, ev.xexpose.y,
1534 ev.xexpose.width, ev.xexpose.height, False); 1589 ev.xexpose.width, ev.xexpose.height, false);
1535 } 1590 }
1536 1591
1537 want_refresh = 1; 1592 want_refresh = 1;
1538 } 1593 }
1539 else 1594 else
1545 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event)) 1600 while (XCheckTypedWindowEvent (dpy, ev.xany.window, GraphicsExpose, &unused_event))
1546 ; 1601 ;
1547 1602
1548 if (scrollBar.state && ev.xany.window == scrollBar.win) 1603 if (scrollBar.state && ev.xany.window == scrollBar.win)
1549 { 1604 {
1550 scrollBar.state = STATE_IDLE; 1605 scrollBar.state = SB_STATE_IDLE;
1551 scrollBar.show (0); 1606 scrollBar.show (0);
1552 } 1607 }
1553 } 1608 }
1554 break; 1609 break;
1555 1610
1597 1652
1598#ifdef SELECTION_SCROLLING 1653#ifdef SELECTION_SCROLLING
1599 if (ev.xbutton.y < int_bwidth 1654 if (ev.xbutton.y < int_bwidth
1600 || Pixel2Row (ev.xbutton.y) > (nrow-1)) 1655 || Pixel2Row (ev.xbutton.y) > (nrow-1))
1601 { 1656 {
1657 page_dirn scroll_selection_dir;
1602 int dist; 1658 int dist;
1603 1659
1604 /* don't clobber the current delay if we are 1660 /* don't clobber the current delay if we are
1605 * already in the middle of scrolling. 1661 * already in the middle of scrolling.
1606 */ 1662 */
1621 dist = int_bwidth - ev.xbutton.y; 1677 dist = int_bwidth - ev.xbutton.y;
1622 } 1678 }
1623 else 1679 else
1624 { 1680 {
1625 scroll_selection_dir = DN; 1681 scroll_selection_dir = DN;
1626 dist = ev.xbutton.y - (int_bwidth + height); 1682 dist = ev.xbutton.y - (int_bwidth + vt_height);
1627 } 1683 }
1628 1684
1629 scroll_selection_lines = Pixel2Height (dist) 1685 scroll_selection_lines = Pixel2Height (dist)
1630 / SELECTION_SCROLL_LINE_SPEEDUP 1686 / SELECTION_SCROLL_LINE_SPEEDUP
1631 + 1; 1687 + 1;
1632 min_it (scroll_selection_lines, 1688 min_it (scroll_selection_lines,
1633 SELECTION_SCROLL_MAX_LINES); 1689 SELECTION_SCROLL_MAX_LINES);
1690 scroll_selection_lines *= scroll_selection_dir;
1634 } 1691 }
1635 else 1692 else
1636 { 1693 {
1637 /* we are within the text window, so we 1694 /* we are within the text window, so we
1638 * shouldn't be scrolling 1695 * shouldn't be scrolling
1643#ifdef MOUSE_THRESHOLD 1700#ifdef MOUSE_THRESHOLD
1644 } 1701 }
1645#endif 1702#endif
1646 } 1703 }
1647 } 1704 }
1648 else if (scrollBar.state == STATE_MOTION && ev.xany.window == scrollBar.win) 1705 else if (scrollBar.state == SB_STATE_MOTION && ev.xany.window == scrollBar.win)
1649 { 1706 {
1650 while (XCheckTypedWindowEvent (dpy, scrollBar.win, 1707 while (XCheckTypedWindowEvent (dpy, scrollBar.win,
1651 MotionNotify, &ev)) 1708 MotionNotify, &ev))
1652 ; 1709 ;
1653 1710
1654 XQueryPointer (dpy, scrollBar.win, 1711 XQueryPointer (dpy, scrollBar.win,
1655 &unused_root, &unused_child, 1712 &unused_root, &unused_child,
1656 &unused_root_x, &unused_root_y, 1713 &unused_root_x, &unused_root_y,
1657 &ev.xbutton.x, &ev.xbutton.y, 1714 &ev.xbutton.x, &ev.xbutton.y,
1658 &unused_mask); 1715 &unused_mask);
1659 scr_move_to (scrollbar_position (ev.xbutton.y) - csrO, 1716 scr_move_to (scrollBar.position (ev.xbutton.y) - csrO,
1660 scrollBar.size ()); 1717 scrollBar.size ());
1661 want_refresh = 1; 1718 want_refresh = 1;
1662 scrollBar.show (1); 1719 scrollBar.show (1);
1663 } 1720 }
1664 break; 1721 break;
1665 } 1722 }
1666 1723
1667#if defined(CURSOR_BLINK) 1724#if defined(CURSOR_BLINK)
1668 if (option (Opt_cursorBlink) && ev.type == KeyPress) 1725 if (ev.type == KeyPress)
1669 {
1670 if (hidden_cursor)
1671 {
1672 hidden_cursor = 0;
1673 want_refresh = 1;
1674 }
1675
1676 cursor_blink_ev.again (); 1726 cursor_blink_reset ();
1677 }
1678#endif 1727#endif
1679 1728
1680#if defined(POINTER_BLANK) 1729#if defined(POINTER_BLANK)
1681 if (option (Opt_pointerBlank) && pointerBlankDelay > 0) 1730 if (option (Opt_pointerBlank) && pointerBlankDelay > 0)
1682 { 1731 {
1693 1742
1694 refresh_check (); 1743 refresh_check ();
1695} 1744}
1696 1745
1697#if ENABLE_FRILLS 1746#if ENABLE_FRILLS
1698void 1747void ecb_cold
1699rxvt_term::set_urgency (bool enable) 1748rxvt_term::set_urgency (bool enable)
1700{ 1749{
1701 if (enable == urgency_hint) 1750 if (enable == urgency_hint)
1702 return; 1751 return;
1703 1752
1704 if (XWMHints *h = XGetWMHints (dpy, parent[0])) 1753 if (XWMHints *h = XGetWMHints (dpy, parent))
1705 { 1754 {
1706 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0); 1755 h->flags = h->flags & ~XUrgencyHint | (enable ? XUrgencyHint : 0);
1707 XSetWMHints (dpy, parent[0], h); 1756 XSetWMHints (dpy, parent, h);
1708 urgency_hint = enable; 1757 urgency_hint = enable;
1758 XFree (h);
1709 } 1759 }
1710} 1760}
1711#endif 1761#endif
1712 1762
1713void 1763void ecb_cold
1714rxvt_term::focus_in () 1764rxvt_term::focus_in ()
1715{ 1765{
1716 if (!focus) 1766 if (!focus)
1717 { 1767 {
1718 focus = 1; 1768 focus = 1;
1719 want_refresh = 1; 1769 want_refresh = 1;
1720 1770
1721#if USE_XIM 1771#if USE_XIM
1722 if (Input_Context != NULL) 1772 if (Input_Context != NULL)
1723 { 1773 {
1724 IMSetPosition (); 1774 im_set_position ();
1725 XSetICFocus (Input_Context); 1775 XSetICFocus (Input_Context);
1726 } 1776 }
1727#endif 1777#endif
1728#if CURSOR_BLINK 1778#if CURSOR_BLINK
1729 if (option (Opt_cursorBlink)) 1779 if (option (Opt_cursorBlink))
1743 1793
1744 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END)); 1794 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1745 } 1795 }
1746} 1796}
1747 1797
1748void 1798void ecb_cold
1749rxvt_term::focus_out () 1799rxvt_term::focus_out ()
1750{ 1800{
1751 if (focus) 1801 if (focus)
1752 { 1802 {
1753 focus = 0; 1803 focus = 0;
1786 1836
1787 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END)); 1837 HOOK_INVOKE ((this, HOOK_FOCUS_OUT, DT_END));
1788 } 1838 }
1789} 1839}
1790 1840
1791void 1841void ecb_cold
1792rxvt_term::update_fade_color (unsigned int idx) 1842rxvt_term::update_fade_color (unsigned int idx)
1793{ 1843{
1794#if OFF_FOCUS_FADING 1844#if OFF_FOCUS_FADING
1795 if (rs[Rs_fade]) 1845 if (rs[Rs_fade])
1796 { 1846 {
1799 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 1849 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1800 } 1850 }
1801#endif 1851#endif
1802} 1852}
1803 1853
1804#if ENABLE_TRANSPARENCY || ENABLE_PERL 1854#if BG_IMAGE_FROM_ROOT || ENABLE_PERL
1805void 1855void ecb_hot
1806rxvt_term::rootwin_cb (XEvent &ev) 1856rxvt_term::rootwin_cb (XEvent &ev)
1807{ 1857{
1808 make_current (); 1858 make_current ();
1809 1859
1810 if (SHOULD_INVOKE (HOOK_ROOT_EVENT) 1860 if (SHOULD_INVOKE (HOOK_ROOT_EVENT)
1811 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END))) 1861 && HOOK_INVOKE ((this, HOOK_ROOT_EVENT, DT_XEVENT, &ev, DT_END)))
1812 return; 1862 return;
1813 1863
1814# if ENABLE_TRANSPARENCY
1815 switch (ev.type) 1864 switch (ev.type)
1816 { 1865 {
1817 case PropertyNotify: 1866 case PropertyNotify:
1818 /* 1867 /*
1819 * if user used some Esetroot compatible prog to set the root bg, 1868 * if user used some Esetroot compatible prog to set the root bg,
1820 * use the property to determine the pixmap. We use it later on. 1869 * use the property to determine the pixmap. We use it later on.
1821 */ 1870 */
1822 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID] 1871 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1823 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID]) 1872 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1824 { 1873 {
1825 bgPixmap.set_root_pixmap (); 1874#if BG_IMAGE_FROM_ROOT
1875 if (option (Opt_transparent))
1876 {
1877 rxvt_img::new_from_root (this)->replace (root_img);
1826 update_background (); 1878 update_background ();
1879 }
1880#endif
1881 HOOK_INVOKE ((this, HOOK_ROOTPMAP_CHANGE, DT_END));
1827 } 1882 }
1828 1883
1829 break; 1884 break;
1830 } 1885 }
1831# endif
1832 1886
1833 refresh_check (); 1887 refresh_check ();
1834} 1888}
1835#endif 1889#endif
1836 1890
1869 /* save the xbutton state (for ButtonRelease) */ 1923 /* save the xbutton state (for ButtonRelease) */
1870 MEvent.state = ev.state; 1924 MEvent.state = ev.state;
1871#ifdef MOUSE_REPORT_DOUBLECLICK 1925#ifdef MOUSE_REPORT_DOUBLECLICK
1872 if (ev.button == MEvent.button && clickintime) 1926 if (ev.button == MEvent.button && clickintime)
1873 { 1927 {
1874 /* same button, within alloted time */ 1928 /* same button, within allowed time */
1875 MEvent.clicks++; 1929 MEvent.clicks++;
1876 1930
1877 if (MEvent.clicks > 1) 1931 if (MEvent.clicks > 1)
1878 { 1932 {
1879 /* only report double clicks */ 1933 /* only report double clicks */
1960 if (scrollBar.upButton (ev.y)) 2014 if (scrollBar.upButton (ev.y))
1961 direction = UP; /* up */ 2015 direction = UP; /* up */
1962 else if (scrollBar.dnButton (ev.y)) 2016 else if (scrollBar.dnButton (ev.y))
1963 direction = DN; /* down */ 2017 direction = DN; /* down */
1964 2018
1965 scrollBar.state = STATE_IDLE; 2019 scrollBar.state = SB_STATE_IDLE;
1966 /* 2020 /*
1967 * Rxvt-style scrollbar: 2021 * Rxvt-style scrollbar:
1968 * move up if mouse is above slider 2022 * move up if mouse is above slider
1969 * move dn if mouse is below slider 2023 * move dn if mouse is below slider
1970 * 2024 *
2009 cont_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY); 2063 cont_scroll_ev.start (SCROLLBAR_INITIAL_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2010#endif 2064#endif
2011 if (scr_page (direction, 1)) 2065 if (scr_page (direction, 1))
2012 { 2066 {
2013 if (direction == UP) 2067 if (direction == UP)
2014 scrollBar.state = STATE_UP; 2068 scrollBar.state = SB_STATE_UP;
2015 else 2069 else
2016 scrollBar.state = STATE_DOWN; 2070 scrollBar.state = SB_STATE_DOWN;
2017 } 2071 }
2018 } 2072 }
2019 else 2073 else
2020 switch (ev.button) 2074 switch (ev.button)
2021 { 2075 {
2022 case Button2: 2076 case Button2:
2023 switch (scrollBar.align) 2077 switch (scrollBar.align)
2024 { 2078 {
2025 case R_SB_ALIGN_TOP: 2079 case SB_ALIGN_TOP:
2026 csrO = 0; 2080 csrO = 0;
2027 break; 2081 break;
2028 case R_SB_ALIGN_CENTRE: 2082 case SB_ALIGN_CENTRE:
2029 csrO = (scrollBar.bot - scrollBar.top) / 2; 2083 csrO = (scrollBar.bot - scrollBar.top) / 2;
2030 break; 2084 break;
2031 case R_SB_ALIGN_BOTTOM: 2085 case SB_ALIGN_BOTTOM:
2032 csrO = scrollBar.bot - scrollBar.top; 2086 csrO = scrollBar.bot - scrollBar.top;
2033 break; 2087 break;
2034 } 2088 }
2035 2089
2036 if (scrollBar.style == R_SB_XTERM 2090 if (scrollBar.style == SB_STYLE_XTERM
2037 || scrollbar_above_slider (ev.y) 2091 || scrollBar.above_slider (ev.y)
2038 || scrollbar_below_slider (ev.y)) 2092 || scrollBar.below_slider (ev.y))
2039 scr_move_to (scrollbar_position (ev.y) - csrO, scrollBar.size ()); 2093 scr_move_to (scrollBar.position (ev.y) - csrO, scrollBar.size ());
2040 2094
2041 scrollBar.state = STATE_MOTION; 2095 scrollBar.state = SB_STATE_MOTION;
2042 break; 2096 break;
2043 2097
2044 case Button1: 2098 case Button1:
2045 if (scrollBar.align == R_SB_ALIGN_CENTRE) 2099 if (scrollBar.align == SB_ALIGN_CENTRE)
2046 csrO = ev.y - scrollBar.top; 2100 csrO = ev.y - scrollBar.top;
2047 /* FALLTHROUGH */ 2101 /* FALLTHROUGH */
2048 2102
2049 case Button3: 2103 case Button3:
2050 if (scrollBar.style != R_SB_XTERM) 2104 if (scrollBar.style != SB_STYLE_XTERM)
2051 { 2105 {
2052 if (scrollbar_above_slider (ev.y)) 2106 if (scrollBar.above_slider (ev.y))
2053# ifdef RXVT_SCROLL_FULL 2107# ifdef RXVT_SCROLL_FULL
2054 scr_page (UP, nrow - 1); 2108 scr_page (UP, nrow - 1);
2055# else 2109# else
2056 scr_page (UP, nrow / 4); 2110 scr_page (UP, nrow / 4);
2057# endif 2111# endif
2058 else if (scrollbar_below_slider (ev.y)) 2112 else if (scrollBar.below_slider (ev.y))
2059# ifdef RXVT_SCROLL_FULL 2113# ifdef RXVT_SCROLL_FULL
2060 scr_page (DN, nrow - 1); 2114 scr_page (DN, nrow - 1);
2061# else 2115# else
2062 scr_page (DN, nrow / 4); 2116 scr_page (DN, nrow / 4);
2063# endif 2117# endif
2064 else 2118 else
2065 scrollBar.state = STATE_MOTION; 2119 scrollBar.state = SB_STATE_MOTION;
2066 } 2120 }
2067 else 2121 else
2068 { 2122 {
2069 scr_page ((ev.button == Button1 ? DN : UP), 2123 scr_page ((ev.button == Button1 ? DN : UP),
2070 (nrow 2124 (nrow
2071 * scrollbar_position (ev.y) 2125 * scrollBar.position (ev.y)
2072 / scrollBar.size ())); 2126 / scrollBar.size ()));
2073 } 2127 }
2074 2128
2075 break; 2129 break;
2076 } 2130 }
2087 2141
2088 csrO = 0; /* reset csr Offset */ 2142 csrO = 0; /* reset csr Offset */
2089 if (!bypass_keystate) 2143 if (!bypass_keystate)
2090 reportmode = !! (priv_modes & PrivMode_mouse_report); 2144 reportmode = !! (priv_modes & PrivMode_mouse_report);
2091 2145
2092 if (scrollBar.state == STATE_UP || scrollBar.state == STATE_DOWN) 2146 if (scrollBar.state == SB_STATE_UP || scrollBar.state == SB_STATE_DOWN)
2093 { 2147 {
2094 scrollBar.state = STATE_IDLE; 2148 scrollBar.state = SB_STATE_IDLE;
2095 scrollBar.show (0); 2149 scrollBar.show (0);
2096 } 2150 }
2097 2151
2098#ifdef SELECTION_SCROLLING 2152#ifdef SELECTION_SCROLLING
2099 sel_scroll_ev.stop(); 2153 sel_scroll_ev.stop();
2149 case Button3: 2203 case Button3:
2150 selection_make (ev.time); 2204 selection_make (ev.time);
2151 break; 2205 break;
2152 2206
2153 case Button2: 2207 case Button2:
2154 if (IN_RANGE_EXC (ev.x, 0, width) && IN_RANGE_EXC (ev.y, 0, height)) // inside window? 2208 if (IN_RANGE_EXC (ev.x, 0, vt_width) && IN_RANGE_EXC (ev.y, 0, vt_height)) // inside window?
2155 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary); 2209 selection_request (ev.time, ev.state & ModMetaMask ? Sel_Clipboard : Sel_Primary);
2156 break; 2210 break;
2157 2211
2158#ifdef MOUSE_WHEEL 2212#ifdef MOUSE_WHEEL
2159 case Button4: 2213 case Button4:
2160 case Button5: 2214 case Button5:
2161 { 2215 {
2162 int i; 2216 int lines;
2163 page_dirn v; 2217 page_dirn dirn;
2164 2218
2165 v = ev.button == Button4 ? UP : DN; 2219 dirn = ev.button == Button4 ? UP : DN;
2166 2220
2167 if (ev.state & ShiftMask) 2221 if (ev.state & ShiftMask)
2168 i = 1; 2222 lines = 1;
2169 else if (option (Opt_mouseWheelScrollPage)) 2223 else if (option (Opt_mouseWheelScrollPage))
2170 i = nrow - 1; 2224 lines = nrow - 1;
2171 else 2225 else
2172 i = 5; 2226 lines = 5;
2173 2227
2174# ifdef MOUSE_SLIP_WHEELING 2228# ifdef MOUSE_SLIP_WHEELING
2175 if (ev.state & ControlMask) 2229 if (ev.state & ControlMask)
2176 { 2230 {
2177 mouse_slip_wheel_speed += v ? -1 : 1; 2231 mouse_slip_wheel_speed += dirn;
2178 if (mouse_slip_wheel_speed < -nrow) mouse_slip_wheel_speed = -nrow; 2232 clamp_it (mouse_slip_wheel_speed, -nrow, nrow);
2179 if (mouse_slip_wheel_speed > +nrow) mouse_slip_wheel_speed = +nrow;
2180 2233
2181 if (!slip_wheel_ev.is_active ()) 2234 if (!slip_wheel_ev.is_active ())
2182 slip_wheel_ev.start (SCROLLBAR_CONTINUOUS_DELAY, SCROLLBAR_CONTINUOUS_DELAY); 2235 slip_wheel_ev.start (SCROLLBAR_CONTINUOUS_DELAY, SCROLLBAR_CONTINUOUS_DELAY);
2183 } 2236 }
2184 else 2237 else
2185# endif 2238# endif
2186 { 2239 {
2187 scr_page (v, i); 2240 scr_page (dirn, lines);
2188 scrollBar.show (1); 2241 scrollBar.show (1);
2189 } 2242 }
2190 } 2243 }
2191 break; 2244 break;
2192#endif 2245#endif
2194 } 2247 }
2195} 2248}
2196 2249
2197/*}}} */ 2250/*}}} */
2198 2251
2199void 2252void ecb_hot
2200rxvt_term::cmd_parse () 2253rxvt_term::cmd_parse ()
2201{ 2254{
2202 wchar_t ch = NOCHAR; 2255 wchar_t ch = NOCHAR;
2203 char *seq_begin; // remember start of esc-sequence here 2256 char *seq_begin; // remember start of esc-sequence here
2204 2257
2205 for (;;) 2258 for (;;)
2206 { 2259 {
2207 if (expect_false (ch == NOCHAR)) 2260 if (ecb_unlikely (ch == NOCHAR))
2208 { 2261 {
2209 seq_begin = cmdbuf_ptr; 2262 seq_begin = cmdbuf_ptr;
2210 ch = next_char (); 2263 ch = next_char ();
2211 2264
2212 if (ch == NOCHAR) 2265 if (ch == NOCHAR)
2213 break; 2266 break;
2214 } 2267 }
2215 2268
2216 if (expect_true (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT)) 2269 if (ecb_likely (!IS_CONTROL (ch) || ch == C0_LF || ch == C0_CR || ch == C0_HT))
2217 { 2270 {
2218 if (expect_false (!seen_input)) 2271 if (ecb_unlikely (!seen_input))
2219 { 2272 {
2220 seen_input = 1; 2273 seen_input = 1;
2221 // many badly-written programs (e.g. jed) contain a race condition: 2274 // many badly-written programs (e.g. jed) contain a race condition:
2222 // they first read the screensize and then install a SIGWINCH handler. 2275 // they first read the screensize and then install a SIGWINCH handler.
2223 // some window managers resize the window early, and these programs 2276 // some window managers resize the window early, and these programs
2236 wchar_t *str = buf; 2289 wchar_t *str = buf;
2237 wchar_t *eol = str + min (ncol, UBUFSIZ); 2290 wchar_t *eol = str + min (ncol, UBUFSIZ);
2238 2291
2239 for (;;) 2292 for (;;)
2240 { 2293 {
2241 if (expect_false (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT))) 2294 if (ecb_unlikely (ch == NOCHAR || (IS_CONTROL (ch) && ch != C0_LF && ch != C0_CR && ch != C0_HT)))
2242 break; 2295 break;
2243 2296
2244 *str++ = ch; 2297 *str++ = ch;
2245 2298
2246 if (expect_false (ch == C0_LF || str >= eol)) 2299 if (ecb_unlikely (ch == C0_LF || str >= eol))
2247 { 2300 {
2248 if (ch == C0_LF) 2301 if (ch == C0_LF)
2249 nlines++; 2302 nlines++;
2250 2303
2251 refresh_count++; 2304 refresh_count++;
2323 } 2376 }
2324 } 2377 }
2325} 2378}
2326 2379
2327// read the next character 2380// read the next character
2328wchar_t 2381wchar_t ecb_hot
2329rxvt_term::next_char () NOTHROW 2382rxvt_term::next_char () NOTHROW
2330{ 2383{
2331 while (cmdbuf_ptr < cmdbuf_endp) 2384 while (cmdbuf_ptr < cmdbuf_endp)
2332 { 2385 {
2333 // assume 7-bit to be ascii ALWAYS 2386 // assume 7-bit to be ascii ALWAYS
2334 if (expect_true ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b)) 2387 if (ecb_likely ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b))
2335 return *cmdbuf_ptr++; 2388 return *cmdbuf_ptr++;
2336 2389
2337 wchar_t wc; 2390 wchar_t wc;
2338 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2391 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2339 2392
2345 } 2398 }
2346 2399
2347 if (len == (size_t)-1) 2400 if (len == (size_t)-1)
2348 { 2401 {
2349 mbstate.reset (); // reset now undefined conversion state 2402 mbstate.reset (); // reset now undefined conversion state
2403 // a -1 might indicate that a previous incomplete char is invalid (previous return -2)
2404 // in which case we "erroneously" return the next byte which might be valid.
2350 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through 2405 return (unsigned char)*cmdbuf_ptr++; // the _occasional_ latin1 character is allowed to slip through
2351 } 2406 }
2352 2407
2353 // assume wchar == unicode 2408 // assume wchar == unicode
2354 cmdbuf_ptr += len; 2409 cmdbuf_ptr += len;
2357 2412
2358 return NOCHAR; 2413 return NOCHAR;
2359} 2414}
2360 2415
2361// read the next octet 2416// read the next octet
2362uint32_t 2417uint32_t ecb_hot
2363rxvt_term::next_octet () NOTHROW 2418rxvt_term::next_octet () NOTHROW
2364{ 2419{
2365 return cmdbuf_ptr < cmdbuf_endp 2420 return cmdbuf_ptr < cmdbuf_endp
2366 ? (unsigned char)*cmdbuf_ptr++ 2421 ? (unsigned char)*cmdbuf_ptr++
2367 : NOCHAR; 2422 : NOCHAR;
2368} 2423}
2369 2424
2370static class out_of_input out_of_input; 2425static class out_of_input out_of_input;
2371 2426
2372/* rxvt_cmd_getc () - Return next input character */ 2427wchar_t ecb_hot
2373/*
2374 * Return the next input character after first passing any keyboard input
2375 * to the command.
2376 */
2377wchar_t
2378rxvt_term::cmd_getc () THROW ((class out_of_input)) 2428rxvt_term::cmd_getc () THROW ((class out_of_input))
2379{ 2429{
2380 wchar_t c = next_char (); 2430 wchar_t c = next_char ();
2381 2431
2382 if (c == NOCHAR) 2432 if (c == NOCHAR)
2383 throw out_of_input; 2433 throw out_of_input;
2384 2434
2385 return c; 2435 return c;
2386} 2436}
2387 2437
2388uint32_t 2438uint32_t ecb_hot
2389rxvt_term::cmd_get8 () THROW ((class out_of_input)) 2439rxvt_term::cmd_get8 () THROW ((class out_of_input))
2390{ 2440{
2391 uint32_t c = next_octet (); 2441 uint32_t c = next_octet ();
2392 2442
2393 if (c == NOCHAR) 2443 if (c == NOCHAR)
2397} 2447}
2398 2448
2399/*{{{ print pipe */ 2449/*{{{ print pipe */
2400/*----------------------------------------------------------------------*/ 2450/*----------------------------------------------------------------------*/
2401#ifdef PRINTPIPE 2451#ifdef PRINTPIPE
2402FILE * 2452FILE * ecb_cold
2403rxvt_term::popen_printer () 2453rxvt_term::popen_printer ()
2404{ 2454{
2405 FILE *stream = popen (rs[Rs_print_pipe] ? rs[Rs_print_pipe] : PRINTPIPE, "w"); 2455 FILE *stream = popen (rs[Rs_print_pipe] ? rs[Rs_print_pipe] : PRINTPIPE, "w");
2406 2456
2407 if (stream == NULL) 2457 if (stream == NULL)
2408 rxvt_warn ("can't open printer pipe, not printing.\n"); 2458 rxvt_warn ("can't open printer pipe, not printing.\n");
2409 2459
2410 return stream; 2460 return stream;
2411} 2461}
2412 2462
2413int 2463int ecb_cold
2414rxvt_term::pclose_printer (FILE *stream) 2464rxvt_term::pclose_printer (FILE *stream)
2415{ 2465{
2416 fflush (stream); 2466 fflush (stream);
2417 return pclose (stream); 2467 return pclose (stream);
2418} 2468}
2419 2469
2420/* 2470/*
2421 * simulate attached vt100 printer 2471 * simulate attached vt100 printer
2422 */ 2472 */
2423void 2473void ecb_cold
2424rxvt_term::process_print_pipe () 2474rxvt_term::process_print_pipe ()
2425{ 2475{
2426 FILE *fd = popen_printer (); 2476 FILE *fd = popen_printer ();
2427 2477
2428 if (!fd) 2478 if (!fd)
2474 pclose_printer (fd); 2524 pclose_printer (fd);
2475} 2525}
2476#endif /* PRINTPIPE */ 2526#endif /* PRINTPIPE */
2477/*}}} */ 2527/*}}} */
2478 2528
2479/* *INDENT-OFF* */
2480enum { 2529enum {
2481 C1_40 = 0x40, 2530 C1_40 = 0x40,
2482 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA, 2531 C1_41 , C1_BPH, C1_NBH, C1_44 , C1_NEL, C1_SSA, C1_ESA,
2483 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3, 2532 C1_HTS, C1_HTJ, C1_VTS, C1_PLD, C1_PLU, C1_RI , C1_SS2, C1_SS3,
2484 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA, 2533 C1_DCS, C1_PU1, C1_PU2, C1_STS, C1_CCH, C1_MW , C1_SPA, C1_EPA,
2485 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC, 2534 C1_SOS, C1_59 , C1_SCI, C1_CSI, CS_ST , C1_OSC, C1_PM , C1_APC,
2486}; 2535};
2487/* *INDENT-ON* */
2488 2536
2489/*{{{ process non-printing single characters */ 2537/*{{{ process non-printing single characters */
2490void 2538void ecb_hot
2491rxvt_term::process_nonprinting (unicode_t ch) 2539rxvt_term::process_nonprinting (unicode_t ch)
2492{ 2540{
2493 switch (ch) 2541 switch (ch)
2494 { 2542 {
2495 case C0_ESC: 2543 case C0_ESC:
2541} 2589}
2542/*}}} */ 2590/*}}} */
2543 2591
2544 2592
2545/*{{{ process VT52 escape sequences */ 2593/*{{{ process VT52 escape sequences */
2546void 2594void ecb_cold
2547rxvt_term::process_escape_vt52 (unicode_t ch) 2595rxvt_term::process_escape_vt52 (unicode_t ch)
2548{ 2596{
2549 int row, col; 2597 int row, col;
2550 2598
2551 switch (ch) 2599 switch (ch)
2585 break; 2633 break;
2586 case 'Z': /* identify the terminal type */ 2634 case 'Z': /* identify the terminal type */
2587 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */ 2635 tt_printf ("\033/Z"); /* I am a VT100 emulating a VT52 */
2588 break; 2636 break;
2589 case '<': /* turn off VT52 mode */ 2637 case '<': /* turn off VT52 mode */
2590 set_privmode (PrivMode_vt52, 0); 2638 priv_modes &= ~PrivMode_vt52;
2591 break; 2639 break;
2592 case 'F': /* use special graphics character set */ 2640 case 'F': /* use special graphics character set */
2593 case 'G': /* use regular character set */ 2641 case 'G': /* use regular character set */
2594 /* unimplemented */ 2642 /* unimplemented */
2595 break; 2643 break;
2601} 2649}
2602/*}}} */ 2650/*}}} */
2603 2651
2604 2652
2605/*{{{ process escape sequences */ 2653/*{{{ process escape sequences */
2606void 2654void ecb_hot
2607rxvt_term::process_escape_seq () 2655rxvt_term::process_escape_seq ()
2608{ 2656{
2609 unicode_t ch = cmd_getc (); 2657 unicode_t ch = cmd_getc ();
2610 2658
2611 if (priv_modes & PrivMode_vt52) 2659 if (priv_modes & PrivMode_vt52)
2614 return; 2662 return;
2615 } 2663 }
2616 2664
2617 switch (ch) 2665 switch (ch)
2618 { 2666 {
2619 /* case 1: do_tek_mode (); break; */
2620 case '#': 2667 case '#':
2621 if (cmd_getc () == '8') 2668 if (cmd_getc () == '8')
2622 scr_E (); 2669 scr_E ();
2623 break; 2670 break;
2624 case '(': 2671 case '(':
2647#if !ENABLE_MINIMAL 2694#if !ENABLE_MINIMAL
2648 case '9': 2695 case '9':
2649 scr_forwardindex (); 2696 scr_forwardindex ();
2650 break; 2697 break;
2651#endif 2698#endif
2699 // DECPAM/DECPNM
2652 case '=': 2700 case '=':
2701 priv_modes |= PrivMode_aplKP;
2702 break;
2653 case '>': 2703 case '>':
2654 set_privmode (PrivMode_aplKP, ch == '='); 2704 priv_modes &= ~PrivMode_aplKP;
2655 break; 2705 break;
2656 2706
2657 case C1_40: 2707 case C1_40:
2658 cmd_getc (); 2708 cmd_getc ();
2659 break; 2709 break;
2663 2713
2664 /* 8.3.87: NEXT LINE */ 2714 /* 8.3.87: NEXT LINE */
2665 case C1_NEL: /* ESC E */ 2715 case C1_NEL: /* ESC E */
2666 { 2716 {
2667 wchar_t nlcr[] = { C0_LF, C0_CR }; 2717 wchar_t nlcr[] = { C0_LF, C0_CR };
2668 scr_add_lines (nlcr, sizeof (nlcr) / sizeof (nlcr [0]), 1); 2718 scr_add_lines (nlcr, ecb_array_length (nlcr), 1);
2669 } 2719 }
2670 break; 2720 break;
2671 2721
2672 /* kidnapped escape sequence: Should be 8.3.48 */ 2722 /* kidnapped escape sequence: Should be 8.3.48 */
2673 case C1_ESA: /* ESC G */ 2723 case C1_ESA: /* ESC G */
2674 process_graphics (); 2724 // used by original rxvt for rob nations own graphics mode
2725 if (cmd_getc () == 'Q')
2726 tt_printf ("\033G0\012"); /* query graphics - no graphics */
2675 break; 2727 break;
2676 2728
2677 /* 8.3.63: CHARACTER TABULATION SET */ 2729 /* 8.3.63: CHARACTER TABULATION SET */
2678 case C1_HTS: /* ESC H */ 2730 case C1_HTS: /* ESC H */
2679 scr_set_tab (1); 2731 scr_set_tab (1);
2683 case C1_RI: /* ESC M */ 2735 case C1_RI: /* ESC M */
2684 scr_index (DN); 2736 scr_index (DN);
2685 break; 2737 break;
2686 2738
2687 /* 8.3.142: SINGLE-SHIFT TWO */ 2739 /* 8.3.142: SINGLE-SHIFT TWO */
2688 /*case C1_SS2: scr_single_shift (2); break; */ 2740 /* case C1_SS2: break; */
2689 2741
2690 /* 8.3.143: SINGLE-SHIFT THREE */ 2742 /* 8.3.143: SINGLE-SHIFT THREE */
2691 /*case C1_SS3: scr_single_shift (3); break; */ 2743 /* case C1_SS3: break; */
2692 2744
2693 /* 8.3.27: DEVICE CONTROL STRING */ 2745 /* 8.3.27: DEVICE CONTROL STRING */
2694 case C1_DCS: /* ESC P */ 2746 case C1_DCS: /* ESC P */
2695 process_dcs_seq (); 2747 process_dcs_seq ();
2696 break; 2748 break;
2729 } 2781 }
2730} 2782}
2731/*}}} */ 2783/*}}} */
2732 2784
2733/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */ 2785/*{{{ process CONTROL SEQUENCE INTRODUCER (CSI) sequences `ESC[' */
2734/* *INDENT-OFF* */
2735enum { 2786enum {
2736 CSI_ICH = 0x40, 2787 CSI_ICH = 0x40,
2737 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA, 2788 CSI_CUU, CSI_CUD, CSI_CUF, CSI_CUB, CSI_CNL, CSI_CPL, CSI_CHA,
2738 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA , 2789 CSI_CUP, CSI_CHT, CSI_ED , CSI_EL , CSI_IL , CSI_DL , CSI_EF , CSI_EA ,
2739 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC, 2790 CSI_DCH, CSI_SEE, CSI_CPR, CSI_SU , CSI_SD , CSI_NP , CSI_PP , CSI_CTC,
2742 CSI_SM , CSI_MC , CSI_HPB, CSI_VPB, CSI_RM , CSI_SGR, CSI_DSR, CSI_DAQ, 2793 CSI_SM , CSI_MC , CSI_HPB, CSI_VPB, CSI_RM , CSI_SGR, CSI_DSR, CSI_DAQ,
2743 CSI_70 , CSI_71 , CSI_72 , CSI_73 , CSI_74 , CSI_75 , CSI_76 , CSI_77 , 2794 CSI_70 , CSI_71 , CSI_72 , CSI_73 , CSI_74 , CSI_75 , CSI_76 , CSI_77 ,
2744 CSI_78 , CSI_79 , CSI_7A , CSI_7B , CSI_7C , CSI_7D , CSI_7E , CSI_7F 2795 CSI_78 , CSI_79 , CSI_7A , CSI_7B , CSI_7C , CSI_7D , CSI_7E , CSI_7F
2745}; 2796};
2746 2797
2747#define make_byte(b7,b6,b5,b4,b3,b2,b1,b0) \ 2798#define make_byte(b0,b1,b2,b3,b4,b5,b6,b7) \
2748 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) \ 2799 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) \
2749 | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | (b0)) 2800 | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | (b0))
2750#define get_byte_array_bit(array, bit) \ 2801#define get_byte_array_bit(array, bit) \
2751 (!! ((array)[ (bit) / 8] & (128 >> ((bit) & 7)))) 2802 (!! ((array)[(bit) >> 3] & (1 << ((bit) & 7))))
2752 2803
2753const unsigned char csi_defaults[] = 2804static const unsigned char csi_defaults[] =
2754 { 2805 {
2755 make_byte (1,1,1,1,1,1,1,1), /* @, A, B, C, D, E, F, G, */ 2806 make_byte (1,1,1,1,1,1,1,1), /* @, A, B, C, D, E, F, G, */
2756 make_byte (1,1,0,0,1,1,0,0), /* H, I, J, K, L, M, N, O, */ 2807 make_byte (1,1,0,0,1,1,0,0), /* H, I, J, K, L, M, N, O, */
2757 make_byte (1,0,1,1,1,1,1,0), /* P, Q, R, S, T, U, V, W, */ 2808 make_byte (1,0,1,1,1,1,1,0), /* P, Q, R, S, T, U, V, W, */
2758 make_byte (1,1,1,0,0,0,1,0), /* X, Y, Z, [, \, ], ^, _, */ 2809 make_byte (1,1,1,0,0,0,1,0), /* X, Y, Z, [, \, ], ^, _, */
2759 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */ 2810 make_byte (1,1,1,0,1,1,1,0), /* `, a, b, c, d, e, f, g, */
2760 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */ 2811 make_byte (0,0,1,1,0,0,0,0), /* h, i, j, k, l, m, n, o, */
2761 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */ 2812 make_byte (0,0,0,0,0,0,0,0), /* p, q, r, s, t, u, v, w, */
2762 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */ 2813 make_byte (0,0,0,0,0,0,0,0), /* x, y, z, {, |, }, ~, */
2763 }; 2814 };
2764/* *INDENT-ON* */
2765 2815
2766void 2816void ecb_hot
2767rxvt_term::process_csi_seq () 2817rxvt_term::process_csi_seq ()
2768{ 2818{
2769 unicode_t ch, priv, i; 2819 unicode_t ch, priv, prev_ch, i;
2770 unsigned int nargs, p; 2820 unsigned int nargs, p;
2771 int n, ndef; 2821 int n, ndef;
2772 int arg[ESC_ARGS] = { }; 2822 int arg[ESC_ARGS] = { };
2773 2823
2774 nargs = 0; 2824 nargs = 0;
2780 /* '<' '=' '>' '?' '!' */ 2830 /* '<' '=' '>' '?' '!' */
2781 priv = ch; 2831 priv = ch;
2782 ch = cmd_getc (); 2832 ch = cmd_getc ();
2783 } 2833 }
2784 2834
2835 prev_ch = 0;
2785 /* read any numerical arguments */ 2836 /* read any numerical arguments */
2786 for (n = -1; ch < CSI_ICH; ) 2837 for (n = -1; ch < CSI_ICH; )
2787 { 2838 {
2788 if (isdigit (ch)) 2839 if (isdigit (ch))
2789 { 2840 {
2799 n = -1; 2850 n = -1;
2800 } 2851 }
2801 else if (IS_CONTROL (ch)) 2852 else if (IS_CONTROL (ch))
2802 process_nonprinting (ch); 2853 process_nonprinting (ch);
2803 2854
2855 prev_ch = ch;
2804 ch = cmd_getc (); 2856 ch = cmd_getc ();
2805 } 2857 }
2806 2858
2807 if (ch > CSI_7F) 2859 if (ch > CSI_7F)
2808 return; 2860 return;
2847 { 2899 {
2848 /* DECSTR: soft terminal reset, used by our terminfo since 9.06 */ 2900 /* DECSTR: soft terminal reset, used by our terminfo since 9.06 */
2849 scr_soft_reset (); 2901 scr_soft_reset ();
2850 2902
2851 static const int pm_h[] = { 7, 25 }; 2903 static const int pm_h[] = { 7, 25 };
2852 static const int pm_l[] = { 1, 3, 4, 5, 6, 9, 66, 1000, 1001, 1049 }; 2904 static const int pm_l[] = { 1, 3, 4, 5, 6, 9, 66, 1000, 1001, 1005, 1015, 1049 };
2853 2905
2854 process_terminal_mode ('h', 0, sizeof (pm_h) / sizeof (pm_h[0]), pm_h); 2906 process_terminal_mode ('h', 0, ecb_array_length (pm_h), pm_h);
2855 process_terminal_mode ('l', 0, sizeof (pm_l) / sizeof (pm_l[0]), pm_l); 2907 process_terminal_mode ('l', 0, ecb_array_length (pm_l), pm_l);
2856 } 2908 }
2857 break; 2909 break;
2858 } 2910 }
2859 2911
2860 return; 2912 return;
2878 } 2930 }
2879 break; 2931 break;
2880#endif 2932#endif
2881 2933
2882 case CSI_CUU: /* 8.3.22: (1) CURSOR UP */ 2934 case CSI_CUU: /* 8.3.22: (1) CURSOR UP */
2883 case CSI_VPR: /* 8.3.161: (1) LINE POSITION FORWARD */ 2935 case CSI_VPB: /* 8.3.160: (1) LINE POSITION BACKWARD */
2884 arg[0] = -arg[0]; 2936 arg[0] = -arg[0];
2885 /* FALLTHROUGH */ 2937 /* FALLTHROUGH */
2886 case CSI_CUD: /* 8.3.19: (1) CURSOR DOWN */ 2938 case CSI_CUD: /* 8.3.19: (1) CURSOR DOWN */
2887 case CSI_VPB: /* 8.3.160: (1) LINE POSITION BACKWARD */ 2939 case CSI_VPR: /* 8.3.161: (1) LINE POSITION FORWARD */
2888 scr_gotorc (arg[0], 0, RELATIVE); 2940 scr_gotorc (arg[0], 0, RELATIVE);
2889 break; 2941 break;
2890 2942
2891 case CSI_CUB: /* 8.3.18: (1) CURSOR LEFT */ 2943 case CSI_CUB: /* 8.3.18: (1) CURSOR LEFT */
2892 case CSI_HPB: /* 8.3.59: (1) CHARACTER POSITION BACKWARD */ 2944 case CSI_HPB: /* 8.3.59: (1) CHARACTER POSITION BACKWARD */
3042 scr_insert_mode (1); 3094 scr_insert_mode (1);
3043 else if (arg[0] == 20) 3095 else if (arg[0] == 20)
3044 priv_modes |= PrivMode_LFNL; 3096 priv_modes |= PrivMode_LFNL;
3045 break; 3097 break;
3046 3098
3099 case CSI_71: // DESCUSR: set cursor style
3100 if (prev_ch == ' ')
3101 set_cursor_style (arg[0]);
3102 break;
3103
3047 /* 3104 /*
3048 * PRIVATE USE beyond this point. All CSI_7? sequences here 3105 * PRIVATE USE beyond this point. All CSI_7? sequences here
3049 */ 3106 */
3050 case CSI_72: /* DECSTBM: set top and bottom margins */ 3107 case CSI_72: /* DECSTBM: set top and bottom margins */
3051 if (nargs == 1) 3108 if (nargs == 1)
3079 } 3136 }
3080} 3137}
3081/*}}} */ 3138/*}}} */
3082 3139
3083#if !ENABLE_MINIMAL 3140#if !ENABLE_MINIMAL
3084/* ARGSUSED */
3085void 3141void
3086rxvt_term::process_window_ops (const int *args, unsigned int nargs) 3142rxvt_term::process_window_ops (const int *args, unsigned int nargs)
3087{ 3143{
3088 int x, y; 3144 int x, y;
3089 XWindowAttributes wattr; 3145 XWindowAttributes wattr;
3098 { 3154 {
3099 /* 3155 /*
3100 * commands 3156 * commands
3101 */ 3157 */
3102 case 1: /* deiconify window */ 3158 case 1: /* deiconify window */
3103 XMapWindow (dpy, parent[0]); 3159 XMapWindow (dpy, parent);
3104 break; 3160 break;
3105 case 2: /* iconify window */ 3161 case 2: /* iconify window */
3106 XIconifyWindow (dpy, parent[0], display->screen); 3162 XIconifyWindow (dpy, parent, display->screen);
3107 break; 3163 break;
3108 case 3: /* set position (pixels) */ 3164 case 3: /* set position (pixels) */
3109 XMoveWindow (dpy, parent[0], args[1], args[2]); 3165 XMoveWindow (dpy, parent, args[1], args[2]);
3110 break; 3166 break;
3111 case 4: /* set size (pixels) */ 3167 case 4: /* set size (pixels) */
3112 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]); 3168 set_widthheight ((unsigned int)args[2], (unsigned int)args[1]);
3113 break; 3169 break;
3114 case 5: /* raise window */ 3170 case 5: /* raise window */
3115 XRaiseWindow (dpy, parent[0]); 3171 XRaiseWindow (dpy, parent);
3116 break; 3172 break;
3117 case 6: /* lower window */ 3173 case 6: /* lower window */
3118 XLowerWindow (dpy, parent[0]); 3174 XLowerWindow (dpy, parent);
3119 break; 3175 break;
3120 case 7: /* refresh window */ 3176 case 7: /* refresh window */
3121 scr_touch (true); 3177 scr_touch (true);
3122 break; 3178 break;
3123 case 8: /* set size (chars) */ 3179 case 8: /* set size (chars) */
3126 break; 3182 break;
3127 3183
3128 //case 9: NYI, TODO, restore maximized window or maximize window 3184 //case 9: NYI, TODO, restore maximized window or maximize window
3129 default: 3185 default:
3130 if (args[0] >= 24) /* set height (chars) */ 3186 if (args[0] >= 24) /* set height (chars) */
3131 set_widthheight ((unsigned int)width, 3187 set_widthheight ((unsigned int)vt_width,
3132 (unsigned int) (args[1] * fheight)); 3188 (unsigned int) (args[1] * fheight));
3133 break; 3189 break;
3134 3190
3135 /* 3191 /*
3136 * reports - some output format copied from XTerm 3192 * reports - some output format copied from XTerm
3137 */ 3193 */
3138 case 11: /* report window state */ 3194 case 11: /* report window state */
3139 XGetWindowAttributes (dpy, parent[0], &wattr); 3195 XGetWindowAttributes (dpy, parent, &wattr);
3140 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2); 3196 tt_printf ("\033[%dt", wattr.map_state == IsViewable ? 1 : 2);
3141 break; 3197 break;
3142 case 13: /* report window position */ 3198 case 13: /* report window position */
3143 XGetWindowAttributes (dpy, parent[0], &wattr); 3199 XGetWindowAttributes (dpy, parent, &wattr);
3144 XTranslateCoordinates (dpy, parent[0], wattr.root, 3200 XTranslateCoordinates (dpy, parent, wattr.root,
3145 -wattr.border_width, -wattr.border_width, 3201 -wattr.border_width, -wattr.border_width,
3146 &x, &y, &wdummy); 3202 &x, &y, &wdummy);
3147 tt_printf ("\033[3;%d;%dt", x, y); 3203 tt_printf ("\033[3;%d;%dt", x, y);
3148 break; 3204 break;
3149 case 14: /* report window size (pixels) */ 3205 case 14: /* report window size (pixels) */
3150 XGetWindowAttributes (dpy, parent[0], &wattr); 3206 XGetWindowAttributes (dpy, parent, &wattr);
3151 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width); 3207 tt_printf ("\033[4;%d;%dt", wattr.height, wattr.width);
3152 break; 3208 break;
3153 case 18: /* report text area size (chars) */ 3209 case 18: /* report text area size (chars) */
3154 tt_printf ("\033[8;%d;%dt", nrow, ncol); 3210 tt_printf ("\033[8;%d;%dt", nrow, ncol);
3155 break; 3211 break;
3157 tt_printf ("\033[9;%d;%dt", nrow, ncol); 3213 tt_printf ("\033[9;%d;%dt", nrow, ncol);
3158 break; 3214 break;
3159 case 20: /* report icon label */ 3215 case 20: /* report icon label */
3160 { 3216 {
3161 char *s; 3217 char *s;
3162 XGetIconName (dpy, parent[0], &s); 3218 XGetIconName (dpy, parent, &s);
3163 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3219 tt_printf ("\033]L%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3164 XFree (s); 3220 XFree (s);
3165 } 3221 }
3166 break; 3222 break;
3167 case 21: /* report window title */ 3223 case 21: /* report window title */
3168 { 3224 {
3169 char *s; 3225 char *s;
3170 XFetchName (dpy, parent[0], &s); 3226 XFetchName (dpy, parent, &s);
3171 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */ 3227 tt_printf ("\033]l%-.250s\234", option (Opt_insecure) && s ? s : ""); /* 8bit ST */
3172 XFree (s); 3228 XFree (s);
3173 } 3229 }
3174 break; 3230 break;
3175 } 3231 }
3185rxvt_term::get_to_st (unicode_t &ends_how) 3241rxvt_term::get_to_st (unicode_t &ends_how)
3186{ 3242{
3187 unicode_t ch; 3243 unicode_t ch;
3188 bool seen_esc = false; 3244 bool seen_esc = false;
3189 unsigned int n = 0; 3245 unsigned int n = 0;
3190 wchar_t string[STRING_MAX]; 3246 wchar_t string[CBUFSIZ];
3191 3247
3192 while ((ch = cmd_getc ()) != NOCHAR) 3248 while ((ch = cmd_getc ()) != NOCHAR)
3193 { 3249 {
3194 if (seen_esc) 3250 if (seen_esc)
3195 { 3251 {
3210 else if (ch < 0x20) 3266 else if (ch < 0x20)
3211 return NULL; /* other control character - exit */ 3267 return NULL; /* other control character - exit */
3212 3268
3213 seen_esc = false; 3269 seen_esc = false;
3214 3270
3215 if (n >= STRING_MAX - 1) 3271 if (n >= sizeof (string) - 1)
3216 // stop at some sane length 3272 // stop at some sane length
3217 return NULL; 3273 return NULL;
3218 3274
3219 string[n++] = ch; 3275 string[n++] = ch;
3220 } 3276 }
3329 unsigned long bytes_after; 3385 unsigned long bytes_after;
3330 unsigned char *value = 0; 3386 unsigned char *value = 0;
3331 const char *str = ""; 3387 const char *str = "";
3332 3388
3333 if (prop 3389 if (prop
3334 && XGetWindowProperty (dpy, parent[0], 3390 && XGetWindowProperty (dpy, parent,
3335 prop, 0, 1<<16, 0, AnyPropertyType, 3391 prop, 0, 1<<16, 0, AnyPropertyType,
3336 &actual_type, &actual_format, 3392 &actual_type, &actual_format,
3337 &nitems, &bytes_after, &value) == Success 3393 &nitems, &bytes_after, &value) == Success
3338 && actual_type != None 3394 && actual_type != None
3339 && actual_format == 8) 3395 && actual_format == 8)
3340 str = (const char *)(value); 3396 str = (const char *)(value);
3341 3397
3342 tt_printf ("\033]%d;%s%c", op, str, resp); 3398 tt_printf ("\033]%d;%s%c", op, option (Opt_insecure) ? str : "", resp);
3343 3399
3344 XFree (value); 3400 XFree (value);
3345 } 3401 }
3346 else 3402 else
3347 { 3403 {
3351 { 3407 {
3352 *eq = 0; 3408 *eq = 0;
3353 set_utf8_property (display->atom (str), eq + 1); 3409 set_utf8_property (display->atom (str), eq + 1);
3354 } 3410 }
3355 else 3411 else
3356 XDeleteProperty (dpy, parent[0], 3412 XDeleteProperty (dpy, parent,
3357 display->atom (str)); 3413 display->atom (str));
3358 } 3414 }
3359 break; 3415 break;
3360 3416
3361 case XTerm_Color: 3417 case XTerm_Color:
3415 break; 3471 break;
3416#endif 3472#endif
3417 case URxvt_Color_border: 3473 case URxvt_Color_border:
3418 process_color_seq (op, Color_border, str, resp); 3474 process_color_seq (op, Color_border, str, resp);
3419 break; 3475 break;
3420#if ENABLE_TRANSPARENCY 3476
3477#if BG_IMAGE_FROM_ROOT
3421 case URxvt_Color_tint: 3478 case URxvt_Color_tint:
3422 process_color_seq (op, Color_tint, str, resp); 3479 process_color_seq (op, Color_tint, str, resp);
3423 { 3480 {
3424 bool changed = false; 3481 bool changed = false;
3425 3482
3426 if (ISSET_PIXCOLOR (Color_tint)) 3483 if (ISSET_PIXCOLOR (Color_tint))
3427 changed = bgPixmap.set_tint (pix_colors_focused [Color_tint]); 3484 changed = root_effects.set_tint (pix_colors_focused [Color_tint]);
3428 else
3429 changed = bgPixmap.unset_tint ();
3430 3485
3431 if (changed) 3486 if (changed)
3432 update_background (); 3487 update_background ();
3433 } 3488 }
3434 3489
3438#if BG_IMAGE_FROM_FILE 3493#if BG_IMAGE_FROM_FILE
3439 case Rxvt_Pixmap: 3494 case Rxvt_Pixmap:
3440 if (!strcmp (str, "?")) 3495 if (!strcmp (str, "?"))
3441 { 3496 {
3442 char str[256]; 3497 char str[256];
3498 int h_scale = fimage.h_scale;
3499 int v_scale = fimage.v_scale;
3500 int h_align = fimage.h_align;
3501 int v_align = fimage.v_align;
3443 3502
3444 sprintf (str, "[%dx%d+%d+%d]", 3503 sprintf (str, "[%dx%d+%d+%d]",
3445 min (bgPixmap.h_scale, 32767), min (bgPixmap.v_scale, 32767), 3504 h_scale, v_scale,
3446 min (bgPixmap.h_align, 32767), min (bgPixmap.v_align, 32767)); 3505 h_align, v_align);
3447 process_xterm_seq (XTerm_title, str, CHAR_ST); 3506 process_xterm_seq (XTerm_title, str, CHAR_ST);
3448 } 3507 }
3449 else 3508 else
3450 { 3509 {
3451 int changed = 0; 3510 bool changed = false;
3452 3511
3453 if (*str != ';') 3512 if (*str != ';')
3454 { 3513 {
3455 /* reset to default scaling :*/ 3514 try
3456 bgPixmap.unset_geometry (); 3515 {
3457 if (bgPixmap.set_file (str)) /* change pixmap */ 3516 fimage.set_file_geometry (this, str);
3458 changed++; 3517 changed = true;
3459 str = strchr (str, ';'); 3518 }
3460 if (str == NULL) 3519 catch (const class rxvt_failure_exception &e)
3461 bgPixmap.set_defaultGeometry (); 3520 {
3521 }
3462 } 3522 }
3463 3523 else
3464 while (str)
3465 { 3524 {
3466 str++; 3525 str++;
3467 if (bgPixmap.set_geometry (str)) 3526 if (fimage.set_geometry (str, true))
3468 changed++; 3527 changed = true;
3469 str = strchr (str, ';');
3470 } 3528 }
3471 3529
3472 if (changed) 3530 if (changed)
3531 {
3532 if (bg_window_position_sensitive ())
3533 {
3534 int x, y;
3535 get_window_origin (x, y);
3536 parent_x = x;
3537 parent_y = y;
3538 }
3473 update_background (); 3539 update_background ();
3540 }
3474 } 3541 }
3475 break; 3542 break;
3476#endif 3543#endif
3477 3544
3478 case XTerm_logfile: 3545 case XTerm_logfile:
3565 * 's' = save 3632 * 's' = save
3566 * 'r' = restore 3633 * 'r' = restore
3567 * 't' = toggle 3634 * 't' = toggle
3568 * so no need for fancy checking 3635 * so no need for fancy checking
3569 */ 3636 */
3570int 3637int ecb_cold
3571rxvt_term::privcases (int mode, unsigned long bit) 3638rxvt_term::privcases (int mode, unsigned long bit)
3572{ 3639{
3573 int state; 3640 int state;
3574 3641
3575 if (mode == 's') 3642 if (mode == 's')
3576 { 3643 {
3577 SavedModes |= (priv_modes & bit); 3644 if (priv_modes & bit)
3645 SavedModes |= bit;
3646 else
3647 SavedModes &= ~bit;
3578 return -1; 3648 return -1;
3579 } 3649 }
3580 else 3650 else
3581 { 3651 {
3582 if (mode == 'r') 3652 if (mode == 'r')
3583 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */ 3653 state = (SavedModes & bit) ? 1 : 0; /* no overlapping */
3584 else 3654 else
3585 state = (mode == 't') ? ! (priv_modes & bit) : mode; 3655 state = (mode == 't') ? ! (priv_modes & bit) : mode;
3586 3656
3587 set_privmode (bit, state); 3657 if (state)
3658 priv_modes |= bit;
3659 else
3660 priv_modes &= ~bit;
3588 } 3661 }
3589 3662
3590 return state; 3663 return state;
3591} 3664}
3592 3665
3593/* we're not using priv _yet_ */ 3666/* we're not using priv _yet_ */
3594void 3667void
3595rxvt_term::process_terminal_mode (int mode, int priv UNUSED, unsigned int nargs, const int *arg) 3668rxvt_term::process_terminal_mode (int mode, int priv ecb_unused, unsigned int nargs, const int *arg)
3596{ 3669{
3597 unsigned int i, j; 3670 unsigned int i, j;
3598 int state; 3671 int state;
3599 3672
3600 static const struct 3673 static const struct
3601 { 3674 {
3602 const int argval; 3675 const int argval;
3603 const unsigned long bit; 3676 const unsigned long bit;
3604 } argtopriv[] = { 3677 } argtopriv[] = {
3605 { 1, PrivMode_aplCUR }, // DECCKM 3678 { 1, PrivMode_aplCUR }, // DECCKM
3606 { 2, PrivMode_vt52 }, 3679 { 2, PrivMode_vt52 }, // DECANM
3607 { 3, PrivMode_132 }, // DECCOLM 3680 { 3, PrivMode_132 }, // DECCOLM
3608 { 4, PrivMode_smoothScroll }, // DECSCLM 3681 { 4, PrivMode_smoothScroll }, // DECSCLM
3609 { 5, PrivMode_rVideo }, // DECSCNM 3682 { 5, PrivMode_rVideo }, // DECSCNM
3610 { 6, PrivMode_relOrigin }, // DECOM 3683 { 6, PrivMode_relOrigin }, // DECOM
3611 { 7, PrivMode_Autowrap }, // DECAWM 3684 { 7, PrivMode_Autowrap }, // DECAWM
3612 // 8, auto-repeat keys // DECARM 3685 // 8, auto-repeat keys // DECARM
3613 { 9, PrivMode_MouseX10 }, 3686 { 9, PrivMode_MouseX10 },
3614 // 18 end FF to printer after print screen 3687 // 18 end FF to printer after print screen
3615 // 19 Print screen prints full screen/scorll region 3688 // 19 Print screen prints full screen/scroll region
3616 { 25, PrivMode_VisibleCursor }, // cnorm/cvvis/civis 3689 { 25, PrivMode_VisibleCursor }, // DECTCEM cnorm/cvvis/civis
3617#ifdef scrollBar_esc 3690#ifdef scrollBar_esc
3618 { scrollBar_esc, PrivMode_scrollBar }, 3691 { scrollBar_esc, PrivMode_scrollBar },
3619#endif 3692#endif
3620 { 35, PrivMode_ShiftKeys }, // rxvt extension 3693 { 35, PrivMode_ShiftKeys }, // rxvt extension
3621 // 38, tektronix mode // DECTEK 3694 // 38, tektronix mode // DECTEK
3622 { 40, PrivMode_132OK }, 3695 { 40, PrivMode_132OK },
3623 // 41 xterm more fixes NYI 3696 // 41 xterm more fixes NYI
3624 // 45 margin bell NYI 3697 // 45 margin bell NYI
3625 // 46 start logging 3698 // 46 start logging
3626 { 47, PrivMode_Screen }, 3699 { 47, PrivMode_Screen },
3627 { 66, PrivMode_aplKP }, // DECPAM/DECPNM 3700 { 66, PrivMode_aplKP }, // DECNKM
3628#ifndef NO_BACKSPACE_KEY 3701#ifndef NO_BACKSPACE_KEY
3629 { 67, PrivMode_BackSpace }, // DECBKM 3702 { 67, PrivMode_BackSpace }, // DECBKM
3630#endif 3703#endif
3631 { 1000, PrivMode_MouseX11 }, 3704 { 1000, PrivMode_MouseX11 },
3632 { 1002, PrivMode_MouseBtnEvent }, 3705 { 1002, PrivMode_MouseBtnEvent },
3633 { 1003, PrivMode_MouseAnyEvent }, 3706 { 1003, PrivMode_MouseAnyEvent },
3707#if ENABLE_FRILLS
3708 { 1005, PrivMode_ExtModeMouse },
3709#endif
3634 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3710 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
3635 { 1011, PrivMode_Keypress }, // rxvt extension 3711 { 1011, PrivMode_Keypress }, // rxvt extension
3712#if ENABLE_FRILLS
3713 { 1015, PrivMode_ExtMouseRight }, // urxvt extension of 1005
3714#endif
3636 // 1035 enable modifiers for alt, numlock NYI 3715 // 1035 enable modifiers for alt, numlock NYI
3637 // 1036 send ESC for meta keys NYI 3716 // 1036 send ESC for meta keys NYI
3638 // 1037 send DEL for keypad delete NYI 3717 // 1037 send DEL for keypad delete NYI
3639 { 1047, PrivMode_Screen }, 3718 { 1047, PrivMode_Screen },
3640 // 1048 save and restore cursor 3719 // 1048 save and restore cursor, implemented in code
3641 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */ 3720 { 1049, PrivMode_Screen }, /* xterm extension, clear screen on ti rather than te */
3642 // 1051, 1052, 1060, 1061 keyboard emulation NYI 3721 // 1051, 1052, 1060, 1061 keyboard emulation NYI
3643 { 2004, PrivMode_BracketPaste }, 3722 { 2004, PrivMode_BracketPaste },
3644 }; 3723 };
3645 3724
3655 for (i = 0; i < nargs; i++) 3734 for (i = 0; i < nargs; i++)
3656 { 3735 {
3657 state = -1; 3736 state = -1;
3658 3737
3659 /* basic handling */ 3738 /* basic handling */
3660 for (j = 0; j < (sizeof (argtopriv)/sizeof (argtopriv[0])); j++) 3739 for (j = 0; j < ecb_array_length (argtopriv); j++)
3661 if (argtopriv[j].argval == arg[i]) 3740 if (argtopriv[j].argval == arg[i])
3662 { 3741 {
3663 state = privcases (mode, argtopriv[j].bit); 3742 state = privcases (mode, argtopriv[j].bit);
3664 break; 3743 break;
3665 } 3744 }
3691 case 2: /* VT52 mode */ 3770 case 2: /* VT52 mode */
3692 /* oddball mode. should be set regardless of set/reset 3771 /* oddball mode. should be set regardless of set/reset
3693 * parameter. Return from VT52 mode with an ESC < from 3772 * parameter. Return from VT52 mode with an ESC < from
3694 * within VT52 mode 3773 * within VT52 mode
3695 */ 3774 */
3696 set_privmode (PrivMode_vt52, 1); 3775 priv_modes |= PrivMode_vt52;
3697 break; 3776 break;
3698 case 3: /* 80/132 */ 3777 case 3: /* 80/132 */
3699 if (priv_modes & PrivMode_132OK) 3778 if (priv_modes & PrivMode_132OK)
3700 set_widthheight ((state ? 132 : 80) * fwidth, 24 * fheight); 3779 set_widthheight ((state ? 132 : 80) * fwidth, 24 * fheight);
3701 break; 3780 break;
3716 if (state) /* orthogonal */ 3795 if (state) /* orthogonal */
3717 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent); 3796 priv_modes &= ~(PrivMode_MouseX11|PrivMode_MouseBtnEvent|PrivMode_MouseAnyEvent);
3718 break; 3797 break;
3719#ifdef scrollBar_esc 3798#ifdef scrollBar_esc
3720 case scrollBar_esc: 3799 case scrollBar_esc:
3721 if (scrollBar.map (state)) 3800 scrollBar.map (state);
3722 {
3723 resize_all_windows (0, 0, 0); 3801 resize_all_windows (0, 0, 0);
3724 scr_touch (true); 3802 scr_touch (true);
3725 }
3726 break; 3803 break;
3727#endif 3804#endif
3728 case 25: /* visible/invisible cursor */ 3805 case 25: /* visible/invisible cursor */
3729 scr_cursor_visible (state); 3806 scr_cursor_visible (state);
3730 break; 3807 break;
3743 case 1003: 3820 case 1003:
3744 if (state) 3821 if (state)
3745 { 3822 {
3746 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11); 3823 priv_modes &= ~(PrivMode_MouseX10|PrivMode_MouseX11);
3747 priv_modes &= arg[i] == 1003 ? ~PrivMode_MouseBtnEvent : ~PrivMode_MouseAnyEvent; 3824 priv_modes &= arg[i] == 1003 ? ~PrivMode_MouseBtnEvent : ~PrivMode_MouseAnyEvent;
3825 mouse_row = mouse_col = 0;
3748 vt_emask_mouse = PointerMotionMask; 3826 vt_emask_mouse = PointerMotionMask;
3749 } 3827 }
3750 else 3828 else
3751 vt_emask_mouse = NoEventMask; 3829 vt_emask_mouse = NoEventMask;
3752 3830
3784 } 3862 }
3785} 3863}
3786/*}}} */ 3864/*}}} */
3787 3865
3788/*{{{ process sgr sequences */ 3866/*{{{ process sgr sequences */
3789void 3867void ecb_hot
3790rxvt_term::process_sgr_mode (unsigned int nargs, const int *arg) 3868rxvt_term::process_sgr_mode (unsigned int nargs, const int *arg)
3791{ 3869{
3792 unsigned int i; 3870 unsigned int i;
3793 short rendset; 3871 short rendset;
3794 int rendstyle; 3872 int rendstyle;
3935 break; 4013 break;
3936#endif 4014#endif
3937 } 4015 }
3938 } 4016 }
3939} 4017}
4018
4019void
4020rxvt_term::set_cursor_style (int style)
4021{
4022 if (!IN_RANGE_INC (style, 0, 4))
4023 return;
4024
4025 set_option (Opt_cursorUnderline, style >= 3);
4026
4027#ifdef CURSOR_BLINK
4028 set_option (Opt_cursorBlink, !style || (style & 1));
4029 cursor_blink_reset ();
4030#endif
4031
4032 want_refresh = 1;
4033}
3940/*}}} */ 4034/*}}} */
3941 4035
3942/*{{{ (do not) process Rob Nation's own graphics mode sequences */
3943void
3944rxvt_term::process_graphics ()
3945{
3946 unicode_t ch, cmd = cmd_getc ();
3947
3948 if (cmd == 'Q')
3949 {
3950 /* query graphics */
3951 tt_printf ("\033G0\012"); /* no graphics */
3952 return;
3953 }
3954 /* swallow other graphics sequences until terminating ':' */
3955 do
3956 ch = cmd_getc ();
3957 while (ch != ':');
3958}
3959/*}}} */
3960
3961/* ------------------------------------------------------------------------- */ 4036/* ---------------------------------------------------------------------- */
4037/* Write data to the pty as typed by the user, pasted with the mouse,
4038 * or generated by us in response to a query ESC sequence.
4039 */
3962 4040
3963/* 4041/*
3964 * Send printf () formatted output to the command. 4042 * Send printf () formatted output to the command.
3965 * Only use for small amounts of data. 4043 * Only use for small amounts of data.
3966 */ 4044 */
3974 vsnprintf ((char *)buf, 256, fmt, arg_ptr); 4052 vsnprintf ((char *)buf, 256, fmt, arg_ptr);
3975 va_end (arg_ptr); 4053 va_end (arg_ptr);
3976 tt_write (buf, strlen (buf)); 4054 tt_write (buf, strlen (buf));
3977} 4055}
3978 4056
3979/* ---------------------------------------------------------------------- */
3980/* Write data to the pty as typed by the user, pasted with the mouse, 4057/* Write data to the pty as typed by the user. */
3981 * or generated by us in response to a query ESC sequence. 4058void
3982 */ 4059rxvt_term::tt_write_user_input (const char *data, unsigned int len)
3983const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT 4060{
4061 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
4062 return;
4063
4064 if (option (Opt_scrollTtyKeypress))
4065 if (view_start)
4066 {
4067 view_start = 0;
4068 want_refresh = 1;
4069 }
4070
4071 tt_write_ (data, len);
4072}
3984 4073
3985void 4074void
3986rxvt_term::tt_write (const char *data, unsigned int len) 4075rxvt_term::tt_write (const char *data, unsigned int len)
3987{ 4076{
3988 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END))) 4077 if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END)))
3989 return; 4078 return;
3990 4079
4080 tt_write_ (data, len);
4081}
4082
4083static const unsigned int MAX_PTY_WRITE = 255; // minimum MAX_INPUT
4084
4085void
4086rxvt_term::tt_write_ (const char *data, unsigned int len)
4087{
3991 if (pty->pty < 0) 4088 if (pty->pty < 0)
3992 return; 4089 return;
3993 4090
3994 if (v_buflen == 0) 4091 if (v_buflen == 0)
3995 { 4092 {
3996 ssize_t written = write (pty->pty, data, min (len, MAX_PTY_WRITE)); 4093 ssize_t written = write (pty->pty, data, min (len, MAX_PTY_WRITE));
3997 4094
4095 max_it (written, 0);
4096
3998 if ((unsigned int)written == len) 4097 if (written == len)
3999 return; 4098 return;
4000 4099
4001 data += written; 4100 data += written;
4002 len -= written; 4101 len -= written;
4003 } 4102 }
4004 4103
4005 v_buffer = (char *)realloc (v_buffer, v_buflen + len); 4104 v_buffer = (char *)rxvt_realloc (v_buffer, v_buflen + len);
4006 4105
4007 memcpy (v_buffer + v_buflen, data, len); 4106 memcpy (v_buffer + v_buflen, data, len);
4008 v_buflen += len; 4107 v_buflen += len;
4009 4108
4010 pty_ev.set (ev::READ | ev::WRITE); 4109 pty_ev.set (ev::READ | ev::WRITE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines