You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does ht support sending a signal to current (foreground) process? How to send SIGINT or SIGKILL?
My Unix knowledge is rusty, but I think ht doesn't need to know what the foreground process is. If you send a signal to pty, AFAIK the kernel will somehow forward it to the foreground process in the process group.
The text was updated successfully, but these errors were encountered:
Does ht support sending a signal to current (foreground) process? How to send SIGINT or SIGKILL?
My Unix knowledge is rusty, but I think ht doesn't need to know what the foreground process is. If you send a signal to pty, AFAIK the kernel will somehow forward it to the foreground process in the process group.
The text was updated successfully, but these errors were encountered: