randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

auto_close does not close based on process return value #410

Closed suncop closed 3 months ago

suncop commented 5 months ago

The readme says that auto_close is supposed to only close when the process exits successfully: "auto_close": True, # auto close terminal if process exits successfully

However this does not appear to be the case, and the NEWS.md file has a line that says: always close temrinal when auto_close is true regradless return code

Is this intentional? Did an older version of Terminus work this way? If so is it possible to set it to use the old behavior?