Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!sri-spam!ames!ucbcad!ucbvax!HUMBER.BITNET!KINGLEON From: KINGLEON@HUMBER.BITNET.UUCP Newsgroups: mod.computers.vax Subject: Eliminating CR/LF from output to a terminal Message-ID: <8704042159.AA20453@ucbvax.Berkeley.EDU> Date: Sat, 4-Apr-87 13:42:00 EST Article-I.D.: ucbvax.8704042159.AA20453 Posted: Sat Apr 4 13:42:00 1987 Date-Received: Sun, 5-Apr-87 13:14:05 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 13 Approved: info-vax@sri-kl.arpa I have a problem similar to the recent one by Dan Stewart (extra \n added when sending output to a log file.) I'm trying to dump a binary graphic image down to a RasterTek Model 10 using VAX C. Every 80 bytes VMS adds a newline, which is interpretted as a display pixel and scuzzes up the image. By using SET TERM/width I can increase this interval to 511 bytes, but I'd like to eliminate it altogether. Can anybody tell me how its done? Thanks Bunches (in advance)