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

Comparing ray/src/rt/x11.c (file contents):
Revision 1.2 by greg, Fri Jan 12 11:33:05 1990 UTC vs.
Revision 1.3 by greg, Tue Jan 30 11:37:54 1990 UTC

# Line 236 | Line 236 | int  xmin, ymin, xmax, ymax;
236  
237  
238   static
239 < x11_comin(inp)                  /* read in a command line */
240 < char  *inp;
239 > x11_comin(inp, prompt)          /* read in a command line */
240 > char  *inp, *prompt;
241   {
242          int  x11_getc(), x11_comout();
243  
244 +        if (prompt != NULL)
245 +                xt_puts(prompt, comline);
246          xt_cursor(comline, TBLKCURS);
247          editline(inp, x11_getc, x11_comout);
248          xt_cursor(comline, TNOCURS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines