[Enhancement] Allow to send a signal to foreground process
Sometimes a process needs to receive a signal:
- stuck ssh connection
- dd
- …
As the process is usually foreground, one has to open another tab (or terminal), find the processus id and send it a signal.
It would be better if a signal could be send to the foreground process using the current tab. I propose to send such a signal using the context menu.
Related MR !5 (merged)
Edited by Sergios - Anestis Kefalidis