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.287 by root, Fri Dec 14 02:10:33 2007 UTC vs.
Revision 1.297 by root, Wed Jan 9 01:14:29 2008 UTC

1/*---------------------------------------------------------------------------* 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.
596/* 596/*
597 * Change the rendition style for following text 597 * Change the rendition style for following text
598 */ 598 */
599void 599void
600rxvt_term::scr_rendition (int set, int style) NOTHROW 600rxvt_term::scr_rendition (int set, int style) NOTHROW
601 { 601{
602 if (set) 602 if (set)
603 rstyle |= style; 603 rstyle |= style;
604 else if (style == ~RS_None) 604 else if (style == ~RS_None)
605 rstyle = DEFAULT_RSTYLE; 605 rstyle = DEFAULT_RSTYLE;
606 else 606 else
607 rstyle &= ~style; 607 rstyle &= ~style;
608 } 608}
609 609
610/* ------------------------------------------------------------------------- */ 610/* ------------------------------------------------------------------------- */
611/* 611/*
612 * Scroll text between <row1> and <row2> inclusive, by <count> lines 612 * Scroll text between <row1> and <row2> inclusive, by <count> lines
613 * count positive ==> scroll up 613 * count positive ==> scroll up
1011 * XTERM_SEQ: CTRL-H 1011 * XTERM_SEQ: CTRL-H
1012 */ 1012 */
1013void 1013void
1014rxvt_term::scr_backspace () NOTHROW 1014rxvt_term::scr_backspace () NOTHROW
1015{ 1015{
1016 want_refresh = 1;
1017
1018 if (screen.cur.col == 0) 1016 if (screen.cur.col == 0)
1019 { 1017 {
1020 if (screen.cur.row > 0) 1018 if (screen.cur.row > 0)
1021 { 1019 {
1022#ifdef TERMCAP_HAS_BW 1020#ifdef TERMCAP_HAS_BW
1023 screen.cur.col = ncol - 1; 1021 screen.cur.col = ncol - 1;
1024 screen.cur.row--; 1022 --screen.cur.row;
1025 return; 1023
1024 want_refresh = 1;
1026#endif 1025#endif
1027 } 1026 }
1028 } 1027 }
1029 else if (!(screen.flags & Screen_WrapNext)) 1028 else
1030 scr_gotorc (0, -1, RELATIVE); 1029 scr_gotorc (0, -1, RELATIVE);
1031
1032 screen.flags &= ~Screen_WrapNext;
1033} 1030}
1034 1031
1035/* ------------------------------------------------------------------------- */ 1032/* ------------------------------------------------------------------------- */
1036/* 1033/*
1037 * Process Horizontal Tab 1034 * Process Horizontal Tab
1872void 1869void
1873rxvt_term::bell_cb (ev::timer &w, int revents) 1870rxvt_term::bell_cb (ev::timer &w, int revents)
1874{ 1871{
1875 rvideo_bell = false; 1872 rvideo_bell = false;
1876 scr_rvideo_mode (rvideo_mode); 1873 scr_rvideo_mode (rvideo_mode);
1874 refresh_check ();
1877} 1875}
1878#endif 1876#endif
1879 1877
1880/* ------------------------------------------------------------------------- */ 1878/* ------------------------------------------------------------------------- */
1881void 1879void
1903 1901
1904 if (option (Opt_visualBell)) 1902 if (option (Opt_visualBell))
1905 { 1903 {
1906 rvideo_bell = true; 1904 rvideo_bell = true;
1907 scr_rvideo_mode (rvideo_mode); 1905 scr_rvideo_mode (rvideo_mode);
1908 display->flush (); 1906 flush ();
1909 1907
1910 bell_ev.start (VISUAL_BELL_DURATION); 1908 bell_ev.start (VISUAL_BELL_DURATION);
1911 } 1909 }
1912 else 1910 else
1913 XBell (dpy, 0); 1911 XBell (dpy, 0);
2263 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful)) 2261 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful))
2264 { 2262 {
2265 bool invert = rend & RS_RVid; 2263 bool invert = rend & RS_RVid;
2266 2264
2267#ifndef NO_BOLD_UNDERLINE_REVERSE 2265#ifndef NO_BOLD_UNDERLINE_REVERSE
2268 if (rend & RS_Bold
2269 && fore == Color_fg) 2266 if (rend & RS_Bold && fore == Color_fg)
2270 { 2267 {
2271 if (ISSET_PIXCOLOR (Color_BD)) 2268 if (ISSET_PIXCOLOR (Color_BD))
2272 fore = Color_BD; 2269 fore = Color_BD;
2273# if !ENABLE_STYLES 2270# if !ENABLE_STYLES
2274 else 2271 else
2275 invert = !invert; 2272 invert = !invert;
2276# endif 2273# endif
2277 } 2274 }
2278 2275
2279 if (rend & RS_Italic 2276 if (rend & RS_Italic && fore == Color_fg)
2280 && fore == Color_fg)
2281 { 2277 {
2282 if (ISSET_PIXCOLOR (Color_IT)) 2278 if (ISSET_PIXCOLOR (Color_IT))
2283 fore = Color_IT; 2279 fore = Color_IT;
2284# if !ENABLE_STYLES 2280# if !ENABLE_STYLES
2285 else 2281 else
2475rxvt_term::scr_recolour () NOTHROW 2471rxvt_term::scr_recolour () NOTHROW
2476{ 2472{
2477#ifdef HAVE_BG_PIXMAP 2473#ifdef HAVE_BG_PIXMAP
2478 bgPixmap.apply (); 2474 bgPixmap.apply ();
2479#else 2475#else
2476
2480 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]); 2477 XSetWindowBackground (dpy, parent[0], pix_colors[Color_border]);
2481 XClearWindow (dpy, parent[0]); 2478 XClearWindow (dpy, parent[0]);
2482 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 2479 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
2480
2483# if HAVE_SCROLLBARS 2481# if HAVE_SCROLLBARS
2484 if (scrollBar.win) 2482 if (scrollBar.win)
2485 { 2483 {
2486 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]); 2484 XSetWindowBackground (dpy, scrollBar.win, pix_colors[Color_border]);
2487 scrollBar.setIdle (); 2485 scrollBar.setIdle ();
2488 scrollbar_show (0); 2486 scrollbar_show (0);
2489 } 2487 }
2490# endif 2488# endif
2489
2491 scr_clear (); 2490 scr_clear ();
2492 scr_touch (true); 2491 scr_touch (true);
2493 want_refresh = 1; 2492 want_refresh = 1;
2494#endif
2495 2493
2494#endif
2496} 2495}
2497 2496
2498/* ------------------------------------------------------------------------- */ 2497/* ------------------------------------------------------------------------- */
2499void 2498void
2500rxvt_term::scr_clear (bool really) NOTHROW 2499rxvt_term::scr_clear (bool really) NOTHROW

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines