--- ray/src/rt/x11.c 1990/01/12 11:33:05 1.2 +++ ray/src/rt/x11.c 1990/01/30 11:37:54 1.3 @@ -236,11 +236,13 @@ int xmin, ymin, xmax, ymax; static -x11_comin(inp) /* read in a command line */ -char *inp; +x11_comin(inp, prompt) /* read in a command line */ +char *inp, *prompt; { int x11_getc(), x11_comout(); + if (prompt != NULL) + xt_puts(prompt, comline); xt_cursor(comline, TBLKCURS); editline(inp, x11_getc, x11_comout); xt_cursor(comline, TNOCURS);