mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
news
This commit is contained in:
parent
dc8728bdaf
commit
fe27543764
1 changed files with 27 additions and 0 deletions
27
news/ctrlz.rst
Normal file
27
news/ctrlz.rst
Normal file
|
@ -0,0 +1,27 @@
|
|||
**Added:**
|
||||
|
||||
* New ``$TRHEAD_SUBPROCS`` environment variable allows you to
|
||||
specify wheather 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>
|
Loading…
Add table
Reference in a new issue