From: Dima K. <gn...@di...> - 2018-08-20 03:25:43
|
Dima Kogan <gn...@di...> writes: > Ethan A Merritt <sf...@us...> writes: > >> On Friday, August 17, 2018 1:15:24 PM PDT Dima Kogan wrote: >>> >>> I'm looking for a feature that (I think) doesn't exist currently. Want >>> to ask first, in case something DOES exist that I'm not seeing. >> >> The command you are looking for is >> pause mouse close This works in its most basic form, which is awesome. Thanks! But I'm now going to be a pain in the butt. For a gnuplot-using application to work reasonably, this needs to only wait for a window-close event when one is coming: i.e. when a window is open. Scenarios that could happen: 1. User already closed the window before I send my "pause mouse close" 2. We're using a non-interactive terminal (dumb, pdf, etc etc) Ideas on handling that? |