mvslovers / brexx370

MVS version of Vasilis Vlachoudis awesome rexx implementation
46 stars 11 forks source link

Full screen refresh on a timer #88

Closed x0rcy5t closed 3 years ago

x0rcy5t commented 3 years ago

I have been using the full screen functions of MVS BREXX for a couple months and love it's ease of use, but it would be very nice to be able to return from a screen display after a set amount of time to, for example, show a splash screen, or update a dynamic display, instead of the default behavior of waiting for an action key.

mgrossmann commented 3 years ago

@x0rcy5t Thanks for using bREXX/370 and thanks for sharing your ideas. I'm not quiet sure the requested feature is possible. But @Peter-Jacob and I will discuss this, for sure.

Peter-Jacob commented 3 years ago

@Mike, I think we discussed this last year. It would be a TPUT NOWAIT with an internal timer that returns with a timer event once it expires. This event could be treated as if the user presses the enter key or a PF action key.

mgrossmann commented 3 years ago

Implemented in V2R5