mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-18 05:33:17 +00:00
Jarrod Johnon
c60d25f0d1
Fix confetty PTY handling in oneshot mode
When asked to execute a command, do not mess with the terminal in a way that would incur SIGTTOU when run in background. This means that a backgrounded confetty can actually exit rather than block waiting to be run in foreground. This won't work with running a *console* in background, but that really doesn't make any sense.
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%