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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.241 by root, Thu Jan 19 17:37:01 2006 UTC vs.
Revision 1.296 by root, Wed Jan 9 01:05:24 2008 UTC

1/*--------------------------------*-C-*--------------------------------------* 1/*---------------------------------------------------------------------------*
2 * File: screen.C 2 * File: screen.C
3 *---------------------------------------------------------------------------* 3 *---------------------------------------------------------------------------*
4 * 4 *
5 * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com> 5 * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com>
6 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com> 6 * Copyright (c) 2003-2007 Marc Lehmann <pcg@goof.com>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
26 26
27#include "../config.h" /* NECESSARY */ 27#include "../config.h" /* NECESSARY */
28#include "rxvt.h" /* NECESSARY */ 28#include "rxvt.h" /* NECESSARY */
29#include "rxvtperl.h" /* NECESSARY */ 29#include "rxvtperl.h" /* NECESSARY */
30 30
31#include <X11/Xmd.h> /* get the typedef for CARD32 */
32
33#include <inttypes.h> 31#include <inttypes.h>
34 32
35#include "salloc.C" // HACK, should be a seperate compile! 33#include "salloc.C" // HACK, should be a seperate compile!
36 34
37inline void fill_text (text_t *start, text_t value, int len) 35static inline void fill_text (text_t *start, text_t value, int len)
38{ 36{
39 while (len--) 37 while (len--)
40 *start++ = value; 38 *start++ = value;
41} 39}
42 40
47 45
48/* ------------------------------------------------------------------------- * 46/* ------------------------------------------------------------------------- *
49 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES * 47 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES *
50 * ------------------------------------------------------------------------- */ 48 * ------------------------------------------------------------------------- */
51#define ZERO_SCROLLBACK() \ 49#define ZERO_SCROLLBACK() \
52 if (OPTION (Opt_scrollTtyOutput)) \ 50 if (option (Opt_scrollTtyOutput)) \
53 view_start = 0 51 view_start = 0
54#define CLEAR_SELECTION() \ 52#define CLEAR_SELECTION() \
55 selection.beg.row = selection.beg.col \ 53 selection.beg.row = selection.beg.col \
56 = selection.end.row = selection.end.col = 0 54 = selection.end.row = selection.end.col = 0
57#define CLEAR_ALL_SELECTION() \ 55#define CLEAR_ALL_SELECTION() \
93 */ 91 */
94#define drawBuffer vt 92#define drawBuffer vt
95 93
96#define CLEAR_ROWS(row, num) \ 94#define CLEAR_ROWS(row, num) \
97 if (mapped) \ 95 if (mapped) \
98 XClearArea (display->display, drawBuffer, 0, \ 96 XClearArea (dpy, drawBuffer, 0, \
99 Row2Pixel (row), (unsigned int)width, \ 97 Row2Pixel (row), (unsigned int)width, \
100 (unsigned int)Height2Pixel (num), False) 98 (unsigned int)Height2Pixel (num), False)
101 99
102#define CLEAR_CHARS(x, y, num) \ 100#define CLEAR_CHARS(x, y, num) \
103 if (mapped) \ 101 if (mapped) \
104 XClearArea (display->display, drawBuffer, x, y, \ 102 XClearArea (dpy, drawBuffer, x, y, \
105 (unsigned int)Width2Pixel (num), \ 103 (unsigned int)Width2Pixel (num), \
106 (unsigned int)Height2Pixel (1), False) 104 (unsigned int)Height2Pixel (1), False)
107 105
108#define ERASE_ROWS(row, num) \ 106#define ERASE_ROWS(row, num) \
109 XFillRectangle (display->display, drawBuffer, gc, \ 107 XFillRectangle (dpy, drawBuffer, gc, \
110 0, Row2Pixel (row), \ 108 0, Row2Pixel (row), \
111 (unsigned int)width, \ 109 (unsigned int)width, \
112 (unsigned int)Height2Pixel (num)) 110 (unsigned int)Height2Pixel (num))
113 111
114/* ------------------------------------------------------------------------- * 112/* ------------------------------------------------------------------------- *
115 * SCREEN `COMMON' ROUTINES * 113 * SCREEN `COMMON' ROUTINES *
116 * ------------------------------------------------------------------------- */ 114 * ------------------------------------------------------------------------- */
117 115
118/* Fill part/all of a line with blanks. */ 116/* Fill part/all of a line with blanks. */
119void 117void
120rxvt_term::scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const 118rxvt_term::scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW
121{ 119{
122 if (!l.t) 120 if (!l.t)
123 { 121 {
124 lalloc (l); 122 lalloc (l);
125 col = 0; 123 col = 0;
126 width = ncol; 124 width = ncol;
127 } 125 }
128 126
129 l.touch (); 127 l.touch ();
130 128
131 efs &= ~RS_baseattrMask; 129 efs &= ~RS_baseattrMask; // remove italic etc. fontstyles
132 efs = SET_FONT (efs, FONTSET (efs)->find_font (' ')); 130 efs = SET_FONT (efs, FONTSET (efs)->find_font (' '));
133 131
134 text_t *et = l.t + col; 132 text_t *et = l.t + col;
135 rend_t *er = l.r + col; 133 rend_t *er = l.r + col;
136 134
142} 140}
143 141
144/* ------------------------------------------------------------------------- */ 142/* ------------------------------------------------------------------------- */
145/* Fill a full line with blanks - make sure it is allocated first */ 143/* Fill a full line with blanks - make sure it is allocated first */
146void 144void
147rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs) const 145rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW
148{ 146{
149 scr_blank_line (l, 0, ncol, efs); 147 scr_blank_line (l, 0, ncol, efs);
150 148
151 l.l = 0; 149 l.l = 0;
152 l.f = 0; 150 l.f = 0;
161{ 159{
162#if ENABLE_OVERLAY 160#if ENABLE_OVERLAY
163 scr_overlay_off (); 161 scr_overlay_off ();
164#endif 162#endif
165 163
164 rvideo_mode = false;
166 view_start = 0; 165 view_start = 0;
167 num_scr = 0; 166 num_scr = 0;
168 167
169 if (ncol == 0) 168 if (ncol == 0)
170 ncol = 80; 169 ncol = 80;
173 nrow = 24; 172 nrow = 24;
174 173
175 if (ncol == prev_ncol && nrow == prev_nrow) 174 if (ncol == prev_ncol && nrow == prev_nrow)
176 return; 175 return;
177 176
177 if (current_screen != PRIMARY)
178 scr_swap_screen ();
179
178 // we need at least two lines for wrapping to work correctly 180 // we need at least two lines for wrapping to work correctly
179 if (nrow + saveLines < 2) 181 while (nrow + saveLines < 2)
180 { 182 {
181 //TODO//FIXME 183 //TODO//FIXME
182 saveLines++; 184 saveLines++;
183 prev_nrow--; 185 prev_nrow--;
184 top_row--; 186 top_row--;
195 if (!row_buf) 197 if (!row_buf)
196 { 198 {
197 /* 199 /*
198 * first time called so just malloc everything: don't rely on realloc 200 * first time called so just malloc everything: don't rely on realloc
199 */ 201 */
200 top_row = 0; /* no saved lines */ 202 top_row = 0;
201 term_start = 0; 203 term_start = 0;
202 204
203 talloc = new rxvt_salloc (ncol * sizeof (text_t)); 205 talloc = new rxvt_salloc (ncol * sizeof (text_t));
204 ralloc = new rxvt_salloc (ncol * sizeof (rend_t)); 206 ralloc = new rxvt_salloc (ncol * sizeof (rend_t));
205 207
234 selection.text = NULL; 236 selection.text = NULL;
235 selection.len = 0; 237 selection.len = 0;
236 selection.op = SELECTION_CLEAR; 238 selection.op = SELECTION_CLEAR;
237 selection.screen = PRIMARY; 239 selection.screen = PRIMARY;
238 selection.clicks = 0; 240 selection.clicks = 0;
239 rvideo = 0;
240 } 241 }
241 else 242 else
242 { 243 {
243 /* 244 /*
244 * add or delete rows as appropriate 245 * add or delete rows as appropriate
273 drawn_buf[row].clear (); scr_blank_screen_mem (drawn_buf[row], DEFAULT_RSTYLE); 274 drawn_buf[row].clear (); scr_blank_screen_mem (drawn_buf[row], DEFAULT_RSTYLE);
274 } 275 }
275 276
276 line_t *old_buf = row_buf; 277 line_t *old_buf = row_buf;
277 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t)); 278 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t));
278 279
279 int p = MOD (term_start + prev_nrow, prev_total_rows); // previous row 280 int p = MOD (term_start + prev_nrow, prev_total_rows); // previous row
280 int pend = MOD (term_start + top_row , prev_total_rows); 281 int pend = MOD (term_start + top_row , prev_total_rows);
281 int q = total_rows; // rewrapped row 282 int q = total_rows; // rewrapped row
282 283
283 if (top_row) 284 if (top_row)
284 { 285 {
285 // re-wrap lines, this is rather ugly, possibly because I am too dumb 286 // Re-wrap lines. This is rather ugly, possibly because I am too dumb
286 // to come up with a lean and mean algorithm. 287 // to come up with a lean and mean algorithm.
287 288
288 row_col_t ocur = screen.cur; 289 row_col_t ocur = screen.cur;
289 ocur.row = MOD (term_start + ocur.row, prev_total_rows); 290 ocur.row = MOD (term_start + ocur.row, prev_total_rows);
290 291
327 int qcol = 0; 328 int qcol = 0;
328 329
329 // see below for cursor adjustment rationale 330 // see below for cursor adjustment rationale
330 if (p == ocur.row) 331 if (p == ocur.row)
331 screen.cur.row = q - (total_rows - nrow); 332 screen.cur.row = q - (total_rows - nrow);
332 333
333 // fill a single destination line 334 // fill a single destination line
334 while (lofs < llen && qcol < ncol) 335 while (lofs < llen && qcol < ncol)
335 { 336 {
336 int prow = lofs / prev_ncol; 337 int prow = lofs / prev_ncol;
337 int pcol = lofs % prev_ncol; 338 int pcol = lofs % prev_ncol;
347 348
348 line_t &pline = old_buf [prow]; 349 line_t &pline = old_buf [prow];
349 350
350 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs); 351 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs);
351 352
352#if DEBUG_STRICT
353 assert (len);
354 assert (pline.t);
355#endif
356
357 memcpy (qline->t + qcol, pline.t + pcol, len * sizeof (text_t)); 353 memcpy (qline->t + qcol, pline.t + pcol, len * sizeof (text_t));
358 memcpy (qline->r + qcol, pline.r + pcol, len * sizeof (rend_t)); 354 memcpy (qline->r + qcol, pline.r + pcol, len * sizeof (rend_t));
359 355
360 lofs += len; 356 lofs += len;
361 qcol += len; 357 qcol += len;
368 } 364 }
369 while (p != pend && q > 0); 365 while (p != pend && q > 0);
370 366
371 term_start = total_rows - nrow; 367 term_start = total_rows - nrow;
372 top_row = q - term_start; 368 top_row = q - term_start;
373 369
374 // make sure all terminal lines exist 370 // make sure all terminal lines exist
375 while (top_row > 0) 371 while (top_row > 0)
376 scr_blank_screen_mem (ROW (--top_row), DEFAULT_RSTYLE); 372 scr_blank_screen_mem (ROW (--top_row), DEFAULT_RSTYLE);
377 } 373 }
378 else 374 else
379 { 375 {
380 // if no scrollback exists (yet), wing, instead of wrap 376 // if no scrollback exists (yet), wing, instead of wrap
381 377
382 for (int row = min (nrow, prev_nrow); row--; ) 378 for (int row = min (nrow, prev_nrow); row--; )
383 { 379 {
384 line_t &pline = old_buf [MOD (term_start + row, prev_total_rows)]; 380 line_t &pline = old_buf [MOD (term_start + row, prev_total_rows)];
385 line_t &qline = row_buf [row]; 381 line_t &qline = row_buf [row];
386 382
401 delete old_ra; 397 delete old_ra;
402 398
403 clamp_it (screen.cur.row, 0, nrow - 1); 399 clamp_it (screen.cur.row, 0, nrow - 1);
404 clamp_it (screen.cur.col, 0, ncol - 1); 400 clamp_it (screen.cur.col, 0, ncol - 1);
405 401
406 if (tabs)
407 free (tabs); 402 free (tabs);
408 } 403 }
409 404
410 CLEAR_ALL_SELECTION (); 405 CLEAR_ALL_SELECTION ();
411 406
412 prev_nrow = nrow; 407 prev_nrow = nrow;
413 prev_ncol = ncol; 408 prev_ncol = ncol;
414 409
415 tabs = (char *)rxvt_malloc (ncol * sizeof (char)); 410 tabs = (char *)rxvt_malloc (ncol);
416 411
417 for (int col = ncol; col--; ) 412 for (int col = ncol; --col; )
418 tabs [col] = col % TABSIZE == 0; 413 tabs [col] = col % TABSIZE == 0;
419 414
415 if (current_screen != PRIMARY)
416 scr_swap_screen ();
417
420 tt_winch (); 418 tt_winch ();
421 419
422 HOOK_INVOKE ((this, HOOK_RESET, DT_END)); 420 HOOK_INVOKE ((this, HOOK_RESET, DT_END));
423} 421}
424 422
425/* ------------------------------------------------------------------------- */ 423/* ------------------------------------------------------------------------- */
426/* 424/*
427 * Free everything. That way malloc debugging can find leakage. 425 * Free everything. That way malloc debugging can find leakage.
428 */ 426 */
429void 427void
430rxvt_term::scr_release () 428rxvt_term::scr_release () NOTHROW
431{ 429{
430 if (row_buf)
431 {
432 delete talloc; talloc = 0; 432 delete talloc; talloc = 0;
433 delete ralloc; ralloc = 0; 433 delete ralloc; ralloc = 0;
434 434
435 free (row_buf); 435 free (row_buf);
436 free (swap_buf); 436 free (swap_buf);
437 free (drawn_buf); 437 free (drawn_buf);
438 free (tabs); 438 free (tabs);
439 439
440 row_buf = 0; // signal that we freed all the arrays 440 row_buf = 0; // signal that we freed all the arrays
441 }
441} 442}
442 443
443/* ------------------------------------------------------------------------- */ 444/* ------------------------------------------------------------------------- */
444/* 445/*
445 * Hard reset 446 * Hard reset
462 * Save and Restore cursor 463 * Save and Restore cursor
463 * XTERM_SEQ: Save cursor : ESC 7 464 * XTERM_SEQ: Save cursor : ESC 7
464 * XTERM_SEQ: Restore cursor: ESC 8 465 * XTERM_SEQ: Restore cursor: ESC 8
465 */ 466 */
466void 467void
467rxvt_term::scr_cursor (int mode) 468rxvt_term::scr_cursor (cursor_mode mode) NOTHROW
468{ 469{
469 screen_t *s; 470 screen_t *s;
470 471
471#if NSCREENS && !defined(NO_SECONDARY_SCREEN_CURSOR) 472#if NSCREENS && !defined(NO_SECONDARY_SCREEN_CURSOR)
472 if (current_screen == SECONDARY) 473 if (current_screen == SECONDARY)
504 assert (s->cur.row >= 0); 505 assert (s->cur.row >= 0);
505 assert (s->cur.col >= 0); 506 assert (s->cur.col >= 0);
506#endif 507#endif
507} 508}
508 509
510void
511rxvt_term::scr_swap_screen ()
512{
513 if (!option (Opt_secondaryScreen))
514 return;
515
516 for (int i = prev_nrow; i--; )
517 ::swap (ROW(i), swap_buf [i]);
518
519 ::swap (screen.cur, swap.cur);
520
521 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1);
522 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1);
523}
524
509/* ------------------------------------------------------------------------- */ 525/* ------------------------------------------------------------------------- */
510/* 526/*
511 * Swap between primary and secondary screens 527 * Swap between primary and secondary screens
512 * XTERM_SEQ: Primary screen : ESC [ ? 4 7 h 528 * XTERM_SEQ: Primary screen : ESC [ ? 4 7 h
513 * XTERM_SEQ: Secondary screen: ESC [ ? 4 7 l 529 * XTERM_SEQ: Secondary screen: ESC [ ? 4 7 l
514 */ 530 */
515int 531void
516rxvt_term::scr_change_screen (int scrn) 532rxvt_term::scr_change_screen (int scrn)
517{ 533{
534 if (scrn == current_screen)
535 return;
536
518 want_refresh = 1; 537 want_refresh = 1;
519 view_start = 0; 538 view_start = 0;
520 539
521 if (current_screen == scrn)
522 return scrn;
523
524 selection_check (2); /* check for boundary cross */ 540 selection_check (2); /* check for boundary cross */
525 541
526 int i = current_screen; current_screen = scrn; scrn = i; 542 int i = current_screen; current_screen = scrn; scrn = i;
527 543
528 ::swap (screen.cur.row, swap.cur.row);
529 ::swap (screen.cur.col, swap.cur.col);
530
531 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1);
532 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1);
533
534#if NSCREENS 544#if NSCREENS
535 if (OPTION (Opt_secondaryScreen)) 545 if (option (Opt_secondaryScreen))
536 { 546 {
537 num_scr = 0; 547 num_scr = 0;
538 548
539 for (int i = prev_nrow; i--; ) 549 scr_swap_screen ();
540 ::swap (ROW(i), swap_buf [i]);
541 550
542 ::swap (screen.charset, swap.charset); 551 ::swap (screen.charset, swap.charset);
543 ::swap (screen.flags, swap.flags); 552 ::swap (screen.flags, swap.flags);
544 screen.flags |= Screen_VisibleCursor; 553 screen.flags |= Screen_VisibleCursor;
545 swap.flags |= Screen_VisibleCursor; 554 swap.flags |= Screen_VisibleCursor;
546 } 555 }
547 else 556 else
548#endif 557#endif
549 if (OPTION (Opt_secondaryScroll)) 558 if (option (Opt_secondaryScroll))
550 scr_scroll_text (0, prev_nrow - 1, prev_nrow); 559 scr_scroll_text (0, prev_nrow - 1, prev_nrow);
551
552 return scrn;
553} 560}
554 561
555// clear WrapNext indicator, solidifying position on next line 562// clear WrapNext indicator, solidifying position on next line
556void 563void
557rxvt_term::scr_do_wrap () 564rxvt_term::scr_do_wrap () NOTHROW
558{ 565{
559 if (!(screen.flags & Screen_WrapNext)) 566 if (!(screen.flags & Screen_WrapNext))
560 return; 567 return;
561 568
562 screen.flags &= ~Screen_WrapNext; 569 screen.flags &= ~Screen_WrapNext;
572/* ------------------------------------------------------------------------- */ 579/* ------------------------------------------------------------------------- */
573/* 580/*
574 * Change the colour for following text 581 * Change the colour for following text
575 */ 582 */
576void 583void
577rxvt_term::scr_color (unsigned int color, int fgbg) 584rxvt_term::scr_color (unsigned int color, int fgbg) NOTHROW
578{ 585{
579 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR)) 586 if (!IN_RANGE_INC (color, minCOLOR, maxTermCOLOR))
580 color = fgbg; 587 color = fgbg;
581 588
582 if (fgbg == Color_fg) 589 if (fgbg == Color_fg)
588/* ------------------------------------------------------------------------- */ 595/* ------------------------------------------------------------------------- */
589/* 596/*
590 * Change the rendition style for following text 597 * Change the rendition style for following text
591 */ 598 */
592void 599void
593rxvt_term::scr_rendition (int set, int style) 600rxvt_term::scr_rendition (int set, int style) NOTHROW
594 { 601{
595 if (set) 602 if (set)
596 rstyle |= style; 603 rstyle |= style;
597 else if (style == ~RS_None) 604 else if (style == ~RS_None)
598 rstyle = DEFAULT_RSTYLE; 605 rstyle = DEFAULT_RSTYLE;
599 else 606 else
600 rstyle &= ~style; 607 rstyle &= ~style;
601 } 608}
602 609
603/* ------------------------------------------------------------------------- */ 610/* ------------------------------------------------------------------------- */
604/* 611/*
605 * Scroll text between <row1> and <row2> inclusive, by <count> lines 612 * Scroll text between <row1> and <row2> inclusive, by <count> lines
606 * count positive ==> scroll up 613 * count positive ==> scroll up
607 * count negative ==> scroll down 614 * count negative ==> scroll down
608 */ 615 */
609int 616int
610rxvt_term::scr_scroll_text (int row1, int row2, int count) 617rxvt_term::scr_scroll_text (int row1, int row2, int count) NOTHROW
611{ 618{
612 if (count == 0 || (row1 > row2)) 619 if (count == 0 || (row1 > row2))
613 return 0; 620 return 0;
614 621
615 want_refresh = 1; 622 want_refresh = 1;
616 num_scr += count; 623 num_scr += count;
617 624
618 if (count > 0 625 if (count > 0
619 && row1 == 0 626 && row1 == 0
620 && (current_screen == PRIMARY || OPTION (Opt_secondaryScroll))) 627 && (current_screen == PRIMARY || option (Opt_secondaryScroll)))
621 { 628 {
622 top_row = max (top_row - count, -saveLines); 629 top_row = max (top_row - count, -saveLines);
623 630
624 // scroll everything up 'count' lines 631 // scroll everything up 'count' lines
625 term_start = (term_start + count) % total_rows; 632 term_start = (term_start + count) % total_rows;
632 } 639 }
633 640
634 // erase newly scrolled-in lines 641 // erase newly scrolled-in lines
635 for (int i = count; i--; ) 642 for (int i = count; i--; )
636 { 643 {
637 // basically this is a slightly optimized scr_blank_screen_mem
638 // it is worth the effort on slower machines
639 line_t &l = ROW(nrow - 1 - i); 644 line_t &l = ROW(nrow - 1 - i);
640 645
646 // optimize if already cleared, can be significant on slow machines
647 // could be rolled into scr_blank_screen_mem
648 if (l.r && l.l < ncol - 1 && !((l.r[l.l + 1] ^ rstyle) & (RS_fgMask | RS_bgMask)))
649 {
641 scr_blank_line (l, 0, l.l, rstyle); 650 scr_blank_line (l, 0, l.l, rstyle);
642
643 l.l = 0; 651 l.l = 0;
644 l.f = 0; 652 l.f = 0;
653 }
654 else
655 scr_blank_screen_mem (l, rstyle);
645 } 656 }
646 657
647 // now copy lines below the scroll region bottom to the 658 // now copy lines below the scroll region bottom to the
648 // bottom of the screen again, so they look as if they 659 // bottom of the screen again, so they look as if they
649 // hadn't moved. 660 // hadn't moved.
653 line_t &l2 = ROW(i); 664 line_t &l2 = ROW(i);
654 665
655 ::swap (l1, l2); 666 ::swap (l1, l2);
656 l2.touch (); 667 l2.touch ();
657 } 668 }
658 669
659 // move and/or clear selection, if any 670 // move and/or clear selection, if any
660 if (selection.op && current_screen == selection.screen) 671 if (selection.op && current_screen == selection.screen)
661 { 672 {
662 selection.beg.row -= count; 673 selection.beg.row -= count;
663 selection.end.row -= count; 674 selection.end.row -= count;
671 selection.op = SELECTION_CLEAR; 682 selection.op = SELECTION_CLEAR;
672 } 683 }
673 } 684 }
674 685
675 // finally move the view window, if desired 686 // finally move the view window, if desired
676 if (OPTION (Opt_scrollWithBuffer) 687 if (option (Opt_scrollWithBuffer)
677 && view_start != 0 688 && view_start != 0
678 && view_start != -saveLines) 689 && view_start != -saveLines)
679 scr_page (UP, count); 690 scr_page (UP, count);
680 691
681 if (SHOULD_INVOKE (HOOK_SCROLL_BACK)) 692 if (SHOULD_INVOKE (HOOK_SCROLL_BACK))
699 { 710 {
700 /* move selected region too */ 711 /* move selected region too */
701 selection.beg.row -= count; 712 selection.beg.row -= count;
702 selection.end.row -= count; 713 selection.end.row -= count;
703 selection.mark.row -= count; 714 selection.mark.row -= count;
704 715
705 selection_check (0); 716 selection_check (0);
706 } 717 }
707 } 718 }
708 719
709 // use a simple and robust scrolling algorithm, this 720 // use a simple and robust scrolling algorithm, this
733/* ------------------------------------------------------------------------- */ 744/* ------------------------------------------------------------------------- */
734/* 745/*
735 * Add text given in <str> of length <len> to screen struct 746 * Add text given in <str> of length <len> to screen struct
736 */ 747 */
737void 748void
738rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines) 749rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines) NOTHROW
739{ 750{
740 if (len <= 0) /* sanity */ 751 if (len <= 0) /* sanity */
741 return; 752 return;
742 753
743 unsigned char checksel; 754 unsigned char checksel;
749 ZERO_SCROLLBACK (); 760 ZERO_SCROLLBACK ();
750 761
751 if (minlines > 0) 762 if (minlines > 0)
752 { 763 {
753 minlines += screen.cur.row - screen.bscroll; 764 minlines += screen.cur.row - screen.bscroll;
765 min_it (minlines, screen.cur.row - top_row);
754 766
755 if (minlines > 0 767 if (minlines > 0
756 && screen.tscroll == 0 768 && screen.tscroll == 0
757 && screen.bscroll == nrow - 1) 769 && screen.bscroll == nrow - 1)
758 { 770 {
820 } 832 }
821 833
822 if (screen.flags & Screen_WrapNext) 834 if (screen.flags & Screen_WrapNext)
823 { 835 {
824 scr_do_wrap (); 836 scr_do_wrap ();
825 837
826 line->l = ncol; 838 line->l = ncol;
827 line->is_longer (1); 839 line->is_longer (1);
828 840
829 row = screen.cur.row; 841 row = screen.cur.row;
830 line = &ROW(row); /* _must_ refresh */ 842 line = &ROW(row); /* _must_ refresh */
832 844
833 // some utf-8 decoders "decode" surrogate characters: let's fix this. 845 // some utf-8 decoders "decode" surrogate characters: let's fix this.
834 if (IN_RANGE_INC (c, 0xd800, 0xdfff)) 846 if (IN_RANGE_INC (c, 0xd800, 0xdfff))
835 c = 0xfffd; 847 c = 0xfffd;
836 848
837 // rely on wcwidth to tell us the character width, at least for non-latin1 849 // rely on wcwidth to tell us the character width, do wcwidth before
838 // do wcwidth before further replacements, as wcwidth might return -1 850 // further replacements, as wcwidth might return -1 for the line
839 // for the line drawing characters below as they might be invalid in the current 851 // drawing characters below as they might be invalid in the current
840 // locale. 852 // locale.
841 int width = c < 0x100 ? 1 : wcwidth (c); 853 int width = WCWIDTH (c);
842 854
843 if (charsets [screen.charset] == '0') // DEC SPECIAL 855 if (charsets [screen.charset] == '0') // DEC SPECIAL
844 { 856 {
845 // vt100 special graphics and line drawing 857 // vt100 special graphics and line drawing
846 // 5f-7e standard vt100 858 // 5f-7e standard vt100
997/* 1009/*
998 * Process Backspace. Move back the cursor back a position, wrap if have to 1010 * Process Backspace. Move back the cursor back a position, wrap if have to
999 * XTERM_SEQ: CTRL-H 1011 * XTERM_SEQ: CTRL-H
1000 */ 1012 */
1001void 1013void
1002rxvt_term::scr_backspace () 1014rxvt_term::scr_backspace () NOTHROW
1003{ 1015{
1004 want_refresh = 1;
1005
1006 if (screen.cur.col == 0) 1016 if (screen.cur.col == 0)
1007 { 1017 {
1008 if (screen.cur.row > 0) 1018 if (screen.cur.row > 0)
1009 { 1019 {
1010#ifdef TERMCAP_HAS_BW 1020#ifdef TERMCAP_HAS_BW
1011 screen.cur.col = ncol - 1; 1021 screen.cur.col = ncol - 1;
1012 screen.cur.row--; 1022 screen.cur.row--;
1013 return; 1023 want_refresh = 1;
1014#endif 1024#endif
1015 } 1025 }
1016 } 1026 }
1017 else if (!(screen.flags & Screen_WrapNext)) 1027 else
1018 scr_gotorc (0, -1, RELATIVE); 1028 scr_gotorc (0, -1, RELATIVE);
1019
1020 screen.flags &= ~Screen_WrapNext;
1021} 1029}
1022 1030
1023/* ------------------------------------------------------------------------- */ 1031/* ------------------------------------------------------------------------- */
1024/* 1032/*
1025 * Process Horizontal Tab 1033 * Process Horizontal Tab
1026 * count: +ve = forward; -ve = backwards 1034 * count: +ve = forward; -ve = backwards
1027 * XTERM_SEQ: CTRL-I 1035 * XTERM_SEQ: CTRL-I
1028 */ 1036 */
1029void 1037void
1030rxvt_term::scr_tab (int count, bool ht) 1038rxvt_term::scr_tab (int count, bool ht) NOTHROW
1031{ 1039{
1032 int i, x; 1040 int i, x;
1033 1041
1034 want_refresh = 1; 1042 want_refresh = 1;
1035 i = x = screen.cur.col; 1043 i = x = screen.cur.col;
1048 x = i; 1056 x = i;
1049 1057
1050 if (!--count) 1058 if (!--count)
1051 break; 1059 break;
1052 } 1060 }
1053 else 1061 else
1054 ht &= l.t[i] == ' ' 1062 ht &= l.t[i] == ' '
1055 && RS_SAME (l.r[i], base_rend); 1063 && RS_SAME (l.r[i], base_rend);
1056 1064
1057 if (count) 1065 if (count)
1058 x = ncol - 1; 1066 x = ncol - 1;
1059 1067
1060 // store horizontal tab commands as characters inside the text 1068 // store horizontal tab commands as characters inside the text
1061 // buffer so they can be selected and pasted. 1069 // buffer so they can be selected and pasted.
1062 if (ht && OPTION (Opt_pastableTabs)) 1070 if (ht && option (Opt_pastableTabs))
1063 { 1071 {
1064 base_rend = SET_FONT (base_rend, 0); 1072 base_rend = SET_FONT (base_rend, 0);
1065 1073
1066 l.touch (x); 1074 l.touch (x);
1067 1075
1100 * Process DEC Back Index 1108 * Process DEC Back Index
1101 * XTERM_SEQ: ESC 6 1109 * XTERM_SEQ: ESC 6
1102 * Move cursor left in row. If we're at the left boundary, shift everything 1110 * Move cursor left in row. If we're at the left boundary, shift everything
1103 * in that row right. Clear left column. 1111 * in that row right. Clear left column.
1104 */ 1112 */
1105#if ENABLE_FRILLS 1113#if !ENABLE_MINIMAL
1106void 1114void
1107rxvt_term::scr_backindex () 1115rxvt_term::scr_backindex () NOTHROW
1108{ 1116{
1109 if (screen.cur.col > 0) 1117 if (screen.cur.col > 0)
1110 scr_gotorc (0, -1, R_RELATIVE | C_RELATIVE); 1118 scr_gotorc (0, -1, R_RELATIVE | C_RELATIVE);
1111 else 1119 else
1112 scr_insdel_chars (1, INSERT); 1120 scr_insdel_chars (1, INSERT);
1117 * Process DEC Forward Index 1125 * Process DEC Forward Index
1118 * XTERM_SEQ: ESC 9 1126 * XTERM_SEQ: ESC 9
1119 * Move cursor right in row. If we're at the right boundary, shift everything 1127 * Move cursor right in row. If we're at the right boundary, shift everything
1120 * in that row left. Clear right column. 1128 * in that row left. Clear right column.
1121 */ 1129 */
1122#if ENABLE_FRILLS 1130#if !ENABLE_MINIMAL
1123void 1131void
1124rxvt_term::scr_forwardindex () 1132rxvt_term::scr_forwardindex () NOTHROW
1125{ 1133{
1126 if (screen.cur.col < ncol - 1) 1134 if (screen.cur.col < ncol - 1)
1127 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE); 1135 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE);
1128 else 1136 else
1129 { 1137 {
1142/* ------------------------------------------------------------------------- */ 1150/* ------------------------------------------------------------------------- */
1143/* 1151/*
1144 * Goto Row/Column 1152 * Goto Row/Column
1145 */ 1153 */
1146void 1154void
1147rxvt_term::scr_gotorc (int row, int col, int relative) 1155rxvt_term::scr_gotorc (int row, int col, int relative) NOTHROW
1148{ 1156{
1149 want_refresh = 1; 1157 want_refresh = 1;
1150 ZERO_SCROLLBACK (); 1158 ZERO_SCROLLBACK ();
1151 1159
1152 screen.cur.col = relative & C_RELATIVE ? screen.cur.col + col : col; 1160 screen.cur.col = relative & C_RELATIVE ? screen.cur.col + col : col;
1174 } 1182 }
1175 } 1183 }
1176 else 1184 else
1177 { 1185 {
1178 if (screen.flags & Screen_Relative) 1186 if (screen.flags & Screen_Relative)
1187 {
1179 { /* relative origin mode */ 1188 /* relative origin mode */
1180 screen.cur.row = row + screen.tscroll; 1189 screen.cur.row = row + screen.tscroll;
1181 min_it (screen.cur.row, screen.bscroll); 1190 min_it (screen.cur.row, screen.bscroll);
1182 } 1191 }
1183 else 1192 else
1184 screen.cur.row = row; 1193 screen.cur.row = row;
1190/* ------------------------------------------------------------------------- */ 1199/* ------------------------------------------------------------------------- */
1191/* 1200/*
1192 * direction should be UP or DN 1201 * direction should be UP or DN
1193 */ 1202 */
1194void 1203void
1195rxvt_term::scr_index (enum page_dirn direction) 1204rxvt_term::scr_index (enum page_dirn direction) NOTHROW
1196{ 1205{
1197 int dirn; 1206 int dirn;
1198 1207
1199 want_refresh = 1; 1208 want_refresh = 1;
1200 ZERO_SCROLLBACK (); 1209 ZERO_SCROLLBACK ();
1219 * XTERM_SEQ: Clear line to right: ESC [ 0 K 1228 * XTERM_SEQ: Clear line to right: ESC [ 0 K
1220 * XTERM_SEQ: Clear line to left : ESC [ 1 K 1229 * XTERM_SEQ: Clear line to left : ESC [ 1 K
1221 * XTERM_SEQ: Clear whole line : ESC [ 2 K 1230 * XTERM_SEQ: Clear whole line : ESC [ 2 K
1222 */ 1231 */
1223void 1232void
1224rxvt_term::scr_erase_line (int mode) 1233rxvt_term::scr_erase_line (int mode) NOTHROW
1225{ 1234{
1226 unsigned int col, num; 1235 unsigned int col, num;
1227 1236
1228 want_refresh = 1; 1237 want_refresh = 1;
1229 ZERO_SCROLLBACK (); 1238 ZERO_SCROLLBACK ();
1273 * XTERM_SEQ: Clear screen after cursor : ESC [ 0 J 1282 * XTERM_SEQ: Clear screen after cursor : ESC [ 0 J
1274 * XTERM_SEQ: Clear screen before cursor: ESC [ 1 J 1283 * XTERM_SEQ: Clear screen before cursor: ESC [ 1 J
1275 * XTERM_SEQ: Clear whole screen : ESC [ 2 J 1284 * XTERM_SEQ: Clear whole screen : ESC [ 2 J
1276 */ 1285 */
1277void 1286void
1278rxvt_term::scr_erase_screen (int mode) 1287rxvt_term::scr_erase_screen (int mode) NOTHROW
1279{ 1288{
1280 int num; 1289 int num;
1281 int32_t row; 1290 int32_t row;
1282 rend_t ren; 1291 rend_t ren;
1283 XGCValues gcvalue; 1292 XGCValues gcvalue;
1328 } 1337 }
1329 else 1338 else
1330 { 1339 {
1331 ren = rstyle & (RS_fgMask | RS_bgMask); 1340 ren = rstyle & (RS_fgMask | RS_bgMask);
1332 gcvalue.foreground = pix_colors[bgcolor_of (rstyle)]; 1341 gcvalue.foreground = pix_colors[bgcolor_of (rstyle)];
1333 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1342 XChangeGC (dpy, gc, GCForeground, &gcvalue);
1334 ERASE_ROWS (row, num); 1343 ERASE_ROWS (row, num);
1335 gcvalue.foreground = pix_colors[Color_fg]; 1344 gcvalue.foreground = pix_colors[Color_fg];
1336 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1345 XChangeGC (dpy, gc, GCForeground, &gcvalue);
1337 } 1346 }
1338 1347
1339 for (; num--; row++) 1348 for (; num--; row++)
1340 { 1349 {
1341 scr_blank_screen_mem (ROW(row), rstyle); 1350 scr_blank_screen_mem (ROW(row), rstyle);
1342 scr_blank_line (drawn_buf [row], 0, ncol, ren); 1351 scr_blank_line (drawn_buf [row], 0, ncol, ren);
1343 } 1352 }
1344} 1353}
1345 1354
1346#if ENABLE_FRILLS 1355#if !ENABLE_MINIMAL
1347void 1356void
1348rxvt_term::scr_erase_savelines () 1357rxvt_term::scr_erase_savelines () NOTHROW
1349{ 1358{
1350 want_refresh = 1; 1359 want_refresh = 1;
1351 ZERO_SCROLLBACK (); 1360 ZERO_SCROLLBACK ();
1352 1361
1353 top_row = 0; 1362 top_row = 0;
1358/* 1367/*
1359 * Fill the screen with `E's 1368 * Fill the screen with `E's
1360 * XTERM_SEQ: Screen Alignment Test: ESC # 8 1369 * XTERM_SEQ: Screen Alignment Test: ESC # 8
1361 */ 1370 */
1362void 1371void
1363rxvt_term::scr_E () 1372rxvt_term::scr_E () NOTHROW
1364{ 1373{
1365 rend_t fs; 1374 rend_t fs;
1366 1375
1367 want_refresh = 1; 1376 want_refresh = 1;
1368 ZERO_SCROLLBACK (); 1377 ZERO_SCROLLBACK ();
1389/* ------------------------------------------------------------------------- */ 1398/* ------------------------------------------------------------------------- */
1390/* 1399/*
1391 * Insert/Delete <count> lines 1400 * Insert/Delete <count> lines
1392 */ 1401 */
1393void 1402void
1394rxvt_term::scr_insdel_lines (int count, int insdel) 1403rxvt_term::scr_insdel_lines (int count, int insdel) NOTHROW
1395{ 1404{
1396 int end; 1405 int end;
1397 1406
1398 ZERO_SCROLLBACK (); 1407 ZERO_SCROLLBACK ();
1399 1408
1419/* ------------------------------------------------------------------------- */ 1428/* ------------------------------------------------------------------------- */
1420/* 1429/*
1421 * Insert/Delete <count> characters from the current position 1430 * Insert/Delete <count> characters from the current position
1422 */ 1431 */
1423void 1432void
1424rxvt_term::scr_insdel_chars (int count, int insdel) 1433rxvt_term::scr_insdel_chars (int count, int insdel) NOTHROW
1425{ 1434{
1426 int col, row; 1435 int col, row;
1427 rend_t tr; 1436 rend_t tr;
1428 1437
1429 want_refresh = 1; 1438 want_refresh = 1;
1460 { 1469 {
1461 if (selection.end.row != screen.cur.row 1470 if (selection.end.row != screen.cur.row
1462 || (selection.end.col + count >= ncol)) 1471 || (selection.end.col + count >= ncol))
1463 CLEAR_SELECTION (); 1472 CLEAR_SELECTION ();
1464 else 1473 else
1474 {
1465 { /* shift selection */ 1475 /* shift selection */
1466 selection.beg.col += count; 1476 selection.beg.col += count;
1467 selection.mark.col += count; /* XXX: yes? */ 1477 selection.mark.col += count; /* XXX: yes? */
1468 selection.end.col += count; 1478 selection.end.col += count;
1469 } 1479 }
1470 } 1480 }
1517/* 1527/*
1518 * Set the scrolling region 1528 * Set the scrolling region
1519 * XTERM_SEQ: Set region <top> - <bot> inclusive: ESC [ <top> ; <bot> r 1529 * XTERM_SEQ: Set region <top> - <bot> inclusive: ESC [ <top> ; <bot> r
1520 */ 1530 */
1521void 1531void
1522rxvt_term::scr_scroll_region (int top, int bot) 1532rxvt_term::scr_scroll_region (int top, int bot) NOTHROW
1523{ 1533{
1524 max_it (top, 0); 1534 max_it (top, 0);
1525 min_it (bot, nrow - 1); 1535 min_it (bot, nrow - 1);
1526 1536
1527 if (top > bot) 1537 if (top > bot)
1537 * Make the cursor visible/invisible 1547 * Make the cursor visible/invisible
1538 * XTERM_SEQ: Make cursor visible : ESC [ ? 25 h 1548 * XTERM_SEQ: Make cursor visible : ESC [ ? 25 h
1539 * XTERM_SEQ: Make cursor invisible: ESC [ ? 25 l 1549 * XTERM_SEQ: Make cursor invisible: ESC [ ? 25 l
1540 */ 1550 */
1541void 1551void
1542rxvt_term::scr_cursor_visible (int mode) 1552rxvt_term::scr_cursor_visible (int mode) NOTHROW
1543{ 1553{
1544 want_refresh = 1; 1554 want_refresh = 1;
1545 1555
1546 if (mode) 1556 if (mode)
1547 screen.flags |= Screen_VisibleCursor; 1557 screen.flags |= Screen_VisibleCursor;
1554 * Set/unset automatic wrapping 1564 * Set/unset automatic wrapping
1555 * XTERM_SEQ: Set Wraparound : ESC [ ? 7 h 1565 * XTERM_SEQ: Set Wraparound : ESC [ ? 7 h
1556 * XTERM_SEQ: Unset Wraparound: ESC [ ? 7 l 1566 * XTERM_SEQ: Unset Wraparound: ESC [ ? 7 l
1557 */ 1567 */
1558void 1568void
1559rxvt_term::scr_autowrap (int mode) 1569rxvt_term::scr_autowrap (int mode) NOTHROW
1560{ 1570{
1561 if (mode) 1571 if (mode)
1562 screen.flags |= Screen_Autowrap; 1572 screen.flags |= Screen_Autowrap;
1563 else 1573 else
1564 screen.flags &= ~(Screen_Autowrap | Screen_WrapNext); 1574 screen.flags &= ~(Screen_Autowrap | Screen_WrapNext);
1573 * and the cursor cannot be moved outside. 1583 * and the cursor cannot be moved outside.
1574 * XTERM_SEQ: Set Absolute: ESC [ ? 6 h 1584 * XTERM_SEQ: Set Absolute: ESC [ ? 6 h
1575 * XTERM_SEQ: Set Relative: ESC [ ? 6 l 1585 * XTERM_SEQ: Set Relative: ESC [ ? 6 l
1576 */ 1586 */
1577void 1587void
1578rxvt_term::scr_relative_origin (int mode) 1588rxvt_term::scr_relative_origin (int mode) NOTHROW
1579{ 1589{
1580 if (mode) 1590 if (mode)
1581 screen.flags |= Screen_Relative; 1591 screen.flags |= Screen_Relative;
1582 else 1592 else
1583 screen.flags &= ~Screen_Relative; 1593 screen.flags &= ~Screen_Relative;
1590 * Set insert/replace mode 1600 * Set insert/replace mode
1591 * XTERM_SEQ: Set Insert mode : ESC [ ? 4 h 1601 * XTERM_SEQ: Set Insert mode : ESC [ ? 4 h
1592 * XTERM_SEQ: Set Replace mode: ESC [ ? 4 l 1602 * XTERM_SEQ: Set Replace mode: ESC [ ? 4 l
1593 */ 1603 */
1594void 1604void
1595rxvt_term::scr_insert_mode (int mode) 1605rxvt_term::scr_insert_mode (int mode) NOTHROW
1596{ 1606{
1597 if (mode) 1607 if (mode)
1598 screen.flags |= Screen_Insert; 1608 screen.flags |= Screen_Insert;
1599 else 1609 else
1600 screen.flags &= ~Screen_Insert; 1610 screen.flags &= ~Screen_Insert;
1606 * XTERM_SEQ: Set tab at current column : ESC H 1616 * XTERM_SEQ: Set tab at current column : ESC H
1607 * XTERM_SEQ: Clear tab at current column: ESC [ 0 g 1617 * XTERM_SEQ: Clear tab at current column: ESC [ 0 g
1608 * XTERM_SEQ: Clear all tabs : ESC [ 3 g 1618 * XTERM_SEQ: Clear all tabs : ESC [ 3 g
1609 */ 1619 */
1610void 1620void
1611rxvt_term::scr_set_tab (int mode) 1621rxvt_term::scr_set_tab (int mode) NOTHROW
1612{ 1622{
1613 if (mode < 0) 1623 if (mode < 0)
1614 memset (tabs, 0, ncol * sizeof (char)); 1624 memset (tabs, 0, ncol);
1615 else if (screen.cur.col < ncol) 1625 else if (screen.cur.col < ncol)
1616 tabs [screen.cur.col] = !!mode; 1626 tabs [screen.cur.col] = !!mode;
1617} 1627}
1618 1628
1619/* ------------------------------------------------------------------------- */ 1629/* ------------------------------------------------------------------------- */
1621 * Set reverse/normal video 1631 * Set reverse/normal video
1622 * XTERM_SEQ: Reverse video: ESC [ ? 5 h 1632 * XTERM_SEQ: Reverse video: ESC [ ? 5 h
1623 * XTERM_SEQ: Normal video : ESC [ ? 5 l 1633 * XTERM_SEQ: Normal video : ESC [ ? 5 l
1624 */ 1634 */
1625void 1635void
1626rxvt_term::scr_rvideo_mode (int mode) 1636rxvt_term::scr_rvideo_mode (bool on) NOTHROW
1627{ 1637{
1628 XGCValues gcvalue; 1638 rvideo_mode = on;
1629 1639
1640#ifndef NO_BELL
1641 on ^= rvideo_bell;
1642#endif
1643
1630 if (rvideo != mode) 1644 if (rvideo_state != on)
1631 { 1645 {
1632 rvideo = mode; 1646 rvideo_state = on;
1647
1633 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]); 1648 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]);
1634#if XPM_BACKGROUND 1649#ifdef HAVE_BG_PIXMAP
1635 if (bgPixmap.pixmap == None) 1650 if (bgPixmap.pixmap == None)
1636#endif 1651#endif
1637#if TRANSPARENT 1652 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
1638 if (! OPTION (Opt_transparent) || am_transparent == 0)
1639#endif
1640 XSetWindowBackground (display->display, vt,
1641 pix_colors[Color_bg]);
1642 1653
1654 XGCValues gcvalue;
1643 gcvalue.foreground = pix_colors[Color_fg]; 1655 gcvalue.foreground = pix_colors[Color_fg];
1644 gcvalue.background = pix_colors[Color_bg]; 1656 gcvalue.background = pix_colors[Color_bg];
1645 XChangeGC (display->display, gc, GCBackground | GCForeground, 1657 XChangeGC (dpy, gc, GCBackground | GCForeground, &gcvalue);
1646 &gcvalue); 1658
1647 scr_clear (); 1659 scr_clear ();
1648 scr_touch (true); 1660 scr_touch (true);
1649 } 1661 }
1650} 1662}
1651 1663
1653/* 1665/*
1654 * Report current cursor position 1666 * Report current cursor position
1655 * XTERM_SEQ: Report position: ESC [ 6 n 1667 * XTERM_SEQ: Report position: ESC [ 6 n
1656 */ 1668 */
1657void 1669void
1658rxvt_term::scr_report_position () 1670rxvt_term::scr_report_position () NOTHROW
1659{ 1671{
1660 tt_printf ("\033[%d;%dR", screen.cur.row + 1, screen.cur.col + 1); 1672 tt_printf ("\033[%d;%dR", screen.cur.row + 1, screen.cur.col + 1);
1661} 1673}
1662 1674
1663/* ------------------------------------------------------------------------- * 1675/* ------------------------------------------------------------------------- *
1666 1678
1667/* 1679/*
1668 * Set font style 1680 * Set font style
1669 */ 1681 */
1670void 1682void
1671rxvt_term::set_font_style () 1683rxvt_term::set_font_style () NOTHROW
1672{ 1684{
1673#if 0 1685#if 0
1674 switch (charsets [screen.charset]) 1686 switch (charsets [screen.charset])
1675 { 1687 {
1676 case '0': /* DEC Special Character & Line Drawing Set */ 1688 case '0': /* DEC Special Character & Line Drawing Set */
1698 * XTERM_SEQ: Invoke G1 character set: CTRL-N 1710 * XTERM_SEQ: Invoke G1 character set: CTRL-N
1699 * XTERM_SEQ: Invoke G2 character set: ESC N 1711 * XTERM_SEQ: Invoke G2 character set: ESC N
1700 * XTERM_SEQ: Invoke G3 character set: ESC O 1712 * XTERM_SEQ: Invoke G3 character set: ESC O
1701 */ 1713 */
1702void 1714void
1703rxvt_term::scr_charset_choose (int set) 1715rxvt_term::scr_charset_choose (int set) NOTHROW
1704{ 1716{
1705 screen.charset = set; 1717 screen.charset = set;
1706 set_font_style (); 1718 set_font_style ();
1707} 1719}
1708 1720
1714 * XTERM_SEQ: Set G2 character set: ESC * <C> 1726 * XTERM_SEQ: Set G2 character set: ESC * <C>
1715 * XTERM_SEQ: Set G3 character set: ESC + <C> 1727 * XTERM_SEQ: Set G3 character set: ESC + <C>
1716 * See set_font_style for possible values for <C> 1728 * See set_font_style for possible values for <C>
1717 */ 1729 */
1718void 1730void
1719rxvt_term::scr_charset_set (int set, unsigned int ch) 1731rxvt_term::scr_charset_set (int set, unsigned int ch) NOTHROW
1720{ 1732{
1721 charsets[set] = (unsigned char)ch; 1733 charsets[set] = (unsigned char)ch;
1722 set_font_style (); 1734 set_font_style ();
1723} 1735}
1724 1736
1729 1741
1730/* 1742/*
1731 * refresh matching text. 1743 * refresh matching text.
1732 */ 1744 */
1733bool 1745bool
1734rxvt_term::scr_refresh_rend (rend_t mask, rend_t value) 1746rxvt_term::scr_refresh_rend (rend_t mask, rend_t value) NOTHROW
1735{ 1747{
1736 bool found = false; 1748 bool found = false;
1737 1749
1738 for (int i = 0; i < nrow; i++) 1750 for (int i = 0; i < nrow; i++)
1739 { 1751 {
1740 int col = 0;
1741 rend_t *drp = drawn_buf[i].r; 1752 rend_t *drp = drawn_buf[i].r;
1742 1753
1743 for (; col < ncol; col++, drp++) 1754 for (int col = 0; col < ncol; col++, drp++)
1744 if ((*drp & mask) == value) 1755 if ((*drp & mask) == value)
1745 { 1756 {
1746 found = true; 1757 found = true;
1747 *drp = ~value; 1758 *drp = ~value;
1748 } 1759 }
1759 PART_END, 1770 PART_END,
1760 RC_COUNT 1771 RC_COUNT
1761}; 1772};
1762 1773
1763void 1774void
1764rxvt_term::scr_expose (int x, int y, int ewidth, int eheight, bool refresh) 1775rxvt_term::scr_expose (int x, int y, int ewidth, int eheight, bool refresh) NOTHROW
1765{ 1776{
1766 int i; 1777 int i;
1767 row_col_t rc[RC_COUNT]; 1778 row_col_t rc[RC_COUNT];
1768 1779
1769 if (!drawn_buf) /* sanity check */ 1780 if (!drawn_buf) /* sanity check */
1788 for (i = PART_BEG; i < RC_COUNT; i++) 1799 for (i = PART_BEG; i < RC_COUNT; i++)
1789 { 1800 {
1790 min_it (rc[i].col, ncol - 1); 1801 min_it (rc[i].col, ncol - 1);
1791 min_it (rc[i].row, nrow - 1); 1802 min_it (rc[i].row, nrow - 1);
1792 } 1803 }
1793 1804// TODO: this line somehow causes segfault if scr_expose() is called just after resize
1794 for (i = rc[PART_BEG].row; i <= rc[PART_END].row; i++) 1805 for (i = rc[PART_BEG].row; i <= rc[PART_END].row; i++)
1795 fill_text (&drawn_buf[i].t[rc[PART_BEG].col], 0, rc[PART_END].col - rc[PART_BEG].col + 1); 1806 fill_text (&drawn_buf[i].t[rc[PART_BEG].col], 0, rc[PART_END].col - rc[PART_BEG].col + 1);
1796 1807
1797 num_scr_allow = 0; 1808 num_scr_allow = 0;
1798 1809
1803/* ------------------------------------------------------------------------- */ 1814/* ------------------------------------------------------------------------- */
1804/* 1815/*
1805 * Refresh the entire screen 1816 * Refresh the entire screen
1806 */ 1817 */
1807void 1818void
1808rxvt_term::scr_touch (bool refresh) 1819rxvt_term::scr_touch (bool refresh) NOTHROW
1809{ 1820{
1810 scr_expose (0, 0, width, height, refresh); 1821 scr_expose (0, 0, width, height, refresh);
1811} 1822}
1812 1823
1813/* ------------------------------------------------------------------------- */ 1824/* ------------------------------------------------------------------------- */
1814/* 1825/*
1815 * Move the display so that the line represented by scrollbar value Y is at 1826 * Move the display so that the line represented by scrollbar value Y is at
1816 * the top of the screen 1827 * the top of the screen
1817 */ 1828 */
1818void 1829void
1819rxvt_term::scr_move_to (int y, int len) 1830rxvt_term::scr_move_to (int y, int len) NOTHROW
1820{ 1831{
1821 scr_changeview ((top_row - nrow) * (len - y) / len + (nrow - 1)); 1832 scr_changeview ((top_row - nrow) * (len - y) / len + (nrow - 1));
1822} 1833}
1823 1834
1824/* ------------------------------------------------------------------------- */ 1835/* ------------------------------------------------------------------------- */
1825/* 1836/*
1826 * Page the screen up/down nlines 1837 * Page the screen up/down nlines
1827 * direction should be UP or DN 1838 * direction should be UP or DN
1828 */ 1839 */
1829bool 1840bool
1830rxvt_term::scr_page (enum page_dirn direction, int nlines) 1841rxvt_term::scr_page (enum page_dirn direction, int nlines) NOTHROW
1831{ 1842{
1832 int new_view_start = 1843 int new_view_start =
1833 direction == UP ? view_start - nlines 1844 direction == UP ? view_start - nlines
1834 : view_start + nlines; 1845 : view_start + nlines;
1835 1846
1836 return scr_changeview (new_view_start); 1847 return scr_changeview (new_view_start);
1837} 1848}
1838 1849
1839bool 1850bool
1840rxvt_term::scr_changeview (int new_view_start) 1851rxvt_term::scr_changeview (int new_view_start) NOTHROW
1841{ 1852{
1842 clamp_it (new_view_start, top_row, 0); 1853 clamp_it (new_view_start, top_row, 0);
1843 1854
1844 if (new_view_start == view_start) 1855 if (new_view_start == view_start)
1845 return false; 1856 return false;
1851 HOOK_INVOKE ((this, HOOK_VIEW_CHANGE, DT_INT, view_start, DT_END)); 1862 HOOK_INVOKE ((this, HOOK_VIEW_CHANGE, DT_INT, view_start, DT_END));
1852 1863
1853 return true; 1864 return true;
1854} 1865}
1855 1866
1856/* ------------------------------------------------------------------------- */ 1867#ifndef NO_BELL
1857void 1868void
1869rxvt_term::bell_cb (ev::timer &w, int revents)
1870{
1871 rvideo_bell = false;
1872 scr_rvideo_mode (rvideo_mode);
1873 refresh_check ();
1874}
1875#endif
1876
1877/* ------------------------------------------------------------------------- */
1878void
1858rxvt_term::scr_bell () 1879rxvt_term::scr_bell () NOTHROW
1859{ 1880{
1860#ifndef NO_BELL 1881#ifndef NO_BELL
1861 1882
1862# ifndef NO_MAPALERT 1883# ifndef NO_MAPALERT
1863# ifdef MAPALERT_OPTION 1884# ifdef MAPALERT_OPTION
1864 if (OPTION (Opt_mapAlert)) 1885 if (option (Opt_mapAlert))
1865# endif 1886# endif
1866 XMapWindow (display->display, parent[0]); 1887 XMapWindow (dpy, parent[0]);
1867# endif 1888# endif
1868 1889
1869 if (OPTION (Opt_visualBell)) 1890# if ENABLE_FRILLS
1891 if (option (Opt_urgentOnBell))
1892 {
1893 if (XWMHints *h = XGetWMHints(dpy, parent[0]))
1894 {
1895 h->flags |= XUrgencyHint;
1896 XSetWMHints (dpy, parent[0], h);
1897 }
1870 { 1898 }
1871 scr_rvideo_mode (!rvideo); /* refresh also done */ 1899# endif
1900
1901 if (option (Opt_visualBell))
1902 {
1903 rvideo_bell = true;
1904 scr_rvideo_mode (rvideo_mode);
1872 display->flush (); 1905 flush ();
1906
1873 rxvt_usleep (VISUAL_BELL_DURATION); 1907 bell_ev.start (VISUAL_BELL_DURATION);
1874 scr_rvideo_mode (!rvideo); /* refresh also done */
1875 } 1908 }
1876 else 1909 else
1877 XBell (display->display, 0); 1910 XBell (dpy, 0);
1878
1879#endif 1911#endif
1880} 1912}
1881 1913
1882/* ------------------------------------------------------------------------- */ 1914/* ------------------------------------------------------------------------- */
1883/* ARGSUSED */ 1915/* ARGSUSED */
1884void 1916void
1885rxvt_term::scr_printscreen (int fullhist) 1917rxvt_term::scr_printscreen (int fullhist) NOTHROW
1886{ 1918{
1887#ifdef PRINTPIPE 1919#ifdef PRINTPIPE
1888 int nrows, row_start; 1920 int nrows, row_start;
1889 FILE *fd; 1921 FILE *fd;
1890 1922
1939 * Refresh the screen 1971 * Refresh the screen
1940 * drawn_text/drawn_rend contain the screen information before the update. 1972 * drawn_text/drawn_rend contain the screen information before the update.
1941 * screen.text/screen.rend contain what the screen will change to. 1973 * screen.text/screen.rend contain what the screen will change to.
1942 */ 1974 */
1943void 1975void
1944rxvt_term::scr_refresh () 1976rxvt_term::scr_refresh () NOTHROW
1945{ 1977{
1946 unsigned char must_clear, /* use draw_string not draw_image_string */ 1978 unsigned char have_bg,
1947 showcursor; /* show the cursor */ 1979 showcursor; /* show the cursor */
1948 int16_t col, row, /* column/row we're processing */ 1980 int16_t col, row, /* column/row we're processing */
1949 ocrow; /* old cursor row */ 1981 ocrow; /* old cursor row */
1950 int i; /* tmp */ 1982 int i; /* tmp */
1951#ifndef NO_CURSORCOLOR 1983#ifndef NO_CURSORCOLOR
1952 rend_t cc1; /* store colours at cursor position (s) */ 1984 rend_t cc1; /* store colours at cursor position (s) */
1953#endif 1985#endif
1954 rend_t *crp; // cursor rendition pointer 1986 rend_t *crp; // cursor rendition pointer
1987 rend_t ccol1, /* Cursor colour */
1988 ccol2; /* Cursor colour2 */
1955 1989
1956 want_refresh = 0; /* screen is current */ 1990 want_refresh = 0; /* screen is current */
1957 1991
1958 if (refresh_type == NO_REFRESH || !mapped) 1992 if (refresh_type == NO_REFRESH || !mapped)
1959 return; 1993 return;
1960 1994
1961 /* 1995 /*
1962 * A: set up vars 1996 * A: set up vars
1963 */ 1997 */
1964 must_clear = 0; 1998 have_bg = 0;
1965 refresh_count = 0; 1999 refresh_count = 0;
1966 2000
1967#if XPM_BACKGROUND 2001#ifdef HAVE_BG_PIXMAP
1968 must_clear |= bgPixmap.pixmap != None; 2002 have_bg |= bgPixmap.pixmap != None;
1969#endif
1970#if TRANSPARENT
1971 must_clear |= OPTION (Opt_transparent) && am_transparent;
1972#endif 2003#endif
1973 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 2004 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
1974 2005
1975 /* 2006 /*
1976 * B: reverse any characters which are selected 2007 * B: reverse any characters which are selected
1980 /* 2011 /*
1981 * C: set the cursor character (s) 2012 * C: set the cursor character (s)
1982 */ 2013 */
1983 { 2014 {
1984 unsigned char setoldcursor; 2015 unsigned char setoldcursor;
1985 rend_t ccol1, /* Cursor colour */
1986 ccol2; /* Cursor colour2 */
1987 2016
1988 showcursor = (screen.flags & Screen_VisibleCursor); 2017 showcursor = (screen.flags & Screen_VisibleCursor);
1989#ifdef CURSOR_BLINK 2018#ifdef CURSOR_BLINK
1990 if (hidden_cursor) 2019 if (hidden_cursor)
1991 showcursor = 0; 2020 showcursor = 0;
1998 while (col && ROW(screen.cur.row).t[col] == NOCHAR) 2027 while (col && ROW(screen.cur.row).t[col] == NOCHAR)
1999 col--; 2028 col--;
2000 2029
2001 crp = &ROW(screen.cur.row).r[col]; 2030 crp = &ROW(screen.cur.row).r[col];
2002 2031
2032#ifndef NO_CURSORCOLOR
2033 cc1 = *crp & (RS_fgMask | RS_bgMask);
2034 if (ISSET_PIXCOLOR (Color_cursor))
2035 ccol1 = Color_cursor;
2036 else
2037#endif
2038#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2039 ccol1 = fgcolor_of (rstyle);
2040#else
2041 ccol1 = Color_fg;
2042#endif
2043
2044#ifndef NO_CURSORCOLOR
2045 if (ISSET_PIXCOLOR (Color_cursor2))
2046 ccol2 = Color_cursor2;
2047 else
2048#endif
2049#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2050 ccol2 = bgcolor_of (rstyle);
2051#else
2052 ccol2 = Color_bg;
2053#endif
2054
2003 if (showcursor && focus) 2055 if (showcursor && focus)
2004 { 2056 {
2005 if (OPTION (Opt_cursorUnderline)) 2057 if (option (Opt_cursorUnderline))
2006 *crp ^= RS_Uline; 2058 *crp ^= RS_Uline;
2007 else 2059 else
2008 { 2060 {
2009 *crp ^= RS_RVid; 2061 *crp ^= RS_RVid;
2010
2011#ifndef NO_CURSORCOLOR
2012 cc1 = *crp & (RS_fgMask | RS_bgMask);
2013 if (ISSET_PIXCOLOR (Color_cursor))
2014 ccol1 = Color_cursor;
2015 else
2016#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2017 ccol1 = fgcolor_of (rstyle);
2018#else
2019 ccol1 = Color_fg;
2020#endif
2021 if (ISSET_PIXCOLOR (Color_cursor2))
2022 ccol2 = Color_cursor2;
2023 else
2024#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2025 ccol2 = bgcolor_of (rstyle);
2026#else
2027 ccol2 = Color_bg;
2028#endif
2029 *crp = SET_FGCOLOR (*crp, ccol1); 2062 *crp = SET_FGCOLOR (*crp, ccol1);
2030 *crp = SET_BGCOLOR (*crp, ccol2); 2063 *crp = SET_BGCOLOR (*crp, ccol2);
2031#endif
2032 } 2064 }
2033 } 2065 }
2034 } 2066 }
2035 2067
2036 /* make sure no outline cursor is left around */ 2068 /* make sure no outline cursor is left around */
2075 * D: CopyArea pass - very useful for slower links 2107 * D: CopyArea pass - very useful for slower links
2076 * This has been deliberately kept simple. 2108 * This has been deliberately kept simple.
2077 */ 2109 */
2078 if (!display->is_local 2110 if (!display->is_local
2079 && refresh_type == FAST_REFRESH && num_scr_allow && num_scr 2111 && refresh_type == FAST_REFRESH && num_scr_allow && num_scr
2080 && abs (num_scr) < nrow && !must_clear) 2112 && abs (num_scr) < nrow && !have_bg)
2081 { 2113 {
2082 int16_t nits; 2114 int16_t nits;
2115 int i = num_scr;
2083 int j; 2116 int j;
2084 int len, wlen; 2117 int len, wlen;
2085 dLocal (int, num_scr); 2118 dLocal (int, num_scr);
2086 2119
2087 j = nrow; 2120 j = nrow;
2088 wlen = len = -1; 2121 wlen = len = -1;
2089 row = i > 0 ? 0 : j - 1; 2122 row = i > 0 ? 0 : j - 1;
2123
2090 for (; j-- >= 0; row += (i > 0 ? 1 : -1)) 2124 for (; j-- >= 0; row += (i > 0 ? 1 : -1))
2091 { 2125 {
2092 if (row + i >= 0 && row + i < nrow && row + i != ocrow) 2126 if (row + i >= 0 && row + i < nrow && row + i != ocrow)
2093 { 2127 {
2094 line_t s = ROW(view_start + row); 2128 line_t s = ROW(view_start + row);
2115 wlen = row; 2149 wlen = row;
2116 continue; 2150 continue;
2117 } 2151 }
2118 } 2152 }
2119 2153
2120 if (len != -1) 2154 if (len >= 0)
2121 { 2155 {
2122 /* also comes here at end if needed because of >= above */ 2156 /* also comes here at end if needed because of >= above */
2123 if (wlen < len) 2157 if (wlen < len)
2124 ::swap (wlen, len); 2158 ::swap (wlen, len);
2125 2159
2160 XGCValues gcv;
2161
2162 gcv.graphics_exposures = 1; XChangeGC (dpy, gc, GCGraphicsExposures, &gcv);
2126 XCopyArea (display->display, vt, vt, 2163 XCopyArea (dpy, vt, vt,
2127 gc, 0, Row2Pixel (len + i), 2164 gc, 0, Row2Pixel (len + i),
2128 (unsigned int)this->width, 2165 (unsigned int)this->width,
2129 (unsigned int)Height2Pixel (wlen - len + 1), 2166 (unsigned int)Height2Pixel (wlen - len + 1),
2130 0, Row2Pixel (len)); 2167 0, Row2Pixel (len));
2168 gcv.graphics_exposures = 0; XChangeGC (dpy, gc, GCGraphicsExposures, &gcv);
2169
2131 len = -1; 2170 len = -1;
2132 } 2171 }
2133 } 2172 }
2134 } 2173 }
2135#endif 2174#endif
2191 count++; 2230 count++;
2192 2231
2193 if (stp[col] != dtp[col] 2232 if (stp[col] != dtp[col]
2194 || !RS_SAME (srp[col], drp[col])) 2233 || !RS_SAME (srp[col], drp[col]))
2195 { 2234 {
2196 if (must_clear && (i++ > count / 2)) 2235 if (have_bg && (i++ > count / 2))
2197 break; 2236 break;
2198 2237
2199 dtp[col] = stp[col]; 2238 dtp[col] = stp[col];
2200 drp[col] = rend; 2239 drp[col] = rend;
2201 i = 0; 2240 i = 0;
2202 } 2241 }
2203 else if (must_clear || (stp[col] != ' ' && ++i >= 16)) 2242 else if (have_bg || (stp[col] != ' ' && ++i >= 16))
2204 break; 2243 break;
2205 } 2244 }
2206 2245
2207 col--; /* went one too far. move back */ 2246 col--; /* went one too far. move back */
2208 count -= i; /* dump any matching trailing chars */ 2247 count -= i; /* dump any matching trailing chars */
2218 int back = bgcolor_of (rend); // desired background 2257 int back = bgcolor_of (rend); // desired background
2219 2258
2220 // only do special processing if any attributes are set, which is unlikely 2259 // only do special processing if any attributes are set, which is unlikely
2221 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful)) 2260 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful))
2222 { 2261 {
2223#if ENABLE_STYLES
2224 // force redraw after "careful" characters to avoid pixel droppings
2225 if (srp[col] & RS_Careful && col < ncol - 1 && 0)
2226 drp[col + 1] = ~srp[col + 1];
2227
2228 // include previous careful character(s) if possible, looks nicer (best effort...)
2229 while (text > stp
2230 && srp[text - stp - 1] & RS_Careful
2231 && RS_SAME (rend, srp[text - stp - 1]))
2232 text--, count++, xpixel -= fwidth;
2233#endif
2234
2235 bool invert = rend & RS_RVid; 2262 bool invert = rend & RS_RVid;
2236 2263
2237#ifndef NO_BOLD_UNDERLINE_REVERSE 2264#ifndef NO_BOLD_UNDERLINE_REVERSE
2238 if (rend & RS_Bold
2239 && fore == Color_fg) 2265 if (rend & RS_Bold && fore == Color_fg)
2240 { 2266 {
2241 if (ISSET_PIXCOLOR (Color_BD)) 2267 if (ISSET_PIXCOLOR (Color_BD))
2242 fore = Color_BD; 2268 fore = Color_BD;
2243# if !ENABLE_STYLES 2269# if !ENABLE_STYLES
2244 else 2270 else
2245 invert = !invert; 2271 invert = !invert;
2246# endif 2272# endif
2247 } 2273 }
2248 2274
2249 if (rend & RS_Italic 2275 if (rend & RS_Italic && fore == Color_fg)
2250 && fore == Color_fg)
2251 { 2276 {
2252 if (ISSET_PIXCOLOR (Color_IT)) 2277 if (ISSET_PIXCOLOR (Color_IT))
2253 fore = Color_IT; 2278 fore = Color_IT;
2254# if !ENABLE_STYLES 2279# if !ENABLE_STYLES
2255 else 2280 else
2256 invert = !invert; 2281 invert = !invert;
2257# endif 2282# endif
2258 } 2283 }
2259 2284
2260 if (rend & RS_Uline && ISSET_PIXCOLOR (Color_UL)) 2285 if (rend & RS_Uline && fore == Color_fg && ISSET_PIXCOLOR (Color_UL))
2261 fore = Color_UL; 2286 fore = Color_UL;
2262#endif 2287#endif
2263 2288
2264 if (invert) 2289 if (invert)
2265 { 2290 {
2291#ifdef OPTION_HC
2292 if ((showcursor && row == screen.cur.row && text - stp == screen.cur.col)
2293 || !ISSET_PIXCOLOR (Color_HC))
2294#endif
2295 /* invert the column if no highlightColor is set or it is the
2296 * current cursor column */
2266 ::swap (fore, back); 2297 ::swap (fore, back);
2298#ifdef OPTION_HC
2299 else if (ISSET_PIXCOLOR (Color_HC))
2300 back = Color_HC;
2301#endif
2267 2302
2268#ifndef NO_BOLD_UNDERLINE_REVERSE 2303#ifndef NO_BOLD_UNDERLINE_REVERSE
2304# ifndef OPTION_HC
2269 if (ISSET_PIXCOLOR (Color_RV)) 2305 if (ISSET_PIXCOLOR (Color_RV))
2270 back = Color_RV; 2306 back = Color_RV;
2271 2307# endif
2272 if (fore == back) 2308 if (fore == back)
2273 { 2309 {
2274 fore = Color_bg; 2310 fore = Color_bg;
2275 back = Color_fg; 2311 back = Color_fg;
2276 } 2312 }
2278 } 2314 }
2279 2315
2280#ifdef TEXT_BLINK 2316#ifdef TEXT_BLINK
2281 if (rend & RS_Blink && (back == Color_bg || fore == Color_bg)) 2317 if (rend & RS_Blink && (back == Color_bg || fore == Color_bg))
2282 { 2318 {
2283 if (!text_blink_ev.active) 2319 if (!text_blink_ev.is_active ())
2284 { 2320 {
2285 text_blink_ev.start (NOW + TEXT_BLINK_INTERVAL); 2321 text_blink_ev.again ();
2286 hidden_text = 0; 2322 hidden_text = 0;
2287 } 2323 }
2288 else if (hidden_text) 2324 else if (hidden_text)
2289 fore = back; 2325 fore = back;
2290 } 2326 }
2291#endif 2327#endif
2328
2329#if ENABLE_STYLES
2330 // "careful" (too wide) character handling
2331
2332 // include previous careful character(s) if possible, looks nicer (best effort...)
2333 while (text > stp
2334 && srp[text - stp - 1] & RS_Careful
2335 && RS_SAME (rend, srp[text - stp - 1]))
2336 text--, count++, xpixel -= fwidth;
2337
2338 // force redraw after "careful" characters to avoid pixel droppings
2339 for (int i = 0; srp[col + i] & RS_Careful && col + i < ncol - 1; i++)
2340 drp[col + i + 1] = srp[col + i + 1] ^ RS_redraw;
2341
2342 // force redraw before "careful" characters to avoid pixel droppings
2343 for (int i = 0; srp[text - stp - i] & RS_Careful && text - i > stp; i++)
2344 drp[text - stp - i - 1] = srp[text - stp - i - 1] ^ RS_redraw;
2345#endif
2292 } 2346 }
2293 2347
2294 /* 2348 /*
2295 * Actually do the drawing of the string here 2349 * Actually do the drawing of the string here
2296 */ 2350 */
2297 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)]; 2351 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)];
2298 2352
2299 if (back == fore)
2300 font->clear_rect (*drawable, xpixel, ypixel,
2301 fwidth * count, fheight,
2302 back);
2303 else if (back == Color_bg) 2353 if (have_bg && back == Color_bg)
2304 { 2354 {
2305 if (must_clear) 2355 // this is very ugly, maybe push it into ->draw?
2306 {
2307 CLEAR_CHARS (xpixel, ypixel, count);
2308 2356
2309 for (i = 0; i < count; i++) /* don't draw empty strings */ 2357 for (i = 0; i < count; i++) /* don't draw empty strings */
2310 if (text[i] != ' ') 2358 if (text[i] != ' ')
2311 { 2359 {
2312 font->draw (*drawable, xpixel, ypixel, text, count, fore, -1); 2360 font->draw (*drawable, xpixel, ypixel, text, count, fore, Color_transparent);
2313 break; 2361 goto did_clear;
2314 }
2315 } 2362 }
2316 else 2363
2317 font->draw (*drawable, xpixel, ypixel, text, count, fore, Color_bg); 2364 CLEAR_CHARS (xpixel, ypixel, count);
2365 did_clear: ;
2318 } 2366 }
2319 else 2367 else
2320 font->draw (*drawable, xpixel, ypixel, text, count, fore, back); 2368 font->draw (*drawable, xpixel, ypixel, text, count, fore, back);
2321 2369
2322 if (rend & RS_Uline && font->descent > 1 && fore != back) 2370 if (rend & RS_Uline && font->descent > 1 && fore != back)
2323 { 2371 {
2324#if ENABLE_FRILLS 2372#if ENABLE_FRILLS
2325 if (ISSET_PIXCOLOR (Color_underline)) 2373 if (ISSET_PIXCOLOR (Color_underline))
2326 XSetForeground (display->display, gc, pix_colors[Color_underline]); 2374 XSetForeground (dpy, gc, pix_colors[Color_underline]);
2327 else 2375 else
2328#endif 2376#endif
2329 XSetForeground (display->display, gc, pix_colors[fore]); 2377 XSetForeground (dpy, gc, pix_colors[fore]);
2330 2378
2331 XDrawLine (display->display, drawBuffer, gc, 2379 XDrawLine (dpy, drawBuffer, gc,
2332 xpixel, ypixel + font->ascent + 1, 2380 xpixel, ypixel + font->ascent + 1,
2333 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); 2381 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1);
2334 } 2382 }
2335 } /* for (col....) */ 2383 } /* for (col....) */
2336 } /* for (row....) */ 2384 } /* for (row....) */
2345 */ 2393 */
2346 if (showcursor) 2394 if (showcursor)
2347 { 2395 {
2348 if (focus) 2396 if (focus)
2349 { 2397 {
2350 if (OPTION (Opt_cursorUnderline)) 2398 if (option (Opt_cursorUnderline))
2351 *crp ^= RS_Uline; 2399 *crp ^= RS_Uline;
2352 else 2400 else
2353 { 2401 {
2354 *crp ^= RS_RVid; 2402 *crp ^= RS_RVid;
2355#ifndef NO_CURSORCOLOR 2403#ifndef NO_CURSORCOLOR
2369 && drawn_buf[oldcursor.row].t[col + cursorwidth] == NOCHAR) 2417 && drawn_buf[oldcursor.row].t[col + cursorwidth] == NOCHAR)
2370 cursorwidth++; 2418 cursorwidth++;
2371 2419
2372#ifndef NO_CURSORCOLOR 2420#ifndef NO_CURSORCOLOR
2373 if (ISSET_PIXCOLOR (Color_cursor)) 2421 if (ISSET_PIXCOLOR (Color_cursor))
2374 XSetForeground (display->display, gc, pix_colors[Color_cursor]); 2422 XSetForeground (dpy, gc, pix_colors[Color_cursor]);
2423 else
2375#endif 2424#endif
2425 XSetForeground (dpy, gc, pix_colors[ccol1]);
2376 2426
2377 XDrawRectangle (display->display, drawBuffer, gc, 2427 XDrawRectangle (dpy, drawBuffer, gc,
2378 Col2Pixel (col), 2428 Col2Pixel (col),
2379 Row2Pixel (oldcursor.row), 2429 Row2Pixel (oldcursor.row),
2380 (unsigned int) (Width2Pixel (cursorwidth) - 1), 2430 (unsigned int) (Width2Pixel (cursorwidth) - 1),
2381 (unsigned int) (Height2Pixel (1) - lineSpace - 1)); 2431 (unsigned int) (Height2Pixel (1) - lineSpace - 1));
2382 } 2432 }
2390 num_scr = 0; 2440 num_scr = 0;
2391 num_scr_allow = 1; 2441 num_scr_allow = 1;
2392} 2442}
2393 2443
2394void 2444void
2395rxvt_term::scr_remap_chars (line_t &l) 2445rxvt_term::scr_remap_chars (line_t &l) NOTHROW
2396{ 2446{
2397 if (!l.t) 2447 if (!l.t)
2398 return; 2448 return;
2399 2449
2400 l.touch (); // maybe a bit of an overkill, but it's not performance-relevant 2450 l.touch (); // maybe a bit of an overkill, but it's not performance-relevant
2402 for (int i = ncol; i--; ) 2452 for (int i = ncol; i--; )
2403 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i])); 2453 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i]));
2404} 2454}
2405 2455
2406void 2456void
2407rxvt_term::scr_remap_chars () 2457rxvt_term::scr_remap_chars () NOTHROW
2408{ 2458{
2409 for (int i = total_rows; i--; ) 2459 for (int i = total_rows; i--; )
2410 scr_remap_chars (row_buf [i]); 2460 scr_remap_chars (row_buf [i]);
2411 2461
2412 for (int i = nrow; i--; ) 2462 for (int i = nrow; i--; )
2415 scr_remap_chars (swap_buf [i]); 2465 scr_remap_chars (swap_buf [i]);
2416 } 2466 }
2417} 2467}
2418 2468
2419void 2469void
2420rxvt_term::scr_recolour () 2470rxvt_term::scr_recolour () NOTHROW
2421{ 2471{
2422 if (1 2472#ifdef HAVE_BG_PIXMAP
2423#if TRANSPARENT 2473 bgPixmap.apply ();
2424 && !am_transparent 2474#else
2425#endif 2475
2426#if XPM_BACKGROUND
2427 && !bgPixmap.pixmap
2428#endif
2429 )
2430 {
2431 XSetWindowBackground (display->display, parent[0], pix_colors[Color_border]); 2476 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]);
2432 XClearWindow (display->display, parent[0]); 2477 XClearWindow (dpy, parent[0]);
2433 XSetWindowBackground (display->display, vt, pix_colors[Color_bg]); 2478 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
2479
2434#if HAVE_SCROLLBARS 2480# if HAVE_SCROLLBARS
2435 if (scrollBar.win) 2481 if (scrollBar.win)
2436 { 2482 {
2437 XSetWindowBackground (display->display, scrollBar.win, pix_colors[Color_border]); 2483 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);
2438 scrollBar.setIdle (); 2484 scrollBar.setIdle ();
2439 scrollbar_show (0); 2485 scrollbar_show (0);
2440 } 2486 }
2441#endif 2487# endif
2442 }
2443 2488
2444 scr_clear (); 2489 scr_clear ();
2445 scr_touch (true); 2490 scr_touch (true);
2446 want_refresh = 1; 2491 want_refresh = 1;
2447}
2448 2492
2493#endif
2494}
2495
2449/* ------------------------------------------------------------------------- */ 2496/* ------------------------------------------------------------------------- */
2450void 2497void
2451rxvt_term::scr_clear (bool really) 2498rxvt_term::scr_clear (bool really) NOTHROW
2452{ 2499{
2453 if (!mapped) 2500 if (!mapped)
2454 return; 2501 return;
2455 2502
2456 num_scr_allow = 0; 2503 num_scr_allow = 0;
2457 want_refresh = 1; 2504 want_refresh = 1;
2458 2505
2459 if (really) 2506 if (really)
2460 XClearWindow (display->display, vt); 2507 XClearWindow (dpy, vt);
2461} 2508}
2462 2509
2463void 2510void
2464rxvt_term::scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2) 2511rxvt_term::scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2) NOTHROW
2465{ 2512{
2466 int view_end = view_start + nrow; 2513 int view_end = view_start + nrow;
2467 int row, col; 2514 int row, col;
2468 2515
2469 for (row = max (beg_row, view_start); row <= min (end_row, view_end); row++) 2516 for (row = max (beg_row, view_start); row <= min (end_row, view_end); row++)
2481 srp[col] ^= rstyle2; 2528 srp[col] ^= rstyle2;
2482 } 2529 }
2483} 2530}
2484 2531
2485void 2532void
2486rxvt_term::scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) 2533rxvt_term::scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW
2487{ 2534{
2488 int view_end = view_start + nrow; 2535 int view_end = view_start + nrow;
2489 int row, col; 2536 int row, col;
2490 2537
2491 if (beg_row >= view_start) 2538 if (beg_row >= view_start)
2508 srp[col] ^= rstyle; 2555 srp[col] ^= rstyle;
2509} 2556}
2510 2557
2511/* ------------------------------------------------------------------------- */ 2558/* ------------------------------------------------------------------------- */
2512void 2559void
2513rxvt_term::scr_reverse_selection () 2560rxvt_term::scr_reverse_selection () NOTHROW
2514{ 2561{
2515 if (selection.op 2562 if (selection.op
2516 && current_screen == selection.screen 2563 && current_screen == selection.screen
2517 && selection.end.row >= view_start) 2564 && selection.end.row >= view_start)
2518 { 2565 {
2519#if ENABLE_FRILLS 2566#if !ENABLE_MINIMAL
2520 if (selection.rect) 2567 if (selection.rect)
2521 scr_xor_rect (selection.beg.row, selection.beg.col, 2568 scr_xor_rect (selection.beg.row, selection.beg.col,
2522 selection.end.row, selection.end.col, 2569 selection.end.row, selection.end.col,
2523 RS_RVid, RS_RVid | RS_Uline); 2570 RS_RVid, RS_RVid | RS_Uline);
2524 else 2571 else
2534 * Dump the whole scrollback and screen to the passed filedescriptor. The 2581 * Dump the whole scrollback and screen to the passed filedescriptor. The
2535 * invoking routine must close the fd. 2582 * invoking routine must close the fd.
2536 */ 2583 */
2537#if 0 2584#if 0
2538void 2585void
2539rxvt_term::scr_dump (int fd) 2586rxvt_term::scr_dump (int fd) NOTHROW
2540{ 2587{
2541 int row, wrote; 2588 int row, wrote;
2542 unsigned int width, towrite; 2589 unsigned int width, towrite;
2543 char r1[] = "\n"; 2590 char r1[] = "\n";
2544 2591
2563 2610
2564/* ------------------------------------------------------------------------- * 2611/* ------------------------------------------------------------------------- *
2565 * CHARACTER SELECTION * 2612 * CHARACTER SELECTION *
2566 * ------------------------------------------------------------------------- */ 2613 * ------------------------------------------------------------------------- */
2567void 2614void
2568rxvt_term::selection_check (int check_more) 2615rxvt_term::selection_check (int check_more) NOTHROW
2569{ 2616{
2570 row_col_t pos; 2617 row_col_t pos;
2571 2618
2572 if (!selection.op) 2619 if (!selection.op)
2573 return; 2620 return;
2594/* ------------------------------------------------------------------------- */ 2641/* ------------------------------------------------------------------------- */
2595/* 2642/*
2596 * Paste a selection direct to the command fd 2643 * Paste a selection direct to the command fd
2597 */ 2644 */
2598void 2645void
2599rxvt_term::paste (char *data, unsigned int len) 2646rxvt_term::paste (char *data, unsigned int len) NOTHROW
2600{ 2647{
2601 /* convert normal newline chars into common keyboard Return key sequence */ 2648 /* convert normal newline chars into common keyboard Return key sequence */
2602 for (unsigned int i = 0; i < len; i++) 2649 for (unsigned int i = 0; i < len; i++)
2603 if (data[i] == C0_LF) 2650 if (data[i] == C0_LF)
2604 data[i] = C0_CR; 2651 data[i] = C0_CR;
2610/* 2657/*
2611 * Respond to a notification that a primary selection has been sent 2658 * Respond to a notification that a primary selection has been sent
2612 * EXT: SelectionNotify 2659 * EXT: SelectionNotify
2613 */ 2660 */
2614void 2661void
2615rxvt_term::selection_paste (Window win, Atom prop, bool delete_prop) 2662rxvt_term::selection_paste (Window win, Atom prop, bool delete_prop) NOTHROW
2616{ 2663{
2617 if (prop == None) /* check for failed XConvertSelection */ 2664 if (prop == None) /* check for failed XConvertSelection */
2618 { 2665 {
2619 if ((selection_type & Sel_CompoundText)) 2666 if ((selection_type & Sel_CompoundText))
2620 { 2667 {
2640 } 2687 }
2641 2688
2642 unsigned long bytes_after; 2689 unsigned long bytes_after;
2643 XTextProperty ct; 2690 XTextProperty ct;
2644 2691
2645 if (XGetWindowProperty (display->display, win, prop, 2692 if (XGetWindowProperty (dpy, win, prop,
2646 0, PROP_SIZE / 4, 2693 0, PROP_SIZE / 4,
2647 delete_prop, AnyPropertyType, 2694 delete_prop, AnyPropertyType,
2648 &ct.encoding, &ct.format, 2695 &ct.encoding, &ct.format,
2649 &ct.nitems, &bytes_after, 2696 &ct.nitems, &bytes_after,
2650 &ct.value) != Success) 2697 &ct.value) != Success)
2659 if (bytes_after) 2706 if (bytes_after)
2660 { 2707 {
2661 // fetch and append remaining data 2708 // fetch and append remaining data
2662 XTextProperty ct2; 2709 XTextProperty ct2;
2663 2710
2664 if (XGetWindowProperty (display->display, win, prop, 2711 if (XGetWindowProperty (dpy, win, prop,
2665 ct.nitems / 4, (bytes_after + 3) / 4, 2712 ct.nitems / 4, (bytes_after + 3) / 4,
2666 delete_prop, AnyPropertyType, 2713 delete_prop, AnyPropertyType,
2667 &ct2.encoding, &ct2.format, 2714 &ct2.encoding, &ct2.format,
2668 &ct2.nitems, &bytes_after, 2715 &ct2.nitems, &bytes_after,
2669 &ct2.value) != Success) 2716 &ct2.value) != Success)
2682 2729
2683 if (ct.encoding == xa[XA_INCR]) 2730 if (ct.encoding == xa[XA_INCR])
2684 { 2731 {
2685 // INCR selection, start handshake 2732 // INCR selection, start handshake
2686 if (!delete_prop) 2733 if (!delete_prop)
2687 XDeleteProperty (display->display, win, prop); 2734 XDeleteProperty (dpy, win, prop);
2688 2735
2689 selection_wait = Sel_incr; 2736 selection_wait = Sel_incr;
2690 incr_buf_fill = 0; 2737 incr_buf_fill = 0;
2691 incr_ev.start (NOW + 10); 2738 incr_ev.start (10);
2692 2739
2693 goto bailout; 2740 goto bailout;
2694 } 2741 }
2695 2742
2696 if (ct.nitems == 0) 2743 if (ct.nitems == 0)
2705 ct.nitems = incr_buf_fill; 2752 ct.nitems = incr_buf_fill;
2706 incr_buf = 0; 2753 incr_buf = 0;
2707 incr_buf_size = 0; 2754 incr_buf_size = 0;
2708 incr_ev.stop (); 2755 incr_ev.stop ();
2709 } 2756 }
2710 else 2757 else
2711 { 2758 {
2712 if (selection_wait == Sel_normal 2759 if (selection_wait == Sel_normal
2713 && (win != display->root || prop != XA_CUT_BUFFER0)) // avoid recursion 2760 && (win != display->root || prop != XA_CUT_BUFFER0)) // avoid recursion
2714 { 2761 {
2715 /* 2762 /*
2722 goto bailout; 2769 goto bailout;
2723 } 2770 }
2724 } 2771 }
2725 else if (selection_wait == Sel_incr) 2772 else if (selection_wait == Sel_incr)
2726 { 2773 {
2727 incr_ev.start (NOW + 10); 2774 incr_ev.start (10);
2728 2775
2729 while (incr_buf_fill + ct.nitems > incr_buf_size) 2776 while (incr_buf_fill + ct.nitems > incr_buf_size)
2730 { 2777 {
2731 incr_buf_size = incr_buf_size ? incr_buf_size * 2 : 128*1024; 2778 incr_buf_size = incr_buf_size ? incr_buf_size * 2 : 128*1024;
2732 incr_buf = (char *)realloc (incr_buf, incr_buf_size); 2779 incr_buf = (char *)realloc (incr_buf, incr_buf_size);
2739 } 2786 }
2740 2787
2741 char **cl; 2788 char **cl;
2742 int cr; 2789 int cr;
2743 2790
2744#if ENABLE_FRILLS 2791#if !ENABLE_MINIMAL
2745 // xlib is horribly broken with respect to UTF8_STRING, and nobody cares to fix it 2792 // xlib is horribly broken with respect to UTF8_STRING, and nobody cares to fix it
2746 // so recode it manually 2793 // so recode it manually
2747 if (ct.encoding == xa[XA_UTF8_STRING]) 2794 if (ct.encoding == xa[XA_UTF8_STRING])
2748 { 2795 {
2749 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems); 2796 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems);
2753 paste (s, strlen (s)); 2800 paste (s, strlen (s));
2754 free (s); 2801 free (s);
2755 } 2802 }
2756 else 2803 else
2757#endif 2804#endif
2758 if (XmbTextPropertyToTextList (display->display, &ct, &cl, &cr) >= 0 2805 if (XmbTextPropertyToTextList (dpy, &ct, &cl, &cr) >= 0
2759 && cl) 2806 && cl)
2760 { 2807 {
2761 for (int i = 0; i < cr; i++) 2808 for (int i = 0; i < cr; i++)
2762 paste (cl[i], strlen (cl[i])); 2809 paste (cl[i], strlen (cl[i]));
2763 2810
2772 if (selection_wait == Sel_normal) 2819 if (selection_wait == Sel_normal)
2773 selection_wait = Sel_none; 2820 selection_wait = Sel_none;
2774} 2821}
2775 2822
2776void 2823void
2777rxvt_term::incr_cb (time_watcher &w) 2824rxvt_term::incr_cb (ev::timer &w, int revents) NOTHROW
2778{ 2825{
2779 selection_wait = Sel_none; 2826 selection_wait = Sel_none;
2780 2827
2781 incr_buf_size = 0; 2828 incr_buf_size = 0;
2782 free (incr_buf); 2829 free (incr_buf);
2783 2830
2784 rxvt_warn ("data loss: timeout on INCR selection paste, ignoring.\n"); 2831 rxvt_warn ("data loss: timeout on INCR selection paste, ignoring.\n");
2785} 2832}
2786 2833
2787void 2834void
2788rxvt_term::selection_property (Window win, Atom prop) 2835rxvt_term::selection_property (Window win, Atom prop) NOTHROW
2789{ 2836{
2790 if (prop == None || selection_wait != Sel_incr) 2837 if (prop == None || selection_wait != Sel_incr)
2791 return; 2838 return;
2792 2839
2793 selection_paste (win, prop, true); 2840 selection_paste (win, prop, true);
2794} 2841}
2795 2842
2796/* ------------------------------------------------------------------------- */ 2843/* ------------------------------------------------------------------------- */
2797/* 2844/*
2798 * Request the current selection: 2845 * Request the current selection:
2799 * Order: > internal selection if available 2846 * Order: > internal selection if available
2800 * > PRIMARY, SECONDARY, CLIPBOARD if ownership is claimed (+) 2847 * > PRIMARY, SECONDARY, CLIPBOARD if ownership is claimed (+)
2801 * > CUT_BUFFER0 2848 * > CUT_BUFFER0
2802 * (+) if ownership is claimed but property is empty, rxvt_selection_paste () 2849 * (+) if ownership is claimed but property is empty, rxvt_selection_paste ()
2803 * will auto fallback to CUT_BUFFER0 2850 * will auto fallback to CUT_BUFFER0
2804 * EXT: button 2 release 2851 * EXT: button 2 release
2805 */ 2852 */
2806void 2853void
2807rxvt_term::selection_request (Time tm) 2854rxvt_term::selection_request (Time tm, int selnum) NOTHROW
2808{ 2855{
2809 if (selection.text) 2856 if (selection.text && selnum == Sel_Primary)
2857 {
2810 { /* internal selection */ 2858 /* internal selection */
2811 char *str = rxvt_wcstombs (selection.text, selection.len); 2859 char *str = rxvt_wcstombs (selection.text, selection.len);
2812 paste (str, strlen (str)); 2860 paste (str, strlen (str));
2813 free (str); 2861 free (str);
2814 return; 2862 return;
2815 } 2863 }
2816 else 2864 else
2817 { 2865 {
2818 int i;
2819
2820 selection_request_time = tm; 2866 selection_request_time = tm;
2821 selection_wait = Sel_normal; 2867 selection_wait = Sel_normal;
2822 2868
2823 for (i = Sel_Primary; i <= Sel_Clipboard; i++)
2824 {
2825#if X_HAVE_UTF8_STRING 2869#if X_HAVE_UTF8_STRING
2826 selection_type = Sel_UTF8String; 2870 selection_type = Sel_UTF8String;
2827 if (selection_request_other (xa[XA_UTF8_STRING], i)) 2871 if (selection_request_other (xa[XA_UTF8_STRING], selnum))
2828 return; 2872 return;
2829#else 2873#else
2830 selection_type = Sel_CompoundText; 2874 selection_type = Sel_CompoundText;
2831 if (selection_request_other (xa[XA_COMPOUND_TEXT], i)) 2875 if (selection_request_other (xa[XA_COMPOUND_TEXT], selnum))
2832 return; 2876 return;
2833#endif 2877#endif
2834 }
2835 } 2878 }
2836 2879
2837 selection_wait = Sel_none; /* don't loop in selection_paste () */ 2880 selection_wait = Sel_none; /* don't loop in selection_paste () */
2838 selection_paste (display->root, XA_CUT_BUFFER0, false); 2881 selection_paste (display->root, XA_CUT_BUFFER0, false);
2839} 2882}
2840 2883
2841int 2884int
2842rxvt_term::selection_request_other (Atom target, int selnum) 2885rxvt_term::selection_request_other (Atom target, int selnum) NOTHROW
2843{ 2886{
2844 Atom sel; 2887 Atom sel;
2845 2888
2846 selection_type |= selnum; 2889 selection_type |= selnum;
2847 2890
2850 else if (selnum == Sel_Secondary) 2893 else if (selnum == Sel_Secondary)
2851 sel = XA_SECONDARY; 2894 sel = XA_SECONDARY;
2852 else 2895 else
2853 sel = xa[XA_CLIPBOARD]; 2896 sel = xa[XA_CLIPBOARD];
2854 2897
2855 if (XGetSelectionOwner (display->display, sel) != None) 2898 if (XGetSelectionOwner (dpy, sel) != None)
2856 { 2899 {
2857 XConvertSelection (display->display, sel, target, xa[XA_VT_SELECTION], 2900 XConvertSelection (dpy, sel, target, xa[XA_VT_SELECTION],
2858 vt, selection_request_time); 2901 vt, selection_request_time);
2859 return 1; 2902 return 1;
2860 } 2903 }
2861 2904
2862 return 0; 2905 return 0;
2866/* 2909/*
2867 * Clear all selected text 2910 * Clear all selected text
2868 * EXT: SelectionClear 2911 * EXT: SelectionClear
2869 */ 2912 */
2870void 2913void
2871rxvt_term::selection_clear () 2914rxvt_term::selection_clear () NOTHROW
2872{ 2915{
2873 want_refresh = 1; 2916 want_refresh = 1;
2874 free (selection.text); 2917 free (selection.text);
2875 selection.text = NULL; 2918 selection.text = NULL;
2876 selection.len = 0; 2919 selection.len = 0;
2925 2968
2926 int end_col; 2969 int end_col;
2927 2970
2928 for (; row <= selection.end.row; row++, col = 0) 2971 for (; row <= selection.end.row; row++, col = 0)
2929 { 2972 {
2930#if ENABLE_FRILLS 2973#if !ENABLE_MINIMAL
2931 if (selection.rect) 2974 if (selection.rect)
2932 { 2975 {
2933 col = selection.beg.col; 2976 col = selection.beg.col;
2934 end_col = ncol + 1; 2977 end_col = ncol + 1;
2935 } 2978 }
2938 end_col = ROW(row).l; 2981 end_col = ROW(row).l;
2939 2982
2940 col = max (col, 0); 2983 col = max (col, 0);
2941 2984
2942 if (row == selection.end.row 2985 if (row == selection.end.row
2943#if ENABLE_FRILLS 2986#if !ENABLE_MINIMAL
2944 || selection.rect 2987 || selection.rect
2945#endif 2988#endif
2946 ) 2989 )
2947 min_it (end_col, selection.end.col); 2990 min_it (end_col, selection.end.col);
2948 2991
2971#endif 3014#endif
2972 else 3015 else
2973 new_selection_text[ofs++] = *t++; 3016 new_selection_text[ofs++] = *t++;
2974 } 3017 }
2975 3018
2976#if ENABLE_FRILLS 3019#if !ENABLE_MINIMAL
2977 if (selection.rect) 3020 if (selection.rect)
2978 { 3021 {
2979 while (ofs 3022 while (ofs
2980 && new_selection_text[ofs - 1] != C0_LF 3023 && new_selection_text[ofs - 1] != C0_LF
2981 && unicode::is_space (new_selection_text[ofs - 1])) 3024 && unicode::is_space (new_selection_text[ofs - 1]))
3011 3054
3012 selection_grab (tm); 3055 selection_grab (tm);
3013} 3056}
3014 3057
3015bool 3058bool
3016rxvt_term::selection_grab (Time tm) 3059rxvt_term::selection_grab (Time tm) NOTHROW
3017{ 3060{
3018 selection_time = tm; 3061 selection_time = tm;
3019 3062
3020 XSetSelectionOwner (display->display, XA_PRIMARY, vt, tm); 3063 XSetSelectionOwner (dpy, XA_PRIMARY, vt, tm);
3021 if (XGetSelectionOwner (display->display, XA_PRIMARY) == vt) 3064 if (XGetSelectionOwner (dpy, XA_PRIMARY) == vt)
3022 { 3065 {
3023 display->set_selection_owner (this); 3066 display->set_selection_owner (this);
3024 return true; 3067 return true;
3025 } 3068 }
3026 else 3069 else
3030 } 3073 }
3031 3074
3032#if 0 3075#if 0
3033 XTextProperty ct; 3076 XTextProperty ct;
3034 3077
3035 if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0) 3078 if (XwcTextListToTextProperty (dpy, &selection.text, 1, XStringStyle, &ct) >= 0)
3036 { 3079 {
3037 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems); 3080 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems);
3038 XFree (ct.value); 3081 XFree (ct.value);
3039 } 3082 }
3040#endif 3083#endif
3044/* 3087/*
3045 * Mark or select text based upon number of clicks: 1, 2, or 3 3088 * Mark or select text based upon number of clicks: 1, 2, or 3
3046 * EXT: button 1 press 3089 * EXT: button 1 press
3047 */ 3090 */
3048void 3091void
3049rxvt_term::selection_click (int clicks, int x, int y) 3092rxvt_term::selection_click (int clicks, int x, int y) NOTHROW
3050{ 3093{
3051 clicks = ((clicks - 1) % 3) + 1; 3094 clicks = ((clicks - 1) % 3) + 1;
3052 selection.clicks = clicks; /* save clicks so extend will work */ 3095 selection.clicks = clicks; /* save clicks so extend will work */
3053 3096
3054 if (clicks == 2 && !selection.rect 3097 if (clicks == 2 && !selection.rect
3073/* ------------------------------------------------------------------------- */ 3116/* ------------------------------------------------------------------------- */
3074/* 3117/*
3075 * Mark a selection at the specified col/row 3118 * Mark a selection at the specified col/row
3076 */ 3119 */
3077void 3120void
3078rxvt_term::selection_start_colrow (int col, int row) 3121rxvt_term::selection_start_colrow (int col, int row) NOTHROW
3079{ 3122{
3080 want_refresh = 1; 3123 want_refresh = 1;
3081 3124
3082 selection.mark.row = row + view_start; 3125 selection.mark.row = row + view_start;
3083 selection.mark.col = col; 3126 selection.mark.col = col;
3086 selection.mark.col = clamp (selection.mark.col, 0, ncol - 1); 3129 selection.mark.col = clamp (selection.mark.col, 0, ncol - 1);
3087 3130
3088 while (selection.mark.col > 0 3131 while (selection.mark.col > 0
3089 && ROW(selection.mark.row).t[selection.mark.col] == NOCHAR) 3132 && ROW(selection.mark.row).t[selection.mark.col] == NOCHAR)
3090 --selection.mark.col; 3133 --selection.mark.col;
3091 3134
3092 if (selection.op) 3135 if (selection.op)
3136 {
3093 { /* clear the old selection */ 3137 /* clear the old selection */
3094 selection.beg.row = selection.end.row = selection.mark.row; 3138 selection.beg.row = selection.end.row = selection.mark.row;
3095 selection.beg.col = selection.end.col = selection.mark.col; 3139 selection.beg.col = selection.end.col = selection.mark.col;
3096 } 3140 }
3097 3141
3098 selection.op = SELECTION_INIT; 3142 selection.op = SELECTION_INIT;
3109#define DELIMIT_TEXT(x) \ 3153#define DELIMIT_TEXT(x) \
3110 (unicode::is_space (x) ? 2 : (x) <= 0xff && !!strchr (rs[Rs_cutchars], (x))) 3154 (unicode::is_space (x) ? 2 : (x) <= 0xff && !!strchr (rs[Rs_cutchars], (x)))
3111#define DELIMIT_REND(x) 1 3155#define DELIMIT_REND(x) 1
3112 3156
3113void 3157void
3114rxvt_term::selection_delimit_word (enum page_dirn dirn, const row_col_t *mark, row_col_t *ret) 3158rxvt_term::selection_delimit_word (enum page_dirn dirn, const row_col_t *mark, row_col_t *ret) NOTHROW
3115{ 3159{
3116 int col, row, dirnadd, tcol, trow, w1, w2; 3160 int col, row, dirnadd, tcol, trow, w1, w2;
3117 row_col_t bound; 3161 row_col_t bound;
3118 text_t *stp; 3162 text_t *stp;
3119 rend_t *srp; 3163 rend_t *srp;
3193 * flag == 0 ==> button 1 3237 * flag == 0 ==> button 1
3194 * flag == 1 ==> button 3 press 3238 * flag == 1 ==> button 3 press
3195 * flag == 2 ==> button 3 motion 3239 * flag == 2 ==> button 3 motion
3196 */ 3240 */
3197void 3241void
3198rxvt_term::selection_extend (int x, int y, int flag) 3242rxvt_term::selection_extend (int x, int y, int flag) NOTHROW
3199{ 3243{
3200 int col = clamp (Pixel2Col (x), 0, ncol); 3244 int col = clamp (Pixel2Col (x), 0, ncol);
3201 int row = clamp (Pixel2Row (y), 0, nrow - 1); 3245 int row = clamp (Pixel2Row (y), 0, nrow - 1);
3202 3246
3203 /* 3247 /*
3229/* ------------------------------------------------------------------------- */ 3273/* ------------------------------------------------------------------------- */
3230/* 3274/*
3231 * Extend the selection to the specified col/row 3275 * Extend the selection to the specified col/row
3232 */ 3276 */
3233void 3277void
3234rxvt_term::selection_extend_colrow (int32_t col, int32_t row, int button3, int buttonpress, int clickchange) 3278rxvt_term::selection_extend_colrow (int32_t col, int32_t row, int button3, int buttonpress, int clickchange) NOTHROW
3235{ 3279{
3236 row_col_t pos; 3280 row_col_t pos;
3237 enum { 3281 enum {
3238 LEFT, RIGHT 3282 LEFT, RIGHT
3239 } closeto = RIGHT; 3283 } closeto = RIGHT;
3287 * a point/word/line which is either the start or end of the selection 3331 * a point/word/line which is either the start or end of the selection
3288 * and it was decided by whichever point/word/line was `fixed' at the 3332 * and it was decided by whichever point/word/line was `fixed' at the
3289 * time of the most recent button3 press 3333 * time of the most recent button3 press
3290 */ 3334 */
3291 if (button3 && buttonpress) 3335 if (button3 && buttonpress)
3336 {
3292 { /* button3 press */ 3337 /* button3 press */
3293 /* 3338 /*
3294 * first determine which edge of the selection we are closest to 3339 * first determine which edge of the selection we are closest to
3295 */ 3340 */
3296 if (ROWCOL_IS_BEFORE (pos, selection.beg) 3341 if (ROWCOL_IS_BEFORE (pos, selection.beg)
3297 || (!ROWCOL_IS_AFTER (pos, selection.end) 3342 || (!ROWCOL_IS_AFTER (pos, selection.end)
3315 selection.mark.row = selection.beg.row; 3360 selection.mark.row = selection.beg.row;
3316 selection.mark.col = selection.beg.col; 3361 selection.mark.col = selection.beg.col;
3317 } 3362 }
3318 } 3363 }
3319 else 3364 else
3365 {
3320 { /* button1 drag or button3 drag */ 3366 /* button1 drag or button3 drag */
3321 if (ROWCOL_IS_AFTER (selection.mark, pos)) 3367 if (ROWCOL_IS_AFTER (selection.mark, pos))
3322 { 3368 {
3323 if (selection.mark.row == selection.end.row 3369 if (selection.mark.row == selection.end.row
3324 && selection.mark.col == selection.end.col 3370 && selection.mark.col == selection.end.col
3325 && clickchange 3371 && clickchange
3342 3388
3343 if (selection.clicks == 1) 3389 if (selection.clicks == 1)
3344 { 3390 {
3345 if (selection.beg.col > ROW(selection.beg.row).l //TODO//FIXME//LEN 3391 if (selection.beg.col > ROW(selection.beg.row).l //TODO//FIXME//LEN
3346 && !ROW(selection.beg.row).is_longer () 3392 && !ROW(selection.beg.row).is_longer ()
3347#if ENABLE_FRILLS 3393#if !ENABLE_MINIMAL
3348 && !selection.rect 3394 && !selection.rect
3349#endif 3395#endif
3350 ) 3396 )
3351 selection.beg.col = ncol; 3397 selection.beg.col = ncol;
3352 3398
3353 if ( 3399 if (
3354 selection.end.col > ROW(selection.end.row).l //TODO//FIXME//LEN 3400 selection.end.col > ROW(selection.end.row).l //TODO//FIXME//LEN
3355 && !ROW(selection.end.row).is_longer () 3401 && !ROW(selection.end.row).is_longer ()
3356#if ENABLE_FRILLS 3402#if !ENABLE_MINIMAL
3357 && !selection.rect 3403 && !selection.rect
3358#endif 3404#endif
3359 ) 3405 )
3360 selection.end.col = ncol; 3406 selection.end.col = ncol;
3361 } 3407 }
3368 selection_delimit_word (DN, &selection.end, &selection.end); 3414 selection_delimit_word (DN, &selection.end, &selection.end);
3369 } 3415 }
3370 else if (selection.clicks == 3) 3416 else if (selection.clicks == 3)
3371 { 3417 {
3372#if ENABLE_FRILLS 3418#if ENABLE_FRILLS
3373 if (OPTION (Opt_tripleclickwords)) 3419 if (option (Opt_tripleclickwords))
3374 { 3420 {
3375 selection_delimit_word (UP, &selection.beg, &selection.beg); 3421 selection_delimit_word (UP, &selection.beg, &selection.beg);
3376 3422
3377 for (int end_row = selection.mark.row; end_row < nrow; end_row++) 3423 for (int end_row = selection.mark.row; end_row < nrow; end_row++)
3378 { 3424 {
3379 if (!ROW(end_row).is_longer ()) 3425 if (!ROW(end_row).is_longer ())
3380 { 3426 {
3381 selection.end.row = end_row; 3427 selection.end.row = end_row;
3382 selection.end.col = ROW(end_row).l; 3428 selection.end.col = ROW(end_row).l;
3429# if !ENABLE_MINIMAL
3383 selection_remove_trailing_spaces (); 3430 selection_remove_trailing_spaces ();
3431# endif
3384 break; 3432 break;
3385 } 3433 }
3386 } 3434 }
3387 } 3435 }
3388 else 3436 else
3404 selection.end.row++; 3452 selection.end.row++;
3405 } 3453 }
3406 } 3454 }
3407 3455
3408 if (button3 && buttonpress) 3456 if (button3 && buttonpress)
3457 {
3409 { /* mark may need to be changed */ 3458 /* mark may need to be changed */
3410 if (closeto == LEFT) 3459 if (closeto == LEFT)
3411 { 3460 {
3412 selection.mark.row = selection.end.row; 3461 selection.mark.row = selection.end.row;
3413 selection.mark.col = selection.end.col - (selection.clicks == 2); 3462 selection.mark.col = selection.end.col - (selection.clicks == 2);
3414 } 3463 }
3417 selection.mark.row = selection.beg.row; 3466 selection.mark.row = selection.beg.row;
3418 selection.mark.col = selection.beg.col; 3467 selection.mark.col = selection.beg.col;
3419 } 3468 }
3420 } 3469 }
3421 3470
3422#if ENABLE_FRILLS 3471#if !ENABLE_MINIMAL
3423 if (selection.rect && selection.beg.col > selection.end.col) 3472 if (selection.rect && selection.beg.col > selection.end.col)
3424 ::swap (selection.beg.col, selection.end.col); 3473 ::swap (selection.beg.col, selection.end.col);
3425#endif 3474#endif
3426} 3475}
3427 3476
3428#if ENABLE_FRILLS 3477#if !ENABLE_MINIMAL
3429void 3478void
3430rxvt_term::selection_remove_trailing_spaces () 3479rxvt_term::selection_remove_trailing_spaces () NOTHROW
3431{ 3480{
3432 int32_t end_col, end_row; 3481 int32_t end_col, end_row;
3433 text_t *stp; 3482 text_t *stp;
3434 3483
3435 end_col = selection.end.col; 3484 end_col = selection.end.col;
3473/* 3522/*
3474 * Double click on button 3 when already selected 3523 * Double click on button 3 when already selected
3475 * EXT: button 3 double click 3524 * EXT: button 3 double click
3476 */ 3525 */
3477void 3526void
3478rxvt_term::selection_rotate (int x, int y) 3527rxvt_term::selection_rotate (int x, int y) NOTHROW
3479{ 3528{
3480 selection.clicks = selection.clicks % 3 + 1; 3529 selection.clicks = selection.clicks % 3 + 1;
3481 selection_extend_colrow (Pixel2Col (x), Pixel2Row (y), 1, 0, 1); 3530 selection_extend_colrow (Pixel2Col (x), Pixel2Row (y), 1, 0, 1);
3482} 3531}
3483 3532
3485/* 3534/*
3486 * Respond to a request for our current selection 3535 * Respond to a request for our current selection
3487 * EXT: SelectionRequest 3536 * EXT: SelectionRequest
3488 */ 3537 */
3489void 3538void
3490rxvt_term::selection_send (const XSelectionRequestEvent &rq) 3539rxvt_term::selection_send (const XSelectionRequestEvent &rq) NOTHROW
3491{ 3540{
3492 XSelectionEvent ev; 3541 XSelectionEvent ev;
3493 dDisp;
3494 3542
3495 ev.type = SelectionNotify; 3543 ev.type = SelectionNotify;
3496 ev.property = None; 3544 ev.property = None;
3497 ev.display = rq.display; 3545 ev.display = rq.display;
3498 ev.requestor = rq.requestor; 3546 ev.requestor = rq.requestor;
3512 *target++ = xa[XA_COMPOUND_TEXT]; 3560 *target++ = xa[XA_COMPOUND_TEXT];
3513#if X_HAVE_UTF8_STRING 3561#if X_HAVE_UTF8_STRING
3514 *target++ = xa[XA_UTF8_STRING]; 3562 *target++ = xa[XA_UTF8_STRING];
3515#endif 3563#endif
3516 3564
3517 XChangeProperty (disp, rq.requestor, rq.property, XA_ATOM, 3565 XChangeProperty (dpy, rq.requestor, rq.property, XA_ATOM,
3518 32, PropModeReplace, 3566 32, PropModeReplace,
3519 (unsigned char *)target_list, target - target_list); 3567 (unsigned char *)target_list, target - target_list);
3520 ev.property = rq.property; 3568 ev.property = rq.property;
3521 } 3569 }
3522#if TODO // TODO 3570#if TODO // TODO
3525 /* TODO: Handle MULTIPLE */ 3573 /* TODO: Handle MULTIPLE */
3526 } 3574 }
3527#endif 3575#endif
3528 else if (rq.target == xa[XA_TIMESTAMP] && selection.text) 3576 else if (rq.target == xa[XA_TIMESTAMP] && selection.text)
3529 { 3577 {
3530 XChangeProperty (disp, rq.requestor, rq.property, rq.target, 3578 XChangeProperty (dpy, rq.requestor, rq.property, rq.target,
3531 32, PropModeReplace, (unsigned char *)&selection_time, 1); 3579 32, PropModeReplace, (unsigned char *)&selection_time, 1);
3532 ev.property = rq.property; 3580 ev.property = rq.property;
3533 } 3581 }
3534 else if (rq.target == XA_STRING 3582 else if (rq.target == XA_STRING
3535 || rq.target == xa[XA_TEXT] 3583 || rq.target == xa[XA_TEXT]
3559 style = enc_string; 3607 style = enc_string;
3560 else if (target == xa[XA_TEXT]) 3608 else if (target == xa[XA_TEXT])
3561 style = enc_text; 3609 style = enc_text;
3562 else if (target == xa[XA_COMPOUND_TEXT]) 3610 else if (target == xa[XA_COMPOUND_TEXT])
3563 style = enc_compound_text; 3611 style = enc_compound_text;
3564#if ENABLE_FRILLS 3612#if !ENABLE_MINIMAL
3565 else if (target == xa[XA_UTF8_STRING]) 3613 else if (target == xa[XA_UTF8_STRING])
3566 style = enc_utf8; 3614 style = enc_utf8;
3567#endif 3615#endif
3568 else 3616 else
3569 { 3617 {
3580 { 3628 {
3581 cl = L""; 3629 cl = L"";
3582 selectlen = 0; 3630 selectlen = 0;
3583 } 3631 }
3584 3632
3585#if ENABLE_FRILLS 3633#if !ENABLE_MINIMAL
3586 // xlib is horribly broken with respect to UTF8_STRING, and nobody cares to fix it 3634 // xlib is horribly broken with respect to UTF8_STRING, and nobody cares to fix it
3587 // so recode it manually 3635 // so recode it manually
3588 if (style == enc_utf8) 3636 if (style == enc_utf8)
3589 { 3637 {
3590 freect = 1; 3638 freect = 1;
3593 ct.value = (unsigned char *)rxvt_wcstoutf8 (cl, selectlen); 3641 ct.value = (unsigned char *)rxvt_wcstoutf8 (cl, selectlen);
3594 ct.nitems = strlen ((char *)ct.value); 3642 ct.nitems = strlen ((char *)ct.value);
3595 } 3643 }
3596 else 3644 else
3597#endif 3645#endif
3598 if (XwcTextListToTextProperty (disp, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0) 3646 if (XwcTextListToTextProperty (dpy, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
3599 freect = 1; 3647 freect = 1;
3600 else 3648 else
3601 { 3649 {
3602 /* if we failed to convert then send it raw */ 3650 /* if we failed to convert then send it raw */
3603 ct.value = (unsigned char *)cl; 3651 ct.value = (unsigned char *)cl;
3604 ct.nitems = selectlen; 3652 ct.nitems = selectlen;
3605 ct.encoding = target; 3653 ct.encoding = target;
3606 } 3654 }
3607 3655
3608 XChangeProperty (disp, rq.requestor, rq.property, 3656 XChangeProperty (dpy, rq.requestor, rq.property,
3609 ct.encoding, 8, PropModeReplace, 3657 ct.encoding, 8, PropModeReplace,
3610 ct.value, (int)ct.nitems); 3658 ct.value, (int)ct.nitems);
3611 ev.property = rq.property; 3659 ev.property = rq.property;
3612 3660
3613 if (freect) 3661 if (freect)
3614 XFree (ct.value); 3662 XFree (ct.value);
3615 } 3663 }
3616 3664
3617 XSendEvent (disp, rq.requestor, False, 0L, (XEvent *)&ev); 3665 XSendEvent (dpy, rq.requestor, False, 0L, (XEvent *)&ev);
3618}
3619
3620/* ------------------------------------------------------------------------- *
3621 * MOUSE ROUTINES *
3622 * ------------------------------------------------------------------------- */
3623
3624/*
3625 * return col/row values corresponding to x/y pixel values
3626 */
3627void
3628rxvt_term::pixel_position (int *x, int *y)
3629{
3630 *x = Pixel2Col (*x);
3631 /* max_it (*x, 0); min_it (*x, (int)ncol - 1); */
3632 *y = Pixel2Row (*y);
3633 /* max_it (*y, 0); min_it (*y, (int)nrow - 1); */
3634} 3666}
3635 3667
3636/* ------------------------------------------------------------------------- */ 3668/* ------------------------------------------------------------------------- */
3637#ifdef USE_XIM 3669#ifdef USE_XIM
3638void 3670void
3639rxvt_term::im_set_position (XPoint &pos) 3671rxvt_term::im_set_position (XPoint &pos) NOTHROW
3640{ 3672{
3641 XWindowAttributes xwa; 3673 XWindowAttributes xwa;
3642 3674
3643 XGetWindowAttributes (display->display, vt, &xwa); 3675 XGetWindowAttributes (dpy, vt, &xwa);
3644 3676
3645 pos.x = xwa.x + Col2Pixel (screen.cur.col); 3677 pos.x = xwa.x + Col2Pixel (screen.cur.col);
3646 pos.y = xwa.y + Height2Pixel (screen.cur.row) + fbase; 3678 pos.y = xwa.y + Height2Pixel (screen.cur.row) + fbase;
3647} 3679}
3648#endif 3680#endif
3649 3681
3650#if ENABLE_OVERLAY 3682#if ENABLE_OVERLAY
3651void 3683void
3652rxvt_term::scr_overlay_new (int x, int y, int w, int h) 3684rxvt_term::scr_overlay_new (int x, int y, int w, int h) NOTHROW
3653{ 3685{
3654 if (nrow < 1 || ncol < 1) 3686 if (nrow < 1 || ncol < 1)
3655 return; 3687 return;
3656 3688
3657 want_refresh = 1; 3689 want_refresh = 1;
3702 *rp = r; 3734 *rp = r;
3703 } 3735 }
3704} 3736}
3705 3737
3706void 3738void
3707rxvt_term::scr_overlay_off () 3739rxvt_term::scr_overlay_off () NOTHROW
3708{ 3740{
3709 if (!ov_text) 3741 if (!ov_text)
3710 return; 3742 return;
3711 3743
3712 want_refresh = 1; 3744 want_refresh = 1;
3720 delete [] ov_text; ov_text = 0; 3752 delete [] ov_text; ov_text = 0;
3721 delete [] ov_rend; ov_rend = 0; 3753 delete [] ov_rend; ov_rend = 0;
3722} 3754}
3723 3755
3724void 3756void
3725rxvt_term::scr_overlay_set (int x, int y, text_t text, rend_t rend) 3757rxvt_term::scr_overlay_set (int x, int y, text_t text, rend_t rend) NOTHROW
3726{ 3758{
3727 if (!ov_text || x >= ov_w - 2 || y >= ov_h - 2) 3759 if (!ov_text || x >= ov_w - 2 || y >= ov_h - 2)
3728 return; 3760 return;
3729 3761
3730 x++, y++; 3762 x++, y++;
3732 ov_text[y][x] = text; 3764 ov_text[y][x] = text;
3733 ov_rend[y][x] = rend; 3765 ov_rend[y][x] = rend;
3734} 3766}
3735 3767
3736void 3768void
3737rxvt_term::scr_overlay_set (int x, int y, const char *s) 3769rxvt_term::scr_overlay_set (int x, int y, const char *s) NOTHROW
3738{ 3770{
3739 while (*s) 3771 while (*s)
3740 scr_overlay_set (x++, y, *s++); 3772 scr_overlay_set (x++, y, *s++);
3741} 3773}
3742 3774
3743void 3775void
3744rxvt_term::scr_overlay_set (int x, int y, const wchar_t *s) 3776rxvt_term::scr_overlay_set (int x, int y, const wchar_t *s) NOTHROW
3745{ 3777{
3746 while (*s) 3778 while (*s)
3747 { 3779 {
3748 text_t t = *s++; 3780 text_t t = *s++;
3749 int width = wcwidth (t); 3781 int width = WCWIDTH (t);
3750 3782
3751 while (width--) 3783 while (width--)
3752 { 3784 {
3753 scr_overlay_set (x++, y, t); 3785 scr_overlay_set (x++, y, t);
3754 t = NOCHAR; 3786 t = NOCHAR;
3755 } 3787 }
3756 } 3788 }
3757} 3789}
3758 3790
3759void 3791void
3760rxvt_term::scr_swap_overlay () 3792rxvt_term::scr_swap_overlay () NOTHROW
3761{ 3793{
3762 if (!ov_text) 3794 if (!ov_text)
3763 return; 3795 return;
3764 3796
3765 // swap screen mem with overlay 3797 // swap screen mem with overlay

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines