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.307 by root, Fri Jun 27 00:44:32 2008 UTC vs.
Revision 1.308 by root, Tue Jul 15 16:41:22 2008 UTC

1921void 1921void
1922rxvt_term::scr_printscreen (int fullhist) NOTHROW 1922rxvt_term::scr_printscreen (int fullhist) NOTHROW
1923{ 1923{
1924#ifdef PRINTPIPE 1924#ifdef PRINTPIPE
1925 int nrows, row_start; 1925 int nrows, row_start;
1926 FILE *fd; 1926 FILE *fd = popen_printer ();
1927 1927
1928 if ((fd = popen_printer ()) == NULL) 1928 if (!fd)
1929 return; 1929 return;
1930 1930
1931 if (fullhist) 1931 if (fullhist)
1932 { 1932 {
1933 nrows = nrow - top_row; 1933 nrows = nrow - top_row;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines