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.290 by root, Fri Dec 14 05:52:34 2007 UTC vs.
Revision 1.296 by root, Wed Jan 9 01:05:24 2008 UTC

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 want_refresh = 1;
1026#endif 1024#endif
1027 } 1025 }
1028 } 1026 }
1029 else if (!(screen.flags & Screen_WrapNext)) 1027 else
1030 scr_gotorc (0, -1, RELATIVE); 1028 scr_gotorc (0, -1, RELATIVE);
1031
1032 screen.flags &= ~Screen_WrapNext;
1033} 1029}
1034 1030
1035/* ------------------------------------------------------------------------- */ 1031/* ------------------------------------------------------------------------- */
1036/* 1032/*
1037 * Process Horizontal Tab 1033 * Process Horizontal Tab
1872void 1868void
1873rxvt_term::bell_cb (ev::timer &w, int revents) 1869rxvt_term::bell_cb (ev::timer &w, int revents)
1874{ 1870{
1875 rvideo_bell = false; 1871 rvideo_bell = false;
1876 scr_rvideo_mode (rvideo_mode); 1872 scr_rvideo_mode (rvideo_mode);
1873 refresh_check ();
1877} 1874}
1878#endif 1875#endif
1879 1876
1880/* ------------------------------------------------------------------------- */ 1877/* ------------------------------------------------------------------------- */
1881void 1878void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines