BufferKind

public enum BufferKind

Specified the kind of buffer is being requested from the terminal

  • The currently active buffer (can be either normal or alt)

    Declaration

    Swift

    case active
  • The normal buffer, regardless of which buffer is active

    Declaration

    Swift

    case normal
  • alt

    The alternate buffer, regardless of which buffer is active

    Declaration

    Swift

    case alt