xonsh/news/ctrlz.rst
Anthony Scopatz 4d8848d29e
Apply suggestions from code review
Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
2019-10-10 15:24:45 -04:00

27 lines
443 B
ReStructuredText

**Added:**
* New ``$THREAD_SUBPROCS`` environment variable allows you to
specify whether threadable subprocesses should actually be
run in a thread or not. Default ``True``.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Pressing ``Ctrl+Z`` no longer deadlocks the terminal,
allowing further input from the user, even for threaded
subprocesses.
**Security:**
* <news item>