Package org.aesh.terminal.tty.impl
Interface SignalHandlers
public interface SignalHandlers
Provides default and ignore signal handlers for terminal signal handling.
- Author:
- jdenise@redhat.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Terminal.SignalHandlerDefault signal handler that performs the default action for the signal.static final Terminal.SignalHandlerSignal handler that ignores the signal.
-
Field Details
-
SIG_DFL
Default signal handler that performs the default action for the signal. -
SIG_IGN
Signal handler that ignores the signal.
-