mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 19:27:58 +08:00
c30a9ff9ad
Since elvish does not support job control it should run all external commands with the tty job control signals set to be ignored. See "APUE", third edition, page 379. This doesn't actually fix the problem in the case of broken programs like vim which blindly assume the parent process implements job control. But there isn't much we can do about that other than try to get those programs to pay attention to being told to ignore SIGTSTP. Fixes #988 |
||
---|---|---|
.. | ||
editor.go | ||
errors_to_json_test.go | ||
errors_to_json.go | ||
interact_test.go | ||
interact.go | ||
paths_test.go | ||
paths_unix_test.go | ||
paths_unix.go | ||
paths_windows.go | ||
paths.go | ||
runtime.go | ||
script_test.go | ||
script.go | ||
shell_test.go | ||
shell_unix_test.go | ||
shell.go | ||
signal_unix.go | ||
signal_windows.go |