--- rxvt-unicode/src/screen.C 2003/12/17 09:00:35 1.8 +++ rxvt-unicode/src/screen.C 2003/12/18 08:06:46 1.10 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*--------------------------------------* * File: screen.c *---------------------------------------------------------------------------* - * $Id: screen.C,v 1.8 2003/12/17 09:00:35 pcg Exp $ + * $Id: screen.C,v 1.10 2003/12/18 08:06:46 pcg Exp $ * * Copyright (c) 1997-2001 Geoff Wing * @@ -229,7 +229,7 @@ swap.cur.row = swap.cur.col = 0; swap.charset = 0; current_screen = SECONDARY; - rxvt_scr_cursor(aR_ SAVE); + rxvt_scr_cursor (this, SAVE); current_screen = PRIMARY; #endif @@ -2458,6 +2458,11 @@ unsigned int i, j, n; unsigned char *ds = (unsigned char *)rxvt_malloc (PROP_SIZE); +#if 0 + /* a paste should act like the user is typing, so check scrollTtyKeypress */ + ZERO_SCROLLBACK (r); +#endif + /* convert normal newline chars into common keyboard Return key sequence */ for (i = 0; i < len; i += PROP_SIZE) {