contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.37k stars 102 forks source link

Fixes terminal session not being terminated when the process terminated but PTY handle still open #1315

Closed christianparpart closed 9 months ago

christianparpart commented 9 months ago

PTY handle can still be open by e.g. another process (caused by commands like long running command & in a typical shell.

Closes #866.