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
Hi! A problem I see with the solution that is suggested is that rshark might not work in a Windows environment due to signal-hook not having support for signals in Windows. Maybe an alternative would be to use the crate ctrlc?
Requested Feature
Add a separate signal handler, for better handling of Unix signals.
Suggested Solution
The
signal-hook
crate could be used to create signal handlers.Additional context
rshark/src/display/ui.rs
Line 150 in 7158a19
For example here Ctrl + C is a
SIGINT
signal which could be handled by a signal handler instead of handling it as a keyboard event.This probably needs further discussion before any action is taken. Feel free to comment below
The text was updated successfully, but these errors were encountered: