[comp.windows.x] patch for X.V11R2 xmore

Rick.Busdiecker@SPICE.CS.CMU.EDU (03/15/88)

    Date: Fri, 4 Mar 88 22:46:52 EST
    From: Rick Busdiecker <sunpitt!eti!sunpitt!eti!rick%sun.com@sun.com>

    Since the distributed version of xmore can't handle piped input, I
    made the (extremeley trivial) change in the command line parsing that
    defaults the input to stdin instead of barfing.  It still can't handle
    multiple files, but I decided that the change would take more than 90
    seconds so I blew it off.  Here's the patch:

Oh well, I jumped too soon.  This doesn't work since xmore gets ahead
of the process that's generating it's input and gets and EOF.
Basically, for this to really work, xmore would have to poll the stream
throughout the run.  More work than I have time for at the moment.

			Rick