Interface SignalHandlers
public interface SignalHandlers
Provides default and ignore signal handlers for terminal signal handling.
- Author:
- jdenise@redhat.com
-
Field Summary
Fields
-
Field Details
-
SIG_DFL
static final org.aesh.terminal.Terminal.SignalHandler SIG_DFLDefault signal handler that performs the default action for the signal. -
SIG_IGN
static final org.aesh.terminal.Terminal.SignalHandler SIG_IGNSignal handler that ignores the signal.
-