Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!PT!h.gp.cs.cmu.edu!egc From: egc@h.gp.cs.cmu.edu (eddie caplan) Newsgroups: comp.windows.x Subject: xgraph Message-ID: <1090@h.gp.cs.cmu.edu> Date: Tue, 6-Oct-87 11:52:11 EDT Article-I.D.: h.1090 Posted: Tue Oct 6 11:52:11 1987 Date-Received: Fri, 9-Oct-87 07:10:51 EDT Organization: Carnegie-Mellon University, CS/RI Lines: 34 excuse the post, i couldn't get direct mailing to work. **************************************************************************** **************************************************************************** i just ftp'ed xgraph here to cmu, and other than two things, the xgraph package looks terrific. you've saved us a lot of work: 1. the initialization of AllAttrs was clobbering the AllSets, leading to a coredump later on. 2. the cursor "disappears" when moved into the xgraph windows. it was ok if ReverseVideo was set. ============================================================================ 239c239 < normPixel, bgPixel, GXcopy); --- > normPixel, bgPixel, GXxor); 368c368 < normPixel, bgPixel, GXcopy); --- > normPixel, bgPixel, GXxor); 682c682 < for (index = 0; index < MAXSETS; index++) { --- > for (index = 0; index < MAXATTR; index++) { ============================================================================ thanks much, eddie