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.190 by root, Thu Dec 22 15:52:57 2005 UTC vs.
Revision 1.220 by root, Mon Jan 9 23:18:49 2006 UTC

1/*--------------------------------*-C-*--------------------------------------* 1/*--------------------------------*-C-*--------------------------------------*
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-2004 Marc Lehmann <pcg@goof.com> 6 * Copyright (c) 2003-2006 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.
24 * This file handles _all_ screen updates and selections 24 * This file handles _all_ screen updates and selections
25 */ 25 */
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 30
30#include <X11/Xmd.h> /* get the typedef for CARD32 */ 31#include <X11/Xmd.h> /* get the typedef for CARD32 */
31 32
32#include <inttypes.h> 33#include <inttypes.h>
33 34
46 47
47/* ------------------------------------------------------------------------- * 48/* ------------------------------------------------------------------------- *
48 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES * 49 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES *
49 * ------------------------------------------------------------------------- */ 50 * ------------------------------------------------------------------------- */
50#define ZERO_SCROLLBACK() \ 51#define ZERO_SCROLLBACK() \
51 if (options & Opt_scrollTtyOutput) \ 52 if (OPTION (Opt_scrollTtyOutput)) \
52 view_start = 0 53 view_start = 0
53#define CLEAR_SELECTION() \ 54#define CLEAR_SELECTION() \
54 selection.beg.row = selection.beg.col \ 55 selection.beg.row = selection.beg.col \
55 = selection.end.row = selection.end.col = 0 56 = selection.end.row = selection.end.col = 0
56#define CLEAR_ALL_SELECTION() \ 57#define CLEAR_ALL_SELECTION() \
123 lalloc (l); 124 lalloc (l);
124 col = 0; 125 col = 0;
125 width = ncol; 126 width = ncol;
126 } 127 }
127 128
129 l.touch ();
130
128 efs &= ~RS_baseattrMask; 131 efs &= ~RS_baseattrMask;
129 efs = SET_FONT (efs, FONTSET (efs)->find_font (' ')); 132 efs = SET_FONT (efs, FONTSET (efs)->find_font (' '));
130 133
131 text_t *et = l.t + col; 134 text_t *et = l.t + col;
132 rend_t *er = l.r + col; 135 rend_t *er = l.r + col;
142/* Fill a full line with blanks - make sure it is allocated first */ 145/* Fill a full line with blanks - make sure it is allocated first */
143void 146void
144rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs) 147rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs)
145{ 148{
146 scr_blank_line (l, 0, ncol, efs); 149 scr_blank_line (l, 0, ncol, efs);
150
151 l.l = 0;
152 l.f = 0;
147} 153}
148 154
149/* ------------------------------------------------------------------------- * 155/* ------------------------------------------------------------------------- *
150 * SCREEN INITIALISATION * 156 * SCREEN INITIALISATION *
151 * ------------------------------------------------------------------------- */ 157 * ------------------------------------------------------------------------- */
188 194
189 if (!row_buf) 195 if (!row_buf)
190 { 196 {
191 /* 197 /*
192 * first time called so just malloc everything: don't rely on realloc 198 * first time called so just malloc everything: don't rely on realloc
193 * Note: this is still needed so that all the scrollback lines are NULL
194 */ 199 */
195 nsaved = 0; /* no saved lines */ 200 nsaved = 0; /* no saved lines */
196 term_start = 0; 201 term_start = 0;
197 202
198 talloc = new rxvt_salloc (ncol * sizeof (text_t)); 203 talloc = new rxvt_salloc (ncol * sizeof (text_t));
199 ralloc = new rxvt_salloc (ncol * sizeof (rend_t)); 204 ralloc = new rxvt_salloc (ncol * sizeof (rend_t));
200 205
201 row_buf = (line_t *)rxvt_calloc (total_rows, sizeof (line_t)); 206 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t));
202 temp_buf = (line_t *)rxvt_calloc (total_rows, sizeof (line_t));
203 drawn_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t)); 207 drawn_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t));
204 swap_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t)); 208 swap_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t));
205 209
206 for (int row = nrow; row--; ) 210 for (int row = nrow; row--; )
207 { 211 {
208 scr_blank_screen_mem (ROW (row), DEFAULT_RSTYLE); 212 scr_blank_screen_mem (ROW (row), DEFAULT_RSTYLE);
209 scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE); 213 scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE);
254 } 258 }
255 } 259 }
256#endif 260#endif
257 261
258 drawn_buf = (line_t *)rxvt_realloc (drawn_buf, nrow * sizeof (line_t)); 262 drawn_buf = (line_t *)rxvt_realloc (drawn_buf, nrow * sizeof (line_t));
259 temp_buf = (line_t *)rxvt_realloc (temp_buf , nrow * sizeof (line_t));
260 swap_buf = (line_t *)rxvt_realloc (swap_buf , nrow * sizeof (line_t)); 263 swap_buf = (line_t *)rxvt_realloc (swap_buf , nrow * sizeof (line_t));
261 264
262 for (int row = min (nrow, prev_nrow); row--; ) 265 for (int row = min (nrow, prev_nrow); row--; )
263 { 266 {
264 lresize (drawn_buf[row]); 267 lresize (drawn_buf[row]);
269 { 272 {
270 swap_buf [row].clear (); scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE); 273 swap_buf [row].clear (); scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE);
271 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);
272 } 275 }
273 276
277 line_t *old_buf = row_buf;
274 line_t *old_buf = row_buf; row_buf = (line_t *)rxvt_calloc (total_rows, sizeof (line_t)); 278 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t));
275 279
276 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
277 int pend = MOD (term_start - nsaved , prev_total_rows); 281 int pend = MOD (term_start - nsaved , prev_total_rows);
278 int q = total_rows; // rewrapped row 282 int q = total_rows; // rewrapped row
279 283
283 // to come up with a lean and mean algorithm. 287 // to come up with a lean and mean algorithm.
284 288
285 row_col_t ocur = screen.cur; 289 row_col_t ocur = screen.cur;
286 ocur.row = MOD (term_start + ocur.row, prev_total_rows); 290 ocur.row = MOD (term_start + ocur.row, prev_total_rows);
287 291
288 while (p != pend && q > 0) 292 do
289 { 293 {
290 p = MOD (p - 1, prev_total_rows); 294 p = MOD (p - 1, prev_total_rows);
291#ifdef DEBUG_STRICT 295#ifdef DEBUG_STRICT
292 assert (old_buf [MOD (p, prev_total_rows)].t); 296 assert (old_buf [MOD (p, prev_total_rows)].t);
293#endif 297#endif
294
295 int plines = 1; 298 int plines = 1;
296 int llen = old_buf [MOD (p, prev_total_rows)].l; 299 int llen = old_buf [MOD (p, prev_total_rows)].l;
297 300
298 while (p != pend && old_buf [MOD (p - 1, prev_total_rows)].is_longer ()) 301 while (p != pend && old_buf [MOD (p - 1, prev_total_rows)].is_longer ())
299 { 302 {
317 // re-assemble the full line by destination lines 320 // re-assemble the full line by destination lines
318 for (int qrow = q; qlines--; qrow++) 321 for (int qrow = q; qlines--; qrow++)
319 { 322 {
320 qline = row_buf + qrow; 323 qline = row_buf + qrow;
321 lalloc (*qline); 324 lalloc (*qline);
325 qline->l = ncol;
322 qline->set_is_longer (); 326 qline->is_longer (1);
323 327
324 int qcol = 0; 328 int qcol = 0;
325 329
326 // fill a single destination line 330 // fill a single destination line
327 while (lofs < llen && qcol < ncol) 331 while (lofs < llen && qcol < ncol)
329 int prow = lofs / prev_ncol; 333 int prow = lofs / prev_ncol;
330 int pcol = lofs % prev_ncol; 334 int pcol = lofs % prev_ncol;
331 335
332 prow = MOD (p + prow, prev_total_rows); 336 prow = MOD (p + prow, prev_total_rows);
333 337
334 // we only adjust the cursor _row_, as this seems to upset 338 // we only adjust the cursor _row_ and put it into
339 // the topmost line of "long line" it was in, as
335 // applications/shells/readline least. 340 // this seems to upset applications/shells/readline
341 // least.
336 if (prow == ocur.row) 342 if (prow == ocur.row)
337 screen.cur.row = qrow - (total_rows - nrow); 343 screen.cur.row = q - (total_rows - nrow);
338 344
339 line_t &pline = old_buf [prow]; 345 line_t &pline = old_buf [prow];
340 346
341 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs); 347 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs);
342 348
349 lofs += len; 355 lofs += len;
350 qcol += len; 356 qcol += len;
351 } 357 }
352 } 358 }
353 359
354 qline->l = llen < ncol ? llen : MOD (llen - 1, ncol) + 1; 360 qline->l = llen ? MOD (llen - 1, ncol) + 1 : 0;
361 qline->is_longer (0);
355 scr_blank_line (*qline, qline->l, ncol - qline->l, DEFAULT_RSTYLE); 362 scr_blank_line (*qline, qline->l, ncol - qline->l, DEFAULT_RSTYLE);
356 } 363 }
364 while (p != pend && q > 0);
357 365
358 term_start = total_rows - nrow; 366 term_start = total_rows - nrow;
359 view_start = 0;
360 nsaved = term_start - q; 367 nsaved = term_start - q;
361 368
362 // make sure all terminal lines exist 369 // make sure all terminal lines exist
363 while (nsaved < 0) 370 while (nsaved < 0)
364 scr_blank_screen_mem (ROW (-++nsaved), DEFAULT_RSTYLE); 371 scr_blank_screen_mem (ROW (-++nsaved), DEFAULT_RSTYLE);
365
366 } 372 }
367 else 373 else
368 { 374 {
369 // if no scrollback exists (yet), wing, instead of wrap 375 // if no scrollback exists (yet), wing, instead of wrap
370 376
381 { 387 {
382 row_buf [row].clear (); scr_blank_screen_mem (row_buf [row], DEFAULT_RSTYLE); 388 row_buf [row].clear (); scr_blank_screen_mem (row_buf [row], DEFAULT_RSTYLE);
383 } 389 }
384 390
385 term_start = 0; 391 term_start = 0;
386 view_start = 0;
387 } 392 }
388 393
389#ifdef DEBUG_STRICT 394#ifdef DEBUG_STRICT //TODO: remove
390 for (int i = -nsaved; i < nrow; i++) 395 for (int i = -nsaved; i < nrow; i++)
391 assert (ROW (i).t); 396 assert (ROW (i).t);
392#endif 397#endif
393 398
394 free (old_buf); 399 free (old_buf);
409 414
410 for (int col = ncol; col--; ) 415 for (int col = ncol; col--; )
411 tabs [col] = col % TABSIZE == 0; 416 tabs [col] = col % TABSIZE == 0;
412 417
413 tt_winch (); 418 tt_winch ();
419
420 HOOK_INVOKE ((this, HOOK_RESET, DT_END));
414} 421}
415 422
416/* ------------------------------------------------------------------------- */ 423/* ------------------------------------------------------------------------- */
417/* 424/*
418 * Free everything. That way malloc debugging can find leakage. 425 * Free everything. That way malloc debugging can find leakage.
424 delete ralloc; ralloc = 0; 431 delete ralloc; ralloc = 0;
425 432
426 free (row_buf); 433 free (row_buf);
427 free (swap_buf); 434 free (swap_buf);
428 free (drawn_buf); 435 free (drawn_buf);
429 free (temp_buf);
430 free (tabs); 436 free (tabs);
431 437
432 row_buf = 0; // signal that we freed all the arrays 438 row_buf = 0; // signal that we freed all the arrays
433} 439}
434 440
522 528
523 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1); 529 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1);
524 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1); 530 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1);
525 531
526#if NSCREENS 532#if NSCREENS
527 if (options & Opt_secondaryScreen) 533 if (OPTION (Opt_secondaryScreen))
528 { 534 {
529 num_scr = 0; 535 num_scr = 0;
530 536
531 for (int i = prev_nrow; i--; ) 537 for (int i = prev_nrow; i--; )
532 ::swap (ROW(i), swap_buf [i]); 538 ::swap (ROW(i), swap_buf [i]);
536 screen.flags |= Screen_VisibleCursor; 542 screen.flags |= Screen_VisibleCursor;
537 swap.flags |= Screen_VisibleCursor; 543 swap.flags |= Screen_VisibleCursor;
538 } 544 }
539 else 545 else
540#endif 546#endif
541 if (options & Opt_secondaryScroll) 547 if (OPTION (Opt_secondaryScroll))
542 scr_scroll_text (0, prev_nrow - 1, prev_nrow); 548 scr_scroll_text (0, prev_nrow - 1, prev_nrow);
543 549
544 return scrn; 550 return scrn;
545} 551}
546 552
608 num_scr += count; 614 num_scr += count;
609 615
610 if (count > 0 616 if (count > 0
611 && row1 == 0 617 && row1 == 0
612 && row2 == nrow - 1 618 && row2 == nrow - 1
613 && (current_screen == PRIMARY || options & Opt_secondaryScroll)) 619 && (current_screen == PRIMARY || OPTION (Opt_secondaryScroll)))
614 { 620 {
615 nsaved = min (nsaved + count, saveLines); 621 nsaved = min (nsaved + count, saveLines);
622
623 HOOK_INVOKE ((this, HOOK_SCROLL_BACK, DT_INT, count, DT_INT, nsaved, DT_END));
624
616 term_start = (term_start + count) % total_rows; 625 term_start = (term_start + count) % total_rows;
617 626
618 if (selection.op && current_screen == selection.screen) 627 if (selection.op && current_screen == selection.screen)
619 { 628 {
620 selection.beg.row -= count; 629 selection.beg.row -= count;
621 selection.end.row -= count; 630 selection.end.row -= count;
622 selection.mark.row -= count; 631 selection.mark.row -= count;
623 632
624 selection_check (0); 633 if (selection.beg.row < -nsaved
634 || selection.end.row < -nsaved
635 || selection.mark.row < -nsaved)
636 {
637 CLEAR_ALL_SELECTION ();
638 selection.op = SELECTION_CLEAR;
639 }
625 } 640 }
626 641
627 for (int i = count; i--; ) 642 for (int i = count; i--; )
628 scr_blank_screen_mem (ROW(row2 - i), rstyle); 643 {
644 // basically thi is a slightly optimized scr_blank_screen_mem
645 // it is worth the effort on slower machines
646 line_t &l = ROW(row2 - i);
647
648 scr_blank_line (l, 0, l.l, rstyle);
649
650 l.l = 0;
651 l.f = 0;
652 }
629 653
630 if ((options & Opt_scrollWithBuffer) 654 if (OPTION (Opt_scrollWithBuffer)
631 && view_start != 0 655 && view_start != 0
632 && view_start != saveLines) 656 && view_start != saveLines)
633 scr_page (UP, count); 657 scr_page (UP, count);
634 } 658 }
635 else 659 else
636 { 660 {
637 if (selection.op && current_screen == selection.screen) 661 if (selection.op && current_screen == selection.screen)
638 { 662 {
639 int i = selection.beg.row; 663 if ((selection.beg.row < row1 && selection.end.row > row1)
640 int j = selection.end.row; 664 || (selection.beg.row < row2 && selection.end.row > row2)
641
642 if ((i < row1 && j > row1)
643 || (i < row2 && j > row2)
644 || (i - count < row1 && i >= row1) 665 || (selection.beg.row - count < row1 && selection.beg.row >= row1)
645 || (i - count > row2 && i <= row2) 666 || (selection.beg.row - count > row2 && selection.beg.row <= row2)
646 || (j - count < row1 && j >= row1) 667 || (selection.end.row - count < row1 && selection.end.row >= row1)
647 || (j - count > row2 && j <= row2)) 668 || (selection.end.row - count > row2 && selection.end.row <= row2))
648 { 669 {
649 CLEAR_ALL_SELECTION (); 670 CLEAR_ALL_SELECTION ();
650 selection.op = SELECTION_CLEAR; /* XXX: too aggressive? */ 671 selection.op = SELECTION_CLEAR;
651 } 672 }
652 else if (j >= row1 && j <= row2) 673 else if (selection.end.row >= row1 && selection.end.row <= row2)
653 { 674 {
654 /* move selected region too */ 675 /* move selected region too */
655 selection.beg.row -= count; 676 selection.beg.row -= count;
656 selection.end.row -= count; 677 selection.end.row -= count;
657 selection.mark.row -= count; 678 selection.mark.row -= count;
665 686
666 int rows = row2 - row1 + 1; 687 int rows = row2 - row1 + 1;
667 688
668 min_it (count, rows); 689 min_it (count, rows);
669 690
691 line_t *temp_buf = row_buf + total_rows;
692
670 for (int row = 0; row < rows; row++) 693 for (int row = 0; row < rows; row++)
671 { 694 {
672 temp_buf [row] = ROW(row1 + (row + count + rows) % rows); 695 temp_buf [row] = ROW(row1 + (row + count + rows) % rows);
673 696
674 if (!IN_RANGE_EXC (row + count, 0, rows)) 697 if (!IN_RANGE_EXC (row + count, 0, rows))
685/* ------------------------------------------------------------------------- */ 708/* ------------------------------------------------------------------------- */
686/* 709/*
687 * Add text given in <str> of length <len> to screen struct 710 * Add text given in <str> of length <len> to screen struct
688 */ 711 */
689void 712void
690rxvt_term::scr_add_lines (const unicode_t *str, int nlines, int len) 713rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines)
691{ 714{
692 if (len <= 0) /* sanity */ 715 if (len <= 0) /* sanity */
693 return; 716 return;
694 717
695 unsigned char checksel; 718 unsigned char checksel;
696 unicode_t c; 719 unicode_t c;
697 int row, last_col; 720 int ncol = this->ncol;
698 const unicode_t *strend = str + len; 721 const wchar_t *strend = str + len;
699 722
700 want_refresh = 1; 723 want_refresh = 1;
701 ZERO_SCROLLBACK (); 724 ZERO_SCROLLBACK ();
702 last_col = ncol;
703 725
704 if (nlines > 0) 726 if (minlines > 0)
705 { 727 {
706 nlines += screen.cur.row - screen.bscroll; 728 minlines += screen.cur.row - screen.bscroll;
729
707 if (nlines > 0 730 if (minlines > 0
708 && screen.tscroll == 0 731 && screen.tscroll == 0
709 && screen.bscroll == (nrow - 1)) 732 && screen.bscroll == nrow - 1)
710 { 733 {
711 /* _at least_ this many lines need to be scrolled */ 734 /* _at least_ this many lines need to be scrolled */
712 scr_scroll_text (screen.tscroll, screen.bscroll, nlines); 735 scr_scroll_text (screen.tscroll, screen.bscroll, minlines);
713 screen.cur.row -= nlines; 736 screen.cur.row -= minlines;
714 } 737 }
715 } 738 }
716 739
717#ifdef DEBUG_STRICT 740#ifdef DEBUG_STRICT
718 assert (screen.cur.col < last_col); 741 assert (screen.cur.col < ncol);
719 assert (screen.cur.row < nrow 742 assert (screen.cur.row < nrow
720 && screen.cur.row >= -nsaved); 743 && screen.cur.row >= -nsaved);
721#endif 744#endif
722 row = screen.cur.row; 745 int row = screen.cur.row;
723 746
724 checksel = selection.op && current_screen == selection.screen ? 1 : 0; 747 checksel = selection.op && current_screen == selection.screen ? 1 : 0;
725 748
726 line_t *line = &ROW(row); 749 line_t *line = &ROW(row);
727 750
728 while (str < strend) 751 while (str < strend)
729 { 752 {
730 c = *str++; 753 c = (unicode_t)*str++; // convert to rxvt-unicodes representation
731 754
732 if (c < 0x20) 755 if (c < 0x20)
733 if (c == C0_LF) 756 if (c == C0_LF)
734 { 757 {
735 if (!line->is_longer ()) /* XXX: think about this */
736 max_it (line->l, screen.cur.col); 758 max_it (line->l, screen.cur.col);
737 759
738 screen.flags &= ~Screen_WrapNext; 760 screen.flags &= ~Screen_WrapNext;
739 761
740 if (screen.cur.row == screen.bscroll) 762 if (screen.cur.row == screen.bscroll)
741 scr_scroll_text (screen.tscroll, screen.bscroll, 1); 763 scr_scroll_text (screen.tscroll, screen.bscroll, 1);
745 line = &ROW(row); /* _must_ refresh */ 767 line = &ROW(row); /* _must_ refresh */
746 continue; 768 continue;
747 } 769 }
748 else if (c == C0_CR) 770 else if (c == C0_CR)
749 { 771 {
750 if (!line->is_longer ()) /* XXX: think about this */
751 max_it (line->l, screen.cur.col); 772 max_it (line->l, screen.cur.col);
752 773
753 screen.flags &= ~Screen_WrapNext; 774 screen.flags &= ~Screen_WrapNext;
754 screen.cur.col = 0; 775 screen.cur.col = 0;
755 continue; 776 continue;
756 } 777 }
773 CLEAR_SELECTION (); 794 CLEAR_SELECTION ();
774 } 795 }
775 796
776 if (screen.flags & Screen_WrapNext) 797 if (screen.flags & Screen_WrapNext)
777 { 798 {
799 max_it (line->l, ncol);
778 line->set_is_longer (); 800 line->is_longer (1);
779 801
780 scr_do_wrap (); 802 scr_do_wrap ();
781 803
782 row = screen.cur.row; 804 row = screen.cur.row;
783 line = &ROW(row); /* _must_ refresh */ 805 line = &ROW(row); /* _must_ refresh */
791 // do wcwidth before further replacements, as wcwidth might return -1 813 // do wcwidth before further replacements, as wcwidth might return -1
792 // for the line drawing characters below as they might be invalid in the current 814 // for the line drawing characters below as they might be invalid in the current
793 // locale. 815 // locale.
794 int width = c < 0x100 ? 1 : wcwidth (c); 816 int width = c < 0x100 ? 1 : wcwidth (c);
795 817
796 if (charsets[screen.charset] == '0') // DEC SPECIAL 818 if (charsets [screen.charset] == '0') // DEC SPECIAL
797 { 819 {
798 // vt100 special graphics and line drawing 820 // vt100 special graphics and line drawing
799 // 5f-7e standard vt100 821 // 5f-7e standard vt100
800 // 40-5e rxvt extension for extra curses acs chars 822 // 40-5e rxvt extension for extra curses acs chars
801 static uint16_t vt100_0[62] = { // 41 .. 7e 823 static uint16_t vt100_0[62] = { // 41 .. 7e
853 } 875 }
854 876
855 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c)); 877 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c));
856 878
857 // if the character doesn't fit into the remaining columns... 879 // if the character doesn't fit into the remaining columns...
858 if (screen.cur.col > last_col - width && last_col >= width) 880 if (screen.cur.col > ncol - width && ncol >= width)
859 { 881 {
860 // ...output spaces 882 // ...output spaces
861 c = ' '; 883 c = ' ';
862 // and try the same character next loop iteration 884 // and try the same character next loop iteration
863 --str; 885 --str;
864 } 886 }
865 887
888 line->touch ();
889
866 do 890 do
867 { 891 {
868 line->t[screen.cur.col] = c; 892 line->t[screen.cur.col] = c;
869 line->r[screen.cur.col] = rend; 893 line->r[screen.cur.col] = rend;
870 894
871 if (screen.cur.col < last_col - 1) 895 if (screen.cur.col < ncol - 1)
872 screen.cur.col++; 896 screen.cur.col++;
873 else 897 else
874 { 898 {
875 line->l = last_col; 899 line->l = ncol;
876 if (screen.flags & Screen_Autowrap) 900 if (screen.flags & Screen_Autowrap)
877 screen.flags |= Screen_WrapNext; 901 screen.flags |= Screen_WrapNext;
878 break; 902 break;
879 } 903 }
880 904
882 } 906 }
883 while (--width > 0); 907 while (--width > 0);
884 908
885 // pad with spaces when overwriting wide character with smaller one 909 // pad with spaces when overwriting wide character with smaller one
886 if (!width) 910 if (!width)
911 {
912 line->touch ();
913
887 for (int c = screen.cur.col; c < last_col && line->t[c] == NOCHAR; c++) 914 for (int c = screen.cur.col; c < ncol && line->t[c] == NOCHAR; c++)
888 { 915 {
889 line->t[c] = ' '; 916 line->t[c] = ' ';
890 line->r[c] = rend; 917 line->r[c] = rend;
891 } 918 }
919 }
892 } 920 }
893 else // width == 0 921 else // width == 0
894 { 922 {
895#if ENABLE_COMBINING 923#if ENABLE_COMBINING
896 // handle combining characters 924 // handle combining characters
897 // we just tag the accent on the previous on-screen character. 925 // we just tag the accent on the previous on-screen character.
898 // this is arguably not correct, but also arguably not wrong. 926 // this is arguably not correct, but also arguably not wrong.
899 // we don't handle double-width characters nicely yet. 927 // we don't handle double-width characters nicely yet.
928 line_t *linep;
900 text_t *tp; 929 text_t *tp;
901 rend_t *rp; 930 rend_t *rp;
902 931
903 if (screen.cur.col > 0) 932 if (screen.cur.col > 0)
904 { 933 {
934 linep = line;
905 tp = line->t + screen.cur.col - 1; 935 tp = line->t + screen.cur.col - 1;
906 rp = line->r + screen.cur.col - 1; 936 rp = line->r + screen.cur.col - 1;
907
908 while (*tp == NOCHAR && tp > line->t)
909 tp--, rp--;
910 } 937 }
911 else if (screen.cur.row > 0 938 else if (screen.cur.row > 0
912 && ROW(screen.cur.row - 1).is_longer ()) 939 && ROW(screen.cur.row - 1).is_longer ())
913 { 940 {
914 line_t *line = &ROW(screen.cur.row - 1); 941 linep = &ROW(screen.cur.row - 1);
915
916 tp = line->t + last_col - 1; 942 tp = line->t + ncol - 1;
917 rp = line->r + last_col - 1; 943 rp = line->r + ncol - 1;
918
919 while (*tp == NOCHAR && tp > line->t)
920 tp--, rp--;
921 } 944 }
922 else 945 else
923 continue; 946 continue;
947
948 linep->touch ();
949
950 while (*tp == NOCHAR && tp > linep->t)
951 tp--, rp--;
924 952
925 // first try to find a precomposed character 953 // first try to find a precomposed character
926 unicode_t n = rxvt_compose (*tp, c); 954 unicode_t n = rxvt_compose (*tp, c);
927 if (n == NOCHAR) 955 if (n == NOCHAR)
928 n = rxvt_composite.compose (*tp, c); 956 n = rxvt_composite.compose (*tp, c);
931 *rp = SET_FONT (*rp, FONTSET (*rp)->find_font (*tp)); 959 *rp = SET_FONT (*rp, FONTSET (*rp)->find_font (*tp));
932#endif 960#endif
933 } 961 }
934 } 962 }
935 963
936 if (!line->is_longer ()) /* XXX: think about this */
937 max_it (line->l, screen.cur.col); 964 max_it (line->l, screen.cur.col);
938 965
939#ifdef DEBUG_STRICT 966#ifdef DEBUG_STRICT
940 assert (screen.cur.row >= 0); 967 assert (screen.cur.row >= 0);
941#endif 968#endif
942} 969}
984 1011
985 if (count == 0) 1012 if (count == 0)
986 return; 1013 return;
987 else if (count > 0) 1014 else if (count > 0)
988 { 1015 {
989 int row = screen.cur.row;
990
991 line_t &l = ROW(row); 1016 line_t &l = ROW(screen.cur.row);
992 rend_t base_rend = l.r[i]; 1017 rend_t base_rend = l.r[i];
993 ht &= l.t[i] == ' '; 1018 ht &= l.t[i] == ' ';
994 1019
995 for (; ++i < ncol; ) 1020 for (; ++i < ncol; )
996 if (tabs[i]) 1021 if (tabs[i])
997 { 1022 {
998 x = i; 1023 x = i;
1024
999 if (!--count) 1025 if (!--count)
1000 break; 1026 break;
1001 } 1027 }
1002 else 1028 else
1003 ht &= l.t[i] == ' ' 1029 ht &= l.t[i] == ' '
1006 if (count) 1032 if (count)
1007 x = ncol - 1; 1033 x = ncol - 1;
1008 1034
1009 // store horizontal tab commands as characters inside the text 1035 // store horizontal tab commands as characters inside the text
1010 // buffer so they can be selected and pasted. 1036 // buffer so they can be selected and pasted.
1011 if (ht && options & Opt_pastableTabs) 1037 if (ht && OPTION (Opt_pastableTabs))
1012 { 1038 {
1013 base_rend = SET_FONT (base_rend, 0); 1039 base_rend = SET_FONT (base_rend, 0);
1014 1040
1015 if (!l.is_longer ()) /* XXX: think about this */ 1041 l.touch (x);
1016 max_it (l.l, x);
1017 1042
1018 i = screen.cur.col; 1043 i = screen.cur.col;
1019 1044
1020 l.t[i] = '\t'; 1045 l.t[i] = '\t';
1021 l.r[i] = base_rend; 1046 l.r[i] = base_rend;
1071 */ 1096 */
1072#if ENABLE_FRILLS 1097#if ENABLE_FRILLS
1073void 1098void
1074rxvt_term::scr_forwardindex () 1099rxvt_term::scr_forwardindex ()
1075{ 1100{
1076 int row;
1077
1078 if (screen.cur.col < ncol - 1) 1101 if (screen.cur.col < ncol - 1)
1079 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE); 1102 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE);
1080 else 1103 else
1081 { 1104 {
1082 row = screen.cur.row; 1105 line_t &l = ROW(screen.cur.row);
1083 1106
1084 if (ROW(row).is_longer ()) //TODO//FIXME//LEN 1107 l.touch ();
1085 ROW(row).l = ncol; 1108 l.is_longer (0);
1086 1109
1087 scr_gotorc (0, 0, R_RELATIVE); 1110 scr_gotorc (0, 0, R_RELATIVE);
1088 scr_insdel_chars (1, DELETE); 1111 scr_insdel_chars (1, DELETE);
1089 scr_gotorc (0, ncol - 1, R_RELATIVE); 1112 scr_gotorc (0, ncol - 1, R_RELATIVE);
1090 } 1113 }
1173 * XTERM_SEQ: Clear whole line : ESC [ 2 K 1196 * XTERM_SEQ: Clear whole line : ESC [ 2 K
1174 */ 1197 */
1175void 1198void
1176rxvt_term::scr_erase_line (int mode) 1199rxvt_term::scr_erase_line (int mode)
1177{ 1200{
1178 unsigned int row, col, num; 1201 unsigned int col, num;
1179 1202
1180 want_refresh = 1; 1203 want_refresh = 1;
1181 ZERO_SCROLLBACK (); 1204 ZERO_SCROLLBACK ();
1182 1205
1183 selection_check (1); 1206 selection_check (1);
1184 1207
1185 row = screen.cur.row; 1208 line_t &line = ROW(screen.cur.row);
1209
1210 line.touch ();
1211 line.is_longer (0);
1186 1212
1187 switch (mode) 1213 switch (mode)
1188 { 1214 {
1189 case 0: /* erase to end of line */ 1215 case 0: /* erase to end of line */
1190 col = screen.cur.col; 1216 col = screen.cur.col;
1191 num = ncol - col; 1217 num = ncol - col;
1192 min_it (ROW(row).l, col); 1218 min_it (line.l, col);
1193 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur) 1219 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)
1194 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur)) 1220 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur))
1195 CLEAR_SELECTION (); 1221 CLEAR_SELECTION ();
1196 break; 1222 break;
1197 case 1: /* erase to beginning of line */ 1223 case 1: /* erase to beginning of line */
1202 CLEAR_SELECTION (); 1228 CLEAR_SELECTION ();
1203 break; 1229 break;
1204 case 2: /* erase whole line */ 1230 case 2: /* erase whole line */
1205 col = 0; 1231 col = 0;
1206 num = ncol; 1232 num = ncol;
1207 ROW(row).l = 0; 1233 line.l = 0;
1208 if (selection.beg.row <= screen.cur.row 1234 if (selection.beg.row <= screen.cur.row
1209 && selection.end.row >= screen.cur.row) 1235 && selection.end.row >= screen.cur.row)
1210 CLEAR_SELECTION (); 1236 CLEAR_SELECTION ();
1211 break; 1237 break;
1212 default: 1238 default:
1213 return; 1239 return;
1214 } 1240 }
1215 1241
1216 scr_blank_line (ROW(row), col, num, rstyle); 1242 scr_blank_line (line, col, num, rstyle);
1217} 1243}
1218 1244
1219/* ------------------------------------------------------------------------- */ 1245/* ------------------------------------------------------------------------- */
1220/* 1246/*
1221 * Erase part of whole of the screen 1247 * Erase part of whole of the screen
1276 CLEAR_ROWS (row, num); 1302 CLEAR_ROWS (row, num);
1277 } 1303 }
1278 else 1304 else
1279 { 1305 {
1280 ren = rstyle & (RS_fgMask | RS_bgMask); 1306 ren = rstyle & (RS_fgMask | RS_bgMask);
1281 gcvalue.foreground = pix_colors[GET_BGCOLOR (rstyle)]; 1307 gcvalue.foreground = pix_colors[bgcolor_of (rstyle)];
1282 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1308 XChangeGC (display->display, gc, GCForeground, &gcvalue);
1283 ERASE_ROWS (row, num); 1309 ERASE_ROWS (row, num);
1284 gcvalue.foreground = pix_colors[Color_fg]; 1310 gcvalue.foreground = pix_colors[Color_fg];
1285 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1311 XChangeGC (display->display, gc, GCForeground, &gcvalue);
1286 } 1312 }
1287 1313
1288 for (; num--; row++) 1314 for (; num--; row++)
1289 { 1315 {
1290 scr_blank_screen_mem (ROW (row), rstyle); 1316 scr_blank_screen_mem (ROW(row), rstyle);
1291 ROW (row).l = 0;
1292 scr_blank_line (drawn_buf [row], 0, ncol, ren); 1317 scr_blank_line (drawn_buf [row], 0, ncol, ren);
1293 } 1318 }
1294} 1319}
1295 1320
1296#if ENABLE_FRILLS 1321#if ENABLE_FRILLS
1329 rend_t *r1 = line.r; 1354 rend_t *r1 = line.r;
1330 1355
1331 for (int j = ncol; j--; ) 1356 for (int j = ncol; j--; )
1332 *r1++ = fs; 1357 *r1++ = fs;
1333 1358
1334 line.l = ncol; /* make the `E's selectable */ 1359 line.is_longer (0);
1360 line.touch (ncol);
1335 } 1361 }
1336} 1362}
1337 1363
1338/* ------------------------------------------------------------------------- */ 1364/* ------------------------------------------------------------------------- */
1339/* 1365/*
1387 min_it (count, ncol - screen.cur.col); 1413 min_it (count, ncol - screen.cur.col);
1388 1414
1389 row = screen.cur.row; 1415 row = screen.cur.row;
1390 1416
1391 line_t *line = &ROW(row); 1417 line_t *line = &ROW(row);
1418
1419 line->touch ();
1420 line->is_longer (0);
1392 1421
1393 switch (insdel) 1422 switch (insdel)
1394 { 1423 {
1395 case INSERT: 1424 case INSERT:
1396 for (col = ncol - 1; (col - count) >= screen.cur.col; col--) 1425 for (col = ncol - 1; (col - count) >= screen.cur.col; col--)
1397 { 1426 {
1398 line->t[col] = line->t[col - count]; 1427 line->t[col] = line->t[col - count];
1399 line->r[col] = line->r[col - count]; 1428 line->r[col] = line->r[col - count];
1400 } 1429 }
1401 1430
1402 if (!line->is_longer ()) 1431 line->l = min (line->l + count, ncol);
1403 {
1404 line->l += count;
1405 min_it (line->l, ncol);
1406 }
1407 1432
1408 if (selection.op && current_screen == selection.screen 1433 if (selection.op && current_screen == selection.screen
1409 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)) 1434 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur))
1410 { 1435 {
1411 if (selection.end.row != screen.cur.row 1436 if (selection.end.row != screen.cur.row
1424 1449
1425 case ERASE: 1450 case ERASE:
1426 screen.cur.col += count; /* don't worry if > ncol */ 1451 screen.cur.col += count; /* don't worry if > ncol */
1427 selection_check (1); 1452 selection_check (1);
1428 screen.cur.col -= count; 1453 screen.cur.col -= count;
1454
1455 line->l = max (line->l - count, 0);
1429 scr_blank_line (*line, screen.cur.col, count, rstyle); 1456 scr_blank_line (*line, screen.cur.col, count, rstyle);
1430 break; 1457 break;
1431 1458
1432 case DELETE: 1459 case DELETE:
1433 tr = line->r[ncol - 1] & (RS_fgMask | RS_bgMask | RS_baseattrMask); 1460 tr = line->r[ncol - 1] & (RS_fgMask | RS_bgMask | RS_baseattrMask);
1436 { 1463 {
1437 line->t[col] = line->t[col + count]; 1464 line->t[col] = line->t[col + count];
1438 line->r[col] = line->r[col + count]; 1465 line->r[col] = line->r[col + count];
1439 } 1466 }
1440 1467
1468 line->l = max (line->l - count, 0);
1441 scr_blank_line (*line, ncol - count, count, tr); 1469 scr_blank_line (*line, ncol - count, count, tr);
1442
1443 if (line->is_longer ()) /* break line continuation */
1444 line->l = ncol;
1445
1446 line->l = max (line->l - count, 0);
1447 1470
1448 if (selection.op && current_screen == selection.screen 1471 if (selection.op && current_screen == selection.screen
1449 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)) 1472 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur))
1450 { 1473 {
1451 if (selection.end.row != screen.cur.row 1474 if (selection.end.row != screen.cur.row
1563rxvt_term::scr_set_tab (int mode) 1586rxvt_term::scr_set_tab (int mode)
1564{ 1587{
1565 if (mode < 0) 1588 if (mode < 0)
1566 memset (tabs, 0, ncol * sizeof (char)); 1589 memset (tabs, 0, ncol * sizeof (char));
1567 else if (screen.cur.col < ncol) 1590 else if (screen.cur.col < ncol)
1568 tabs[screen.cur.col] = (mode ? 1 : 0); 1591 tabs [screen.cur.col] = !!mode;
1569} 1592}
1570 1593
1571/* ------------------------------------------------------------------------- */ 1594/* ------------------------------------------------------------------------- */
1572/* 1595/*
1573 * Set reverse/normal video 1596 * Set reverse/normal video
1585 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]); 1608 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]);
1586#if XPM_BACKGROUND 1609#if XPM_BACKGROUND
1587 if (bgPixmap.pixmap == None) 1610 if (bgPixmap.pixmap == None)
1588#endif 1611#endif
1589#if TRANSPARENT 1612#if TRANSPARENT
1590 if (! (options & Opt_transparent) || am_transparent == 0) 1613 if (! OPTION (Opt_transparent) || am_transparent == 0)
1591#endif 1614#endif
1592 XSetWindowBackground (display->display, vt, 1615 XSetWindowBackground (display->display, vt,
1593 pix_colors[Color_bg]); 1616 pix_colors[Color_bg]);
1594 1617
1595 gcvalue.foreground = pix_colors[Color_fg]; 1618 gcvalue.foreground = pix_colors[Color_fg];
1620 * Set font style 1643 * Set font style
1621 */ 1644 */
1622void 1645void
1623rxvt_term::set_font_style () 1646rxvt_term::set_font_style ()
1624{ 1647{
1648#if 0
1625 switch (charsets[screen.charset]) 1649 switch (charsets [screen.charset])
1626 { 1650 {
1627 case '0': /* DEC Special Character & Line Drawing Set */ 1651 case '0': /* DEC Special Character & Line Drawing Set */
1628 break; 1652 break;
1629 case 'A': /* United Kingdom (UK) */ 1653 case 'A': /* United Kingdom (UK) */
1630 break; 1654 break;
1637 case 'C': /* Finnish character set */ 1661 case 'C': /* Finnish character set */
1638 break; 1662 break;
1639 case 'K': /* German character set */ 1663 case 'K': /* German character set */
1640 break; 1664 break;
1641 } 1665 }
1666#endif
1642} 1667}
1643 1668
1644/* ------------------------------------------------------------------------- */ 1669/* ------------------------------------------------------------------------- */
1645/* 1670/*
1646 * Choose a font 1671 * Choose a font
1813int 1838int
1814rxvt_term::scr_changeview (unsigned int oldviewstart) 1839rxvt_term::scr_changeview (unsigned int oldviewstart)
1815{ 1840{
1816 if (view_start != oldviewstart) 1841 if (view_start != oldviewstart)
1817 { 1842 {
1843 HOOK_INVOKE ((this, HOOK_VIEW_CHANGE, DT_INT, view_start, DT_END));
1844
1818 want_refresh = 1; 1845 want_refresh = 1;
1819 num_scr -= (view_start - oldviewstart); 1846 num_scr -= (view_start - oldviewstart);
1820 } 1847 }
1821 1848
1822 return (int) (view_start - oldviewstart); 1849 return (int)view_start - (int)oldviewstart;
1823} 1850}
1824 1851
1825/* ------------------------------------------------------------------------- */ 1852/* ------------------------------------------------------------------------- */
1826void 1853void
1827rxvt_term::scr_bell () 1854rxvt_term::scr_bell ()
1828{ 1855{
1829#ifndef NO_BELL 1856#ifndef NO_BELL
1830 1857
1831# ifndef NO_MAPALERT 1858# ifndef NO_MAPALERT
1832# ifdef MAPALERT_OPTION 1859# ifdef MAPALERT_OPTION
1833 if (options & Opt_mapAlert) 1860 if (OPTION (Opt_mapAlert))
1834# endif 1861# endif
1835 XMapWindow (display->display, parent[0]); 1862 XMapWindow (display->display, parent[0]);
1836# endif 1863# endif
1837 1864
1838 if (options & Opt_visualBell) 1865 if (OPTION (Opt_visualBell))
1839 { 1866 {
1840 scr_rvideo_mode (!rvideo); /* refresh also done */ 1867 scr_rvideo_mode (!rvideo); /* refresh also done */
1868 display->flush ();
1841 rxvt_usleep (VISUAL_BELL_DURATION); 1869 rxvt_usleep (VISUAL_BELL_DURATION);
1842 scr_rvideo_mode (!rvideo); /* refresh also done */ 1870 scr_rvideo_mode (!rvideo); /* refresh also done */
1843 } 1871 }
1844 else 1872 else
1845 XBell (display->display, 0); 1873 XBell (display->display, 0);
1934 1962
1935#if XPM_BACKGROUND 1963#if XPM_BACKGROUND
1936 must_clear |= bgPixmap.pixmap != None; 1964 must_clear |= bgPixmap.pixmap != None;
1937#endif 1965#endif
1938#if TRANSPARENT 1966#if TRANSPARENT
1939 must_clear |= (options & Opt_transparent) && am_transparent; 1967 must_clear |= OPTION (Opt_transparent) && am_transparent;
1940#endif 1968#endif
1941 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 1969 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
1942 1970
1943 /* 1971 /*
1944 * B: reverse any characters which are selected 1972 * B: reverse any characters which are selected
1968 1996
1969 crp = &ROW(screen.cur.row).r[col]; 1997 crp = &ROW(screen.cur.row).r[col];
1970 1998
1971 if (showcursor && focus) 1999 if (showcursor && focus)
1972 { 2000 {
1973 if (options & Opt_cursorUnderline) 2001 if (OPTION (Opt_cursorUnderline))
1974 *crp ^= RS_Uline; 2002 *crp ^= RS_Uline;
1975 else 2003 else
1976 { 2004 {
1977 *crp ^= RS_RVid; 2005 *crp ^= RS_RVid;
1978 2006
1980 cc1 = *crp & (RS_fgMask | RS_bgMask); 2008 cc1 = *crp & (RS_fgMask | RS_bgMask);
1981 if (ISSET_PIXCOLOR (Color_cursor)) 2009 if (ISSET_PIXCOLOR (Color_cursor))
1982 ccol1 = Color_cursor; 2010 ccol1 = Color_cursor;
1983 else 2011 else
1984#ifdef CURSOR_COLOR_IS_RENDITION_COLOR 2012#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
1985 ccol1 = GET_FGCOLOR (rstyle); 2013 ccol1 = fgcolor_of (rstyle);
1986#else 2014#else
1987 ccol1 = Color_fg; 2015 ccol1 = Color_fg;
1988#endif 2016#endif
1989 if (ISSET_PIXCOLOR (Color_cursor2)) 2017 if (ISSET_PIXCOLOR (Color_cursor2))
1990 ccol2 = Color_cursor2; 2018 ccol2 = Color_cursor2;
1991 else 2019 else
1992#ifdef CURSOR_COLOR_IS_RENDITION_COLOR 2020#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
1993 ccol2 = GET_BGCOLOR (rstyle); 2021 ccol2 = bgcolor_of (rstyle);
1994#else 2022#else
1995 ccol2 = Color_bg; 2023 ccol2 = Color_bg;
1996#endif 2024#endif
1997 *crp = SET_FGCOLOR (*crp, ccol1); 2025 *crp = SET_FGCOLOR (*crp, ccol1);
1998 *crp = SET_BGCOLOR (*crp, ccol2); 2026 *crp = SET_BGCOLOR (*crp, ccol2);
2031 oldcursor.col = screen.cur.col; 2059 oldcursor.col = screen.cur.col;
2032 } 2060 }
2033 } 2061 }
2034 } 2062 }
2035 2063
2064 HOOK_INVOKE ((this, HOOK_REFRESH_BEGIN, DT_END));
2036#if ENABLE_OVERLAY 2065#if ENABLE_OVERLAY
2037 scr_swap_overlay (); 2066 scr_swap_overlay ();
2038#endif 2067#endif
2039 2068
2040#ifndef NO_SLOW_LINK_SUPPORT 2069#ifndef NO_SLOW_LINK_SUPPORT
2090 if (wlen < len) 2119 if (wlen < len)
2091 ::swap (wlen, len); 2120 ::swap (wlen, len);
2092 2121
2093 XCopyArea (display->display, vt, vt, 2122 XCopyArea (display->display, vt, vt,
2094 gc, 0, Row2Pixel (len + i), 2123 gc, 0, Row2Pixel (len + i),
2095 (unsigned int)TermWin_TotalWidth (), 2124 (unsigned int)this->width,
2096 (unsigned int)Height2Pixel (wlen - len + 1), 2125 (unsigned int)Height2Pixel (wlen - len + 1),
2097 0, Row2Pixel (len)); 2126 0, Row2Pixel (len));
2098 len = -1; 2127 len = -1;
2099 } 2128 }
2100 } 2129 }
2179 count++, i--; 2208 count++, i--;
2180 2209
2181 /* 2210 /*
2182 * Determine the attributes for the string 2211 * Determine the attributes for the string
2183 */ 2212 */
2184 int fore = GET_FGCOLOR (rend); // desired foreground 2213 int fore = fgcolor_of (rend); // desired foreground
2185 int back = GET_BGCOLOR (rend); // desired background 2214 int back = bgcolor_of (rend); // desired background
2186 2215
2187 // only do special processing if any attributes are set, which is rare 2216 // only do special processing if any attributes are set, which is unlikely
2188 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful)) 2217 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful))
2189 { 2218 {
2190#if ENABLE_STYLES 2219#if ENABLE_STYLES
2191 // force redraw after "careful" characters to avoid pixel droppings 2220 // force redraw after "careful" characters to avoid pixel droppings
2192 if (srp[col] & RS_Careful && col < ncol - 1 && 0) 2221 if (srp[col] & RS_Careful && col < ncol - 1 && 0)
2303 } /* for (row....) */ 2332 } /* for (row....) */
2304 2333
2305#if ENABLE_OVERLAY 2334#if ENABLE_OVERLAY
2306 scr_swap_overlay (); 2335 scr_swap_overlay ();
2307#endif 2336#endif
2337 HOOK_INVOKE ((this, HOOK_REFRESH_END, DT_END));
2308 2338
2309 /* 2339 /*
2310 * G: cleanup cursor and display outline cursor if necessary 2340 * G: cleanup cursor and display outline cursor if necessary
2311 */ 2341 */
2312 if (showcursor) 2342 if (showcursor)
2313 { 2343 {
2314 if (focus) 2344 if (focus)
2315 { 2345 {
2316 if (options & Opt_cursorUnderline) 2346 if (OPTION (Opt_cursorUnderline))
2317 *crp ^= RS_Uline; 2347 *crp ^= RS_Uline;
2318 else 2348 else
2319 { 2349 {
2320 *crp ^= RS_RVid; 2350 *crp ^= RS_RVid;
2321#ifndef NO_CURSORCOLOR 2351#ifndef NO_CURSORCOLOR
2359 num_scr = 0; 2389 num_scr = 0;
2360 num_scr_allow = 1; 2390 num_scr_allow = 1;
2361} 2391}
2362 2392
2363void 2393void
2364rxvt_term::scr_remap_chars (const line_t &l) 2394rxvt_term::scr_remap_chars (line_t &l)
2365{ 2395{
2366 if (!l.t) 2396 if (!l.t)
2367 return; 2397 return;
2398
2399 l.touch (); // maybe a bit of an overkill, but it's not performance-relevant
2368 2400
2369 for (int i = ncol; i--; ) 2401 for (int i = ncol; i--; )
2370 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i])); 2402 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i]));
2371} 2403}
2372 2404
2425 2457
2426 if (really) 2458 if (really)
2427 XClearWindow (display->display, vt); 2459 XClearWindow (display->display, vt);
2428} 2460}
2429 2461
2462void
2463rxvt_term::scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2)
2464{
2465 int view_end = -view_start + nrow;
2466 int row, col;
2467
2468 for (row = max (beg_row, -view_start); row <= min (end_row, view_end); row++)
2469 {
2470 text_t *stp = ROW(row).t;
2471 rend_t *srp = ROW(row).r;
2472
2473 for (col = beg_col; col < end_col; col++)
2474 srp[col] ^= rstyle1;
2475
2476 while (col-- > beg_col && (stp[col] == NOCHAR || unicode::is_space (stp[col])))
2477 srp[col] ^= rstyle2;
2478
2479 if (++col < end_col)
2480 srp[col] ^= rstyle2;
2481 }
2482}
2483
2484void
2485rxvt_term::scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle)
2486{
2487 int view_end = -view_start + nrow;
2488 int row, col;
2489
2490 if (beg_row >= -view_start)
2491 {
2492 col = beg_col;
2493 row = beg_row;
2494 }
2495 else
2496 {
2497 col = 0;
2498 row = -view_start;
2499 }
2500
2501 for (; row < min (end_row, view_end); row++, col = 0)
2502 for (rend_t *srp = ROW(row).r; col < ncol; col++)
2503 srp[col] ^= rstyle;
2504
2505 if (row == end_row)
2506 for (rend_t *srp = ROW(row).r; col < end_col; col++)
2507 srp[col] ^= rstyle;
2508}
2509
2430/* ------------------------------------------------------------------------- */ 2510/* ------------------------------------------------------------------------- */
2431void 2511void
2432rxvt_term::scr_reverse_selection () 2512rxvt_term::scr_reverse_selection ()
2433{ 2513{
2434 if (selection.op 2514 if (selection.op
2435 && current_screen == selection.screen 2515 && current_screen == selection.screen
2436 && selection.end.row >= -view_start) 2516 && selection.end.row >= -view_start)
2437 { 2517 {
2438 int view_end = -view_start + nrow;
2439 int row, col;
2440
2441#if ENABLE_FRILLS 2518#if ENABLE_FRILLS
2442 if (selection.rect) 2519 if (selection.rect)
2443 { 2520 scr_xor_rect (selection.beg.row, selection.beg.col,
2444 for (row = max (selection.beg.row, -view_start); row <= min (selection.end.row, view_end); row++) 2521 selection.end.row, selection.end.col,
2445 for (rend_t *srp = ROW(row).r, col = selection.beg.col; col < selection.end.col; col++) 2522 RS_RVid, RS_RVid | RS_Uline);
2446 srp[col] ^= RS_RVid;
2447 }
2448 else 2523 else
2449#endif 2524#endif
2450 { 2525 scr_xor_span (selection.beg.row, selection.beg.col,
2451 if (selection.beg.row >= -view_start) 2526 selection.end.row, selection.end.col,
2452 { 2527 RS_RVid);
2453 col = selection.beg.col;
2454 row = selection.beg.row;
2455 }
2456 else
2457 {
2458 col = 0;
2459 row = view_start;
2460 }
2461
2462 for (; row < min (selection.end.row, view_end); row++, col = 0)
2463 for (rend_t *srp = ROW(row).r; col < ncol; col++)
2464 srp[col] ^= RS_RVid;
2465
2466 if (row == selection.end.row)
2467 for (rend_t *srp = ROW(row).r; col < selection.end.col; col++)
2468 srp[col] ^= RS_RVid;
2469 }
2470 } 2528 }
2471} 2529}
2472 2530
2473/* ------------------------------------------------------------------------- */ 2531/* ------------------------------------------------------------------------- */
2474/* 2532/*
2535/* ------------------------------------------------------------------------- */ 2593/* ------------------------------------------------------------------------- */
2536/* 2594/*
2537 * Paste a selection direct to the command fd 2595 * Paste a selection direct to the command fd
2538 */ 2596 */
2539void 2597void
2540rxvt_term::paste (unsigned char *data, unsigned int len) 2598rxvt_term::paste (char *data, unsigned int len)
2541{ 2599{
2542 /* convert normal newline chars into common keyboard Return key sequence */ 2600 /* convert normal newline chars into common keyboard Return key sequence */
2543 for (unsigned int i = 0; i < len; i++) 2601 for (unsigned int i = 0; i < len; i++)
2544 if (data[i] == C0_LF) 2602 if (data[i] == C0_LF)
2545 data[i] = C0_CR; 2603 data[i] = C0_CR;
2689 { 2747 {
2690 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems); 2748 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems);
2691 char *s = rxvt_wcstombs (w); 2749 char *s = rxvt_wcstombs (w);
2692 free (w); 2750 free (w);
2693 // TODO: strlen == only the first element will be converted. well... 2751 // TODO: strlen == only the first element will be converted. well...
2694 paste ((unsigned char *)s, strlen (s)); 2752 paste (s, strlen (s));
2695 free (s); 2753 free (s);
2696 } 2754 }
2697 else 2755 else
2698#endif 2756#endif
2699 if (XmbTextPropertyToTextList (display->display, &ct, &cl, &cr) >= 0 2757 if (XmbTextPropertyToTextList (display->display, &ct, &cl, &cr) >= 0
2700 && cl) 2758 && cl)
2701 { 2759 {
2702 for (int i = 0; i < cr; i++) 2760 for (int i = 0; i < cr; i++)
2703 paste ((unsigned char *)cl[i], strlen (cl[i])); 2761 paste (cl[i], strlen (cl[i]));
2704 2762
2705 XFreeStringList (cl); 2763 XFreeStringList (cl);
2706 } 2764 }
2707 else 2765 else
2708 paste (ct.value, ct.nitems); // paste raw 2766 paste ((char *)ct.value, ct.nitems); // paste raw
2709 2767
2710bailout: 2768bailout:
2711 XFree (ct.value); 2769 XFree (ct.value);
2712 2770
2713 if (selection_wait == Sel_normal) 2771 if (selection_wait == Sel_normal)
2751 return; /* outside window */ 2809 return; /* outside window */
2752 2810
2753 if (selection.text) 2811 if (selection.text)
2754 { /* internal selection */ 2812 { /* internal selection */
2755 char *str = rxvt_wcstombs (selection.text, selection.len); 2813 char *str = rxvt_wcstombs (selection.text, selection.len);
2756 paste ((unsigned char *)str, strlen (str)); 2814 paste (str, strlen (str));
2757 free (str); 2815 free (str);
2758 return; 2816 return;
2759 } 2817 }
2760 else 2818 else
2761 { 2819 {
2853 selection.op = SELECTION_DONE; 2911 selection.op = SELECTION_DONE;
2854 2912
2855 if (selection.clicks == 4) 2913 if (selection.clicks == 4)
2856 return; /* nothing selected, go away */ 2914 return; /* nothing selected, go away */
2857 2915
2916 if (HOOK_INVOKE ((this, HOOK_SEL_MAKE, DT_LONG, (long)tm, DT_END)))
2917 return;
2918
2858 i = (selection.end.row - selection.beg.row + 1) * (ncol + 1); 2919 i = (selection.end.row - selection.beg.row + 1) * (ncol + 1);
2859 new_selection_text = (wchar_t *)rxvt_malloc ((i + 4) * sizeof (wchar_t)); 2920 new_selection_text = (wchar_t *)rxvt_malloc ((i + 4) * sizeof (wchar_t));
2860 2921
2861 int ofs = 0; 2922 int ofs = 0;
2862 int extra = 0; 2923 int extra = 0;
2874 col = selection.beg.col; 2935 col = selection.beg.col;
2875 end_col = ncol + 1; 2936 end_col = ncol + 1;
2876 } 2937 }
2877 else 2938 else
2878#endif 2939#endif
2879 end_col = ROW(row).is_longer () ? ncol : ROW(row).l; //TODO//FIXME//LEN 2940 end_col = ROW(row).l;
2880 2941
2881 col = max (col, 0); 2942 col = max (col, 0);
2882 2943
2883 if (row == selection.end.row || selection.rect) 2944 if (row == selection.end.row
2945#if ENABLE_FRILLS
2946 || selection.rect
2947#endif
2948 )
2884 end_col = min (end_col, selection.end.col); 2949 min_it (end_col, selection.end.col);
2885 2950
2886 t = ROW(row).t + col; 2951 t = ROW(row).t + col;
2952
2887 for (; col < end_col; col++) 2953 for (; col < end_col; col++)
2888 { 2954 {
2889 if (*t == NOCHAR) 2955 if (*t == NOCHAR)
2890 t++; 2956 t++;
2891#if ENABLE_COMBINING 2957#if ENABLE_COMBINING
2907#endif 2973#endif
2908 else 2974 else
2909 new_selection_text[ofs++] = *t++; 2975 new_selection_text[ofs++] = *t++;
2910 } 2976 }
2911 2977
2978#if ENABLE_FRILLS
2979 if (selection.rect)
2980 {
2981 while (ofs
2982 && new_selection_text[ofs - 1] != C0_LF
2983 && unicode::is_space (new_selection_text[ofs - 1]))
2984 --ofs;
2985
2986 new_selection_text[ofs++] = C0_LF;
2987 }
2988 else
2989#endif
2912 if (!ROW(row).is_longer () && row != selection.end.row) 2990 if (!ROW(row).is_longer () && row != selection.end.row)
2913 new_selection_text[ofs++] = C0_LF; 2991 new_selection_text[ofs++] = C0_LF;
2914 } 2992 }
2915 2993
2916 if (end_col != selection.end.col) 2994 if (end_col != selection.end.col)
2917 new_selection_text[ofs++] = C0_LF; 2995 new_selection_text[ofs++] = C0_LF;
2918 2996
2928 3006
2929 // we usually allocate much more than necessary, so realloc it smaller again 3007 // we usually allocate much more than necessary, so realloc it smaller again
2930 selection.len = ofs; 3008 selection.len = ofs;
2931 selection.text = (wchar_t *)rxvt_realloc (new_selection_text, (ofs + 1) * sizeof (wchar_t)); 3009 selection.text = (wchar_t *)rxvt_realloc (new_selection_text, (ofs + 1) * sizeof (wchar_t));
2932 3010
3011 if (HOOK_INVOKE ((this, HOOK_SEL_GRAB, DT_LONG, (long)tm, DT_END)))
3012 return;
3013
3014 selection_grab (tm);
3015}
3016
3017bool
3018rxvt_term::selection_grab (Time tm)
3019{
3020 selection_time = tm;
3021
2933 XSetSelectionOwner (display->display, XA_PRIMARY, vt, tm); 3022 XSetSelectionOwner (display->display, XA_PRIMARY, vt, tm);
2934 if (XGetSelectionOwner (display->display, XA_PRIMARY) == vt) 3023 if (XGetSelectionOwner (display->display, XA_PRIMARY) == vt)
3024 {
2935 display->set_selection_owner (this); 3025 display->set_selection_owner (this);
3026 return true;
3027 }
2936 else 3028 else
2937 rxvt_warn ("can't get primary selection, ignoring.\n"); 3029 return false;
2938 3030
2939#if 0 3031#if 0
2940 XTextProperty ct; 3032 XTextProperty ct;
2941 3033
2942 if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0) 3034 if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0)
2943 { 3035 {
2944 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems); 3036 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems);
2945 XFree (ct.value); 3037 XFree (ct.value);
2946 } 3038 }
2947#endif 3039#endif
2948
2949 selection_time = tm;
2950} 3040}
2951 3041
2952/* ------------------------------------------------------------------------- */ 3042/* ------------------------------------------------------------------------- */
2953/* 3043/*
2954 * Mark or select text based upon number of clicks: 1, 2, or 3 3044 * Mark or select text based upon number of clicks: 1, 2, or 3
3076 } 3166 }
3077 } 3167 }
3078 break; 3168 break;
3079 } 3169 }
3080 3170
3081Old_Word_Selection_You_Die:
3082 if (dirn == DN) 3171 if (dirn == DN)
3083 col++; /* put us on one past the end */ 3172 col++; /* put us on one past the end */
3084 3173
3085 /* Poke the values back in */ 3174 /* Poke the values back in */
3086 ret->row = row; 3175 ret->row = row;
3263 else if (selection.clicks == 2) 3352 else if (selection.clicks == 2)
3264 { 3353 {
3265 if (ROWCOL_IS_AFTER (selection.end, selection.beg)) 3354 if (ROWCOL_IS_AFTER (selection.end, selection.beg))
3266 selection.end.col--; 3355 selection.end.col--;
3267 3356
3357 if (!HOOK_INVOKE ((this, HOOK_SEL_EXTEND, DT_END)))
3358 {
3268 selection_delimit_word (UP, &selection.beg, &selection.beg); 3359 selection_delimit_word (UP, &selection.beg, &selection.beg);
3269 selection_delimit_word (DN, &selection.end, &selection.end); 3360 selection_delimit_word (DN, &selection.end, &selection.end);
3361 }
3270 } 3362 }
3271 else if (selection.clicks == 3) 3363 else if (selection.clicks == 3)
3272 { 3364 {
3273#if ENABLE_FRILLS 3365#if ENABLE_FRILLS
3274 if (options & Opt_tripleclickwords) 3366 if (OPTION (Opt_tripleclickwords))
3275 { 3367 {
3276 selection_delimit_word (UP, &selection.beg, &selection.beg); 3368 selection_delimit_word (UP, &selection.beg, &selection.beg);
3277 3369
3278 for (int end_row = selection.mark.row; end_row < nrow; end_row++) 3370 for (int end_row = selection.mark.row; end_row < nrow; end_row++)
3279 { 3371 {
3340 { 3432 {
3341 stp = ROW(end_row).t; 3433 stp = ROW(end_row).t;
3342 3434
3343 while (--end_col >= 0) 3435 while (--end_col >= 0)
3344 { 3436 {
3345 if (stp[end_col] != ' ' 3437 if (stp[end_col] != NOCHAR
3346 && stp[end_col] != '\t' 3438 && !unicode::is_space (stp[end_col]))
3347 && stp[end_col] != NOCHAR)
3348 break; 3439 break;
3349 } 3440 }
3350 3441
3351 if (end_col >= 0 3442 if (end_col >= 0
3352 || !ROW(end_row - 1).is_longer ()) 3443 || !ROW(end_row - 1).is_longer ())
3551 3642
3552#if ENABLE_OVERLAY 3643#if ENABLE_OVERLAY
3553void 3644void
3554rxvt_term::scr_overlay_new (int x, int y, int w, int h) 3645rxvt_term::scr_overlay_new (int x, int y, int w, int h)
3555{ 3646{
3556 if (nrow < 3 || ncol < 3) 3647 if (nrow < 1 || ncol < 1)
3557 return; 3648 return;
3558 3649
3559 want_refresh = 1; 3650 want_refresh = 1;
3560 3651
3561 scr_overlay_off (); 3652 scr_overlay_off ();
3668 for (int y = ov_h; y--; ) 3759 for (int y = ov_h; y--; )
3669 { 3760 {
3670 text_t *t1 = ov_text[y]; 3761 text_t *t1 = ov_text[y];
3671 rend_t *r1 = ov_rend[y]; 3762 rend_t *r1 = ov_rend[y];
3672 3763
3673 text_t *t2 = ROW(y - view_start).t + ov_x; 3764 text_t *t2 = ROW(y + ov_y - view_start).t + ov_x;
3674 rend_t *r2 = ROW(y - view_start).r + ov_x; 3765 rend_t *r2 = ROW(y + ov_y - view_start).r + ov_x;
3675 3766
3676 for (int x = ov_w; x--; ) 3767 for (int x = ov_w; x--; )
3677 { 3768 {
3678 text_t t = *t1; *t1++ = *t2; *t2++ = t; 3769 text_t t = *t1; *t1++ = *t2; *t2++ = t;
3679 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, FONTSET (r)->find_font (t)); 3770 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, FONTSET (r)->find_font (t));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines