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.296 by root, Wed Jan 9 01:05:24 2008 UTC vs.
Revision 1.306 by root, Sun Jun 15 10:15:39 2008 UTC

87/* 87/*
88 * CLEAR_ROWS : clear <num> rows starting from row <row> 88 * CLEAR_ROWS : clear <num> rows starting from row <row>
89 * CLEAR_CHARS: clear <num> chars starting from pixel position <x,y> 89 * CLEAR_CHARS: clear <num> chars starting from pixel position <x,y>
90 * ERASE_ROWS : set <num> rows starting from row <row> to the foreground colour 90 * ERASE_ROWS : set <num> rows starting from row <row> to the foreground colour
91 */ 91 */
92#define drawBuffer vt
93
94#define CLEAR_ROWS(row, num) \ 92#define CLEAR_ROWS(row, num) \
95 if (mapped) \ 93 if (mapped) \
96 XClearArea (dpy, drawBuffer, 0, \ 94 XClearArea (dpy, vt, 0, \
97 Row2Pixel (row), (unsigned int)width, \ 95 Row2Pixel (row), (unsigned int)width, \
98 (unsigned int)Height2Pixel (num), False) 96 (unsigned int)Height2Pixel (num), False)
99 97
100#define CLEAR_CHARS(x, y, num) \ 98#define CLEAR_CHARS(x, y, num) \
101 if (mapped) \ 99 if (mapped) \
102 XClearArea (dpy, drawBuffer, x, y, \ 100 XClearArea (dpy, vt, x, y, \
103 (unsigned int)Width2Pixel (num), \ 101 (unsigned int)Width2Pixel (num), \
104 (unsigned int)Height2Pixel (1), False) 102 (unsigned int)Height2Pixel (1), False)
105 103
106#define ERASE_ROWS(row, num) \ 104#define ERASE_ROWS(row, num) \
107 XFillRectangle (dpy, drawBuffer, gc, \ 105 XFillRectangle (dpy, vt, gc, \
108 0, Row2Pixel (row), \ 106 0, Row2Pixel (row), \
109 (unsigned int)width, \ 107 (unsigned int)width, \
110 (unsigned int)Height2Pixel (num)) 108 (unsigned int)Height2Pixel (num))
111 109
112/* ------------------------------------------------------------------------- * 110/* ------------------------------------------------------------------------- *
113 * SCREEN `COMMON' ROUTINES * 111 * SCREEN `COMMON' ROUTINES *
114 * ------------------------------------------------------------------------- */ 112 * ------------------------------------------------------------------------- */
1017 { 1015 {
1018 if (screen.cur.row > 0) 1016 if (screen.cur.row > 0)
1019 { 1017 {
1020#ifdef TERMCAP_HAS_BW 1018#ifdef TERMCAP_HAS_BW
1021 screen.cur.col = ncol - 1; 1019 screen.cur.col = ncol - 1;
1022 screen.cur.row--; 1020 --screen.cur.row;
1021
1023 want_refresh = 1; 1022 want_refresh = 1;
1024#endif 1023#endif
1025 } 1024 }
1026 } 1025 }
1027 else 1026 else
1226/* 1225/*
1227 * Erase part or whole of a line 1226 * Erase part or whole of a line
1228 * XTERM_SEQ: Clear line to right: ESC [ 0 K 1227 * XTERM_SEQ: Clear line to right: ESC [ 0 K
1229 * XTERM_SEQ: Clear line to left : ESC [ 1 K 1228 * XTERM_SEQ: Clear line to left : ESC [ 1 K
1230 * XTERM_SEQ: Clear whole line : ESC [ 2 K 1229 * XTERM_SEQ: Clear whole line : ESC [ 2 K
1230 * extension: clear to right unless wrapped: ESC [ 3 K
1231 */ 1231 */
1232void 1232void
1233rxvt_term::scr_erase_line (int mode) NOTHROW 1233rxvt_term::scr_erase_line (int mode) NOTHROW
1234{ 1234{
1235 unsigned int col, num; 1235 unsigned int col, num;
1244 line.touch (); 1244 line.touch ();
1245 line.is_longer (0); 1245 line.is_longer (0);
1246 1246
1247 switch (mode) 1247 switch (mode)
1248 { 1248 {
1249 case 3:
1250 if (screen.flags & Screen_WrapNext)
1251 return;
1252
1253 /* fall through */
1254
1249 case 0: /* erase to end of line */ 1255 case 0: /* erase to end of line */
1250 col = screen.cur.col; 1256 col = screen.cur.col;
1251 num = ncol - col; 1257 num = ncol - col;
1252 min_it (line.l, col); 1258 min_it (line.l, col);
1259
1253 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur) 1260 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)
1254 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur)) 1261 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur))
1255 CLEAR_SELECTION (); 1262 CLEAR_SELECTION ();
1256 break; 1263 break;
1264
1257 case 1: /* erase to beginning of line */ 1265 case 1: /* erase to beginning of line */
1258 col = 0; 1266 col = 0;
1259 num = screen.cur.col + 1; 1267 num = screen.cur.col + 1;
1268
1260 if (ROWCOL_IN_ROW_AT_OR_BEFORE (selection.beg, screen.cur) 1269 if (ROWCOL_IN_ROW_AT_OR_BEFORE (selection.beg, screen.cur)
1261 || ROWCOL_IN_ROW_AT_OR_BEFORE (selection.end, screen.cur)) 1270 || ROWCOL_IN_ROW_AT_OR_BEFORE (selection.end, screen.cur))
1262 CLEAR_SELECTION (); 1271 CLEAR_SELECTION ();
1263 break; 1272 break;
1273
1264 case 2: /* erase whole line */ 1274 case 2: /* erase whole line */
1265 col = 0; 1275 col = 0;
1266 num = ncol; 1276 num = ncol;
1267 line.l = 0; 1277 line.l = 0;
1268 if (selection.beg.row <= screen.cur.row 1278 if (selection.beg.row <= screen.cur.row
1993 return; 2003 return;
1994 2004
1995 /* 2005 /*
1996 * A: set up vars 2006 * A: set up vars
1997 */ 2007 */
2008 refresh_count = 0;
2009
1998 have_bg = 0; 2010 have_bg = 0;
1999 refresh_count = 0;
2000
2001#ifdef HAVE_BG_PIXMAP 2011#ifdef HAVE_BG_PIXMAP
2002 have_bg |= bgPixmap.pixmap != None; 2012 have_bg = bgPixmap.pixmap != None;
2003#endif 2013#endif
2004 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 2014 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
2005 2015
2006 /* 2016 /*
2007 * B: reverse any characters which are selected 2017 * B: reverse any characters which are selected
2374 XSetForeground (dpy, gc, pix_colors[Color_underline]); 2384 XSetForeground (dpy, gc, pix_colors[Color_underline]);
2375 else 2385 else
2376#endif 2386#endif
2377 XSetForeground (dpy, gc, pix_colors[fore]); 2387 XSetForeground (dpy, gc, pix_colors[fore]);
2378 2388
2379 XDrawLine (dpy, drawBuffer, gc, 2389 XDrawLine (dpy, vt, gc,
2380 xpixel, ypixel + font->ascent + 1, 2390 xpixel, ypixel + font->ascent + 1,
2381 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); 2391 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1);
2382 } 2392 }
2383 } /* for (col....) */ 2393 } /* for (col....) */
2384 } /* for (row....) */ 2394 } /* for (row....) */
2422 XSetForeground (dpy, gc, pix_colors[Color_cursor]); 2432 XSetForeground (dpy, gc, pix_colors[Color_cursor]);
2423 else 2433 else
2424#endif 2434#endif
2425 XSetForeground (dpy, gc, pix_colors[ccol1]); 2435 XSetForeground (dpy, gc, pix_colors[ccol1]);
2426 2436
2427 XDrawRectangle (dpy, drawBuffer, gc, 2437 XDrawRectangle (dpy, vt, gc,
2428 Col2Pixel (col), 2438 Col2Pixel (col),
2429 Row2Pixel (oldcursor.row), 2439 Row2Pixel (oldcursor.row),
2430 (unsigned int) (Width2Pixel (cursorwidth) - 1), 2440 (unsigned int) (Width2Pixel (cursorwidth) - 1),
2431 (unsigned int) (Height2Pixel (1) - lineSpace - 1)); 2441 (unsigned int) (Height2Pixel (1) - lineSpace - 1));
2432 } 2442 }
2475 2485
2476 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]); 2486 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]);
2477 XClearWindow (dpy, parent[0]); 2487 XClearWindow (dpy, parent[0]);
2478 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 2488 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
2479 2489
2480# if HAVE_SCROLLBARS
2481 if (scrollBar.win) 2490 if (scrollBar.win)
2482 { 2491 {
2483 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]); 2492 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);
2484 scrollBar.setIdle (); 2493 scrollBar.state = STATE_IDLE;
2485 scrollbar_show (0); 2494 scrollBar.show (0);
2486 } 2495 }
2496
2487# endif 2497#endif
2488 2498
2499 /* bgPixmap.apply () does not do the following : */
2489 scr_clear (); 2500 scr_clear ();
2490 scr_touch (true); 2501 scr_touch (true);
2491 want_refresh = 1; 2502 want_refresh = 1;
2492
2493#endif
2494} 2503}
2495 2504
2496/* ------------------------------------------------------------------------- */ 2505/* ------------------------------------------------------------------------- */
2497void 2506void
2498rxvt_term::scr_clear (bool really) NOTHROW 2507rxvt_term::scr_clear (bool really) NOTHROW
2587{ 2596{
2588 int row, wrote; 2597 int row, wrote;
2589 unsigned int width, towrite; 2598 unsigned int width, towrite;
2590 char r1[] = "\n"; 2599 char r1[] = "\n";
2591 2600
2592 for (row = saveLines - nsaved; 2601 for (row = saveLines + top_row;
2593 row < saveLines + nrow - 1; row++) 2602 row < saveLines + nrow - 1; row++)
2594 { 2603 {
2595 width = row_buf[row].l >= 0 ? row_buf[row].l 2604 width = row_buf[row].l >= 0 ? row_buf[row].l
2596 : ncol; 2605 : ncol;
2597 for (towrite = width; towrite; towrite -= wrote) 2606 for (towrite = width; towrite; towrite -= wrote)
2648 /* convert normal newline chars into common keyboard Return key sequence */ 2657 /* convert normal newline chars into common keyboard Return key sequence */
2649 for (unsigned int i = 0; i < len; i++) 2658 for (unsigned int i = 0; i < len; i++)
2650 if (data[i] == C0_LF) 2659 if (data[i] == C0_LF)
2651 data[i] = C0_CR; 2660 data[i] = C0_CR;
2652 2661
2662 if (priv_modes & PrivMode_BracketPaste)
2663 tt_printf ("\e[200~");
2664
2653 tt_write (data, len); 2665 tt_write (data, len);
2666
2667 if (priv_modes & PrivMode_BracketPaste)
2668 tt_printf ("\e[201~");
2654} 2669}
2655 2670
2656/* ------------------------------------------------------------------------- */ 2671/* ------------------------------------------------------------------------- */
2657/* 2672/*
2658 * Respond to a notification that a primary selection has been sent 2673 * Respond to a notification that a primary selection has been sent

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines