TerminalType

public enum TerminalType

Undocumented

  • Terminal as described by the TERM environment variable.

    Declaration

    Swift

    case terminal(String)
  • A dumb terminal cannot be expected to handle ANSI terminal codes.

    Declaration

    Swift

    case dumb
  • Indicates a file and not a terminal.

    Declaration

    Swift

    case file