From 4a95da5b0760d4fdf08489ec9c6476cc5f4c1a30 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Dec 2009 04:18:09 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 5 +++-- src/screen.C | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 9dba0958..b37a2535 100644 --- a/Changes +++ b/Changes @@ -47,7 +47,7 @@ TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? - update to libptytty 1.3. - replace maxosc-pastebin by a nicer version by Reza Jelveh, and move the old version to macosx-pastebin-native. - - document the -uc option (exg). + - document the -uc option (Emanuele Giaquinta). - assertions in libev are now enabled depending on frills. - update AnyEvent implementation to version 5.23 API. - work around arrogant bsd idiocies again: netbsd spills the default @@ -59,7 +59,8 @@ TODO: zweimal numlock? falsche codes rxvt urxvt for numpad? to the current screen. the srceen can be manipulated using the new ->selection_screen method. - implement --enable-assert configure option and get rid of DEBUG_STRICT - (based on patch by exg). + (based on patch by Emanuele Giaquinta). + - fix printpipe data output (patch by Emanuele Giaquinta). - allow `xxx' quoting style for perl selection. - upgrade to libev-3.9 prerelease. diff --git a/src/screen.C b/src/screen.C index 6c60c45a..0d75f140 100644 --- a/src/screen.C +++ b/src/screen.C @@ -1963,7 +1963,7 @@ rxvt_term::scr_printscreen (int fullhist) NOTHROW wctomb (0, 0); - for (int r1 = 0; r1 < nrows; r1++) + for (int r1 = row_start; r1 < row_start + nrows; r1++) { text_t *tp = ROW(r1).t; int len = ROW(r1).l; -- 2.34.1