Terminal.this

Constructor for Terminal This construct a terminal buffer with the specified output type and i/o descriptors @param outType Output Type @param outputDescriptor Output descriptor @param inputDescriptor Input descriptor

  1. this()
  2. this(OutputType outType, int outputDescriptor, int inputDescriptor)
    struct Terminal
    this
    (,
    int outputDescriptor = STDOUT_FILENO
    ,
    int inputDescriptor = STDIN_FILENO
    )

Meta