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.2 by greg, Mon Dec 23 22:35:30 1991 UTC vs.
Revision 2.3 by greg, Wed Jan 29 15:18:34 1992 UTC

# Line 65 | Line 65 | char  *fname;
65          }
66  
67          fputs("\033[6~\033[7z", stdout);
68 + #ifdef _IOLBF
69 +        stdout->_flag &= ~_IOLBF;
70 + #endif
71          
72          for (i = yres-1; i >= 0; i--) {
73                  if (freadcolrs(scanline, xres, input) < 0) {
# Line 110 | Line 113 | int  y;
113                  }
114                  putchar('\r');
115                  putchar('\n');
116 +                fflush(stdout);
117          }
118   }
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines