Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert ruby#335 (Trap TSTP to handle C-z)
This PR was an effort to address ruby#321 (ed_quoted_insert doesn't work properly) but per the reporter it did not work correctly. Moreover, it introduced a major regression: Shell job control stopped working in all applications that use reline, notably IRB. Bash and other shells send SIGTSTP in response to C-z to implement job suspension. Handling SIGSTP opts out of this functionality. For a line oriented terminal program this should be avoided (not to mention, this behavior diverges from readline's)
- Loading branch information