Re: [External] Changing TERM TERM to HUP TERM

2019-03-11 Thread Rech, Andrew
Ole, I agree this change would be ideal, inasmuch as any TERM should kill the program. But the cost of this breaking change is potentially high in scripts running long jobs, and the upshot small - sending two TERM signals is not difficult, and the message after the first is clear. A big advanta

Re: [External] Changing TERM TERM to HUP TERM

2019-03-11 Thread Saladi, Shyam M.
I think Gary makes an interesting point. I think the danger of using HUP is that many already use this keycombo (control + D) for closing out of a terminal session. Some ideas: INT followed by QUIT (control + \) or INT followed by STOP (control + S)? For reference, these are the current keybind