ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/mt160r.c
(Generate patch)

Comparing ray/src/px/mt160r.c (file contents):
Revision 2.4 by greg, Mon Sep 21 12:13:29 1992 UTC vs.
Revision 2.5 by greg, Mon Aug 2 14:39:10 1993 UTC

# Line 73 | Line 73 | char  *fname;
73          }
74  
75          fputs("\033[6~\033[7z", stdout);
76 #ifdef _IOLBF
77        stdout->_flag &= ~_IOLBF;
78 #endif
76          
77          for (i = yres-1; i >= 0; i--) {
78                  if (freadcolrs(scanline, xres, input) < 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines