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.292 by root, Sun Dec 23 02:43:55 2007 UTC vs.
Revision 1.294 by root, Wed Jan 9 00:51:50 2008 UTC

1024 screen.cur.row--; 1024 screen.cur.row--;
1025 return; 1025 return;
1026#endif 1026#endif
1027 } 1027 }
1028 } 1028 }
1029 else if (!(screen.flags & Screen_WrapNext)) 1029 else
1030 scr_gotorc (0, -1, RELATIVE); 1030 scr_gotorc (0, -1, RELATIVE);
1031 1031
1032 screen.flags &= ~Screen_WrapNext; 1032 screen.flags &= ~Screen_WrapNext;
1033} 1033}
1034 1034
2923 selection.len = 0; 2923 selection.len = 0;
2924 CLEAR_SELECTION (); 2924 CLEAR_SELECTION ();
2925 2925
2926 if (display->selection_owner == this) 2926 if (display->selection_owner == this)
2927 display->selection_owner = 0; 2927 display->selection_owner = 0;
2928
2929 flush ();
2930} 2928}
2931 2929
2932/* ------------------------------------------------------------------------- */ 2930/* ------------------------------------------------------------------------- */
2933/* 2931/*
2934 * Copy a selection into the cut buffer 2932 * Copy a selection into the cut buffer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines