|
From: Ethan M. <merritt@u.washington.edu> - 2005-07-14 17:31:06
|
On Thursday 14 July 2005 10:09 am, Dave Denholm wrote: > > I can't remember right now what TERM_CANNOT_MULTIPLOT means : probably > referring to issuing a prompt during multiplot at all. I don't know what it was intended to mean, but there is no driver in the current code base which uses it. Furthermore, the code segment that tests it can never be reached. > Ah - non-interactive read means from stdin without > prompting. Presumably interactive means isatty(stdin) or something > like that. It means (1) no files on shell command line and isatty(fileno(stdin)) or (2) we are inside a load command and the filename is '-' or (3) (AMIGA && IsInteractive(Input()) == DOSTRUE) Note that (1) and (2) potentially contradict each other. I'm not sure which one wins out :-) -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |