diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-22 08:48:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 08:48:25 -0400 |
commit | 6df4b982f4db2ddf04a9c4f15512584f2600b3d7 (patch) | |
tree | 0f63a9be2b8e55a2a9db7a29ef1fd85a6ad819ea /docs | |
parent | 7b2603e550deeb98399473f2c17535ac740b2c1a (diff) | |
parent | 8ae418d33320135a4eea3c864065aa6868497eeb (diff) | |
download | cmd2-git-6df4b982f4db2ddf04a9c4f15512584f2600b3d7.tar.gz |
Merge pull request #587 from python-cmd2/signal_threads
Ruggedized registration of SIGINT signal handler
Diffstat (limited to 'docs')
-rw-r--r-- | docs/settingchanges.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst index 25a671ab..1399c9fe 100644 --- a/docs/settingchanges.rst +++ b/docs/settingchanges.rst @@ -140,6 +140,10 @@ set to ``False``, then the current line will simply be cancelled. (Cmd) typing a comma^C (Cmd) +.. warning:: + The default SIGINT behavior will only function properly if **cmdloop** is running + in the main thread. + Timing ====== |