1 package com
.googlecode
.lanterna
.terminal
.swing
;
4 * This enum stored various ways the AWTTerminalFrame and SwingTerminalFrame can automatically close (hide and dispose)
5 * themselves when a certain condition happens. By default, auto-close is not active.
7 public enum TerminalEmulatorAutoCloseTrigger
{
13 * Close the frame when exiting from private mode
15 CloseOnExitPrivateMode
,
17 * Close if the user presses ESC key on the keyboard