Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send SIGHUP to child process #29

Open
domruf opened this issue Nov 18, 2014 · 0 comments
Open

send SIGHUP to child process #29

domruf opened this issue Nov 18, 2014 · 0 comments

Comments

@domruf
Copy link

domruf commented Nov 18, 2014

I use the following command line to start bash on windows

 mintty.exe -e console.exe bash -l 

This way I can start console applications like python in the bash/mintty window.
But it seems that when I close the mintty window the SIGHUP does not reach bash and therefore the bash history is not stored.

I think it would be nice if console.exe and winpty-agent.exe would send the SIGHUP signal to their child process when they receive one.

When I use

mintty.exe -e bash -l

the bash history works fine.

http://mintty.googlecode.com/svn/trunk/docs/mintty.1.html#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant