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.381 by sf-exg, Fri Apr 22 10:01:39 2011 UTC vs.
Revision 1.385 by sf-exg, Wed Jul 6 00:40:10 2011 UTC

631rxvt_term::scr_scroll_text (int row1, int row2, int count) NOTHROW 631rxvt_term::scr_scroll_text (int row1, int row2, int count) NOTHROW
632{ 632{
633 if (count == 0 || (row1 > row2)) 633 if (count == 0 || (row1 > row2))
634 return 0; 634 return 0;
635 635
636 int rows = row2 - row1 + 1;
637
638 min_it (count, rows);
639
636 want_refresh = 1; 640 want_refresh = 1;
637 num_scr += count; 641 num_scr += count;
638 642
639 if (count > 0 643 if (count > 0
640 && row1 == 0 644 && row1 == 0
732 } 736 }
733 737
734 // use a simple and robust scrolling algorithm, this 738 // use a simple and robust scrolling algorithm, this
735 // part of scr_scroll_text is not time-critical. 739 // part of scr_scroll_text is not time-critical.
736 740
737 int rows = row2 - row1 + 1;
738
739 min_it (count, rows);
740
741 line_t *temp_buf = row_buf + total_rows; 741 line_t *temp_buf = row_buf + total_rows;
742 742
743 for (int row = 0; row < rows; row++) 743 for (int row = 0; row < rows; row++)
744 { 744 {
745 temp_buf [row] = ROW(row1 + (row + count + rows) % rows); 745 temp_buf [row] = ROW(row1 + (row + count + rows) % rows);
799 799
800 while (str < strend) 800 while (str < strend)
801 { 801 {
802 c = (unicode_t)*str++; // convert to rxvt-unicodes representation 802 c = (unicode_t)*str++; // convert to rxvt-unicodes representation
803 803
804 if (expect_false (c < 0x20)) 804 if (ecb_unlikely (c < 0x20))
805 if (c == C0_LF) 805 if (c == C0_LF)
806 { 806 {
807 max_it (line->l, screen.cur.col); 807 max_it (line->l, screen.cur.col);
808 808
809 screen.flags &= ~Screen_WrapNext; 809 screen.flags &= ~Screen_WrapNext;
828 { 828 {
829 scr_tab (1, true); 829 scr_tab (1, true);
830 continue; 830 continue;
831 } 831 }
832 832
833 if (expect_false ( 833 if (ecb_unlikely (
834 checksel /* see if we're writing within selection */ 834 checksel /* see if we're writing within selection */
835 && !ROWCOL_IS_BEFORE (screen.cur, selection.beg) 835 && !ROWCOL_IS_BEFORE (screen.cur, selection.beg)
836 && ROWCOL_IS_BEFORE (screen.cur, selection.end) 836 && ROWCOL_IS_BEFORE (screen.cur, selection.end)
837 )) 837 ))
838 { 838 {
843 * should be a similar check. 843 * should be a similar check.
844 */ 844 */
845 CLEAR_SELECTION (); 845 CLEAR_SELECTION ();
846 } 846 }
847 847
848 if (expect_false (screen.flags & Screen_WrapNext)) 848 if (ecb_unlikely (screen.flags & Screen_WrapNext))
849 { 849 {
850 scr_do_wrap (); 850 scr_do_wrap ();
851 851
852 line->l = ncol; 852 line->l = ncol;
853 line->is_longer (1); 853 line->is_longer (1);
855 row = screen.cur.row; 855 row = screen.cur.row;
856 line = &ROW(row); /* _must_ refresh */ 856 line = &ROW(row); /* _must_ refresh */
857 } 857 }
858 858
859 // some utf-8 decoders "decode" surrogate characters: let's fix this. 859 // some utf-8 decoders "decode" surrogate characters: let's fix this.
860 if (expect_false (IN_RANGE_INC (c, 0xd800, 0xdfff))) 860 if (ecb_unlikely (IN_RANGE_INC (c, 0xd800, 0xdfff)))
861 c = 0xfffd; 861 c = 0xfffd;
862 862
863 // rely on wcwidth to tell us the character width, do wcwidth before 863 // rely on wcwidth to tell us the character width, do wcwidth before
864 // further replacements, as wcwidth might return -1 for the line 864 // further replacements, as wcwidth might return -1 for the line
865 // drawing characters below as they might be invalid in the current 865 // drawing characters below as they might be invalid in the current
866 // locale. 866 // locale.
867 int width = WCWIDTH (c); 867 int width = WCWIDTH (c);
868 868
869 if (expect_false (charsets [screen.charset] == '0')) // DEC SPECIAL 869 if (ecb_unlikely (charsets [screen.charset] == '0')) // DEC SPECIAL
870 { 870 {
871 // vt100 special graphics and line drawing 871 // vt100 special graphics and line drawing
872 // 5f-7e standard vt100 872 // 5f-7e standard vt100
873 // 40-5e rxvt extension for extra curses acs chars 873 // 40-5e rxvt extension for extra curses acs chars
874 static uint16_t vt100_0[62] = { // 41 .. 7e 874 static uint16_t vt100_0[62] = { // 41 .. 7e
887 c = vt100_0[c - 0x41]; 887 c = vt100_0[c - 0x41];
888 width = 1; // vt100 line drawing characters are always single-width 888 width = 1; // vt100 line drawing characters are always single-width
889 } 889 }
890 } 890 }
891 891
892 if (expect_false (screen.flags & Screen_Insert)) 892 if (ecb_unlikely (screen.flags & Screen_Insert))
893 scr_insdel_chars (width, INSERT); 893 scr_insdel_chars (width, INSERT);
894 894
895 if (width != 0) 895 if (width != 0)
896 { 896 {
897#if !UNICODE_3 897#if !UNICODE_3
905#endif 905#endif
906 906
907 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c)); 907 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c));
908 908
909 // if the character doesn't fit into the remaining columns... 909 // if the character doesn't fit into the remaining columns...
910 if (expect_false (screen.cur.col > ncol - width && ncol >= width)) 910 if (ecb_unlikely (screen.cur.col > ncol - width && ncol >= width))
911 { 911 {
912 if (screen.flags & Screen_Autowrap) 912 if (screen.flags & Screen_Autowrap)
913 { 913 {
914 // ... artificially enlargen the previous one 914 // ... artificially enlargen the previous one
915 c = NOCHAR; 915 c = NOCHAR;
922 922
923 // nuke the character at this position, if required 923 // nuke the character at this position, if required
924 // due to wonderful coincidences everywhere else in this loop 924 // due to wonderful coincidences everywhere else in this loop
925 // we never have to check for overwriting a wide char itself, 925 // we never have to check for overwriting a wide char itself,
926 // only its tail. 926 // only its tail.
927 if (expect_false (line->t[screen.cur.col] == NOCHAR)) 927 if (ecb_unlikely (line->t[screen.cur.col] == NOCHAR))
928 scr_kill_char (*line, screen.cur.col); 928 scr_kill_char (*line, screen.cur.col);
929 929
930 line->touch (); 930 line->touch ();
931 931
932 do 932 do
933 { 933 {
934 line->t[screen.cur.col] = c; 934 line->t[screen.cur.col] = c;
935 line->r[screen.cur.col] = rend; 935 line->r[screen.cur.col] = rend;
936 936
937 if (expect_true (screen.cur.col < ncol - 1)) 937 if (ecb_likely (screen.cur.col < ncol - 1))
938 screen.cur.col++; 938 screen.cur.col++;
939 else 939 else
940 { 940 {
941 line->l = ncol; 941 line->l = ncol;
942 if (screen.flags & Screen_Autowrap) 942 if (screen.flags & Screen_Autowrap)
945 goto end_of_line; 945 goto end_of_line;
946 } 946 }
947 947
948 c = NOCHAR; 948 c = NOCHAR;
949 } 949 }
950 while (expect_false (--width > 0)); 950 while (ecb_unlikely (--width > 0));
951 951
952 // pad with spaces when overwriting wide character with smaller one 952 // pad with spaces when overwriting wide character with smaller one
953 for (int c = screen.cur.col; expect_false (c < ncol && line->t[c] == NOCHAR); c++) 953 for (int c = screen.cur.col; ecb_unlikely (c < ncol && line->t[c] == NOCHAR); c++)
954 { 954 {
955 line->t[c] = ' '; 955 line->t[c] = ' ';
956 line->r[c] = rend; 956 line->r[c] = rend;
957 } 957 }
958 958
1947 HOOK_INVOKE ((this, HOOK_BELL, DT_END)); 1947 HOOK_INVOKE ((this, HOOK_BELL, DT_END));
1948#endif 1948#endif
1949} 1949}
1950 1950
1951/* ------------------------------------------------------------------------- */ 1951/* ------------------------------------------------------------------------- */
1952/* ARGSUSED */
1953void 1952void
1954rxvt_term::scr_printscreen (int fullhist) NOTHROW 1953rxvt_term::scr_printscreen (int fullhist) NOTHROW
1955{ 1954{
1956#ifdef PRINTPIPE 1955#ifdef PRINTPIPE
1957 int nrows, row_start; 1956 int nrows, row_start;
2235 continue; 2234 continue;
2236 2235
2237 // redraw one or more characters 2236 // redraw one or more characters
2238 2237
2239 // seek to the beginning of wide characters 2238 // seek to the beginning of wide characters
2240 while (expect_false (stp[col] == NOCHAR && col > 0)) 2239 while (ecb_unlikely (stp[col] == NOCHAR && col > 0))
2241 --col; 2240 --col;
2242 2241
2243 rend_t rend = srp[col]; /* screen rendition (target rendition) */ 2242 rend_t rend = srp[col]; /* screen rendition (target rendition) */
2244 text_t *text = stp + col; 2243 text_t *text = stp + col;
2245 int count = 1; 2244 int count = 1;
2283 2282
2284 col--; /* went one too far. move back */ 2283 col--; /* went one too far. move back */
2285 count -= i; /* dump any matching trailing chars */ 2284 count -= i; /* dump any matching trailing chars */
2286 2285
2287 // sometimes we optimize away the trailing NOCHAR's, add them back 2286 // sometimes we optimize away the trailing NOCHAR's, add them back
2288 while (expect_false (i && text[count] == NOCHAR)) 2287 while (ecb_unlikely (i && text[count] == NOCHAR))
2289 count++, i--; 2288 count++, i--;
2290 2289
2291 /* 2290 /*
2292 * Determine the attributes for the string 2291 * Determine the attributes for the string
2293 */ 2292 */
2294 int fore = fgcolor_of (rend); // desired foreground 2293 int fore = fgcolor_of (rend); // desired foreground
2295 int back = bgcolor_of (rend); // desired background 2294 int back = bgcolor_of (rend); // desired background
2296 2295
2297 // only do special processing if any attributes are set, which is unlikely 2296 // only do special processing if any attributes are set, which is unlikely
2298 if (expect_false (rend & (RS_baseattrMask | RS_Careful | RS_Sel))) 2297 if (ecb_unlikely (rend & (RS_baseattrMask | RS_Careful | RS_Sel)))
2299 { 2298 {
2300 bool invert = rend & RS_RVid; 2299 bool invert = rend & RS_RVid;
2301 2300
2302#ifndef NO_BOLD_UNDERLINE_REVERSE 2301#ifndef NO_BOLD_UNDERLINE_REVERSE
2303 if (rend & RS_Bold && fore == Color_fg) 2302 if (rend & RS_Bold && fore == Color_fg)
2392 /* 2391 /*
2393 * Actually do the drawing of the string here 2392 * Actually do the drawing of the string here
2394 */ 2393 */
2395 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)]; 2394 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)];
2396 2395
2397 if (expect_true (have_bg && back == Color_bg)) 2396 if (ecb_likely (have_bg && back == Color_bg))
2398 { 2397 {
2399 // this is very ugly, maybe push it into ->draw? 2398 // this is very ugly, maybe push it into ->draw?
2400 2399
2401 for (i = 0; i < count; i++) /* don't draw empty strings */ 2400 for (i = 0; i < count; i++) /* don't draw empty strings */
2402 if (text[i] != ' ') 2401 if (text[i] != ' ')
2409 did_clear: ; 2408 did_clear: ;
2410 } 2409 }
2411 else 2410 else
2412 font->draw (*drawable, xpixel, ypixel, text, count, fore, back); 2411 font->draw (*drawable, xpixel, ypixel, text, count, fore, back);
2413 2412
2414 if (expect_false (rend & RS_Uline && font->descent > 1 && fore != back)) 2413 if (ecb_unlikely (rend & RS_Uline && font->descent > 1 && fore != back))
2415 { 2414 {
2416#if ENABLE_FRILLS 2415#if ENABLE_FRILLS
2417 if (ISSET_PIXCOLOR (Color_underline)) 2416 if (ISSET_PIXCOLOR (Color_underline))
2418 XSetForeground (dpy, gc, pix_colors[Color_underline]); 2417 XSetForeground (dpy, gc, pix_colors[Color_underline]);
2419 else 2418 else
2736 tt_paste (data, len); 2735 tt_paste (data, len);
2737} 2736}
2738 2737
2739/* ------------------------------------------------------------------------- */ 2738/* ------------------------------------------------------------------------- */
2740/* 2739/*
2741 * Request the current selection: 2740 * Request PRIMARY, SECONDARY or CLIPBOARD selection.
2742 * Order: > internal selection if available 2741 * if the requested selection has no owner or is empty CUT_BUFFER0 is used
2743 * > PRIMARY, SECONDARY, CLIPBOARD if ownership is claimed (+) 2742 * as fallback
2744 * > CUT_BUFFER0
2745 * (+) if ownership is claimed but property is empty, rxvt_selection_paste ()
2746 * will auto fallback to CUT_BUFFER0
2747 * EXT: button 2 release 2743 * EXT: button 2 release
2748 */ 2744 */
2749void 2745void
2750rxvt_term::selection_request (Time tm, int selnum) NOTHROW 2746rxvt_term::selection_request (Time tm, int selnum) NOTHROW
2751{ 2747{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines