shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

How to re-open a closed Shoes.terminal? #366

Closed spachner closed 5 years ago

spachner commented 7 years ago

Hi,

in case the user has closed the Shoes.terminal, how to re-open them again?

regards

spachner

ccoupe commented 7 years ago

Apologies @spachner . I commented early on many days ago but it seems to have disappeared. Terminal vs Console ? alt-/ or fan-/ on osx will reopen the Console.

It is not possible, cross-platform, to re-open a Shoes.terminal. We had to do some very ugly things to get stderr and stdout redirected to it. Some people want Shoes to halt when the Terminal is closed and some want it to not be close-able - Windows the is least common denominator and Shoes/Windows can't stop the user from closing of that window or even detect that it happened.