Displaying 1 result from an estimated 1 matches for "c_getgraphicsevent".
Did you mean:
do_getgraphicsevent
2016 Sep 16
1
getGraphicsEvent() questions, minor feature/tweak request, and patch(es).
...vice in a kind of
interactive loop, and would like to be able to stop it from printing
newlines in the console when I don't actually want to print a prompt.
Even an empty "" value still causes a newline right now.
To not break any code that depends on this behavior, I figured getting
C_getGraphicsEvent to accept an NA value would be the way to go. It
strikes me as highly unlikely that there's any code out there built on
expecting getGraphicsEvent() to error out when getting a 'prompt = NA'
parameter, so this seems like a safe change to make.
After rooting about in the R source for a...