Packages

p

term

package term

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Size(cols: Int, rows: Int) extends Product with Serializable

    A terminal size, in columns and rows.

    A terminal size, in columns and rows.

    cols

    The number of columns of the current terminal.

    rows

    The number of rows of the current terminal.

  2. trait TermSize extends AnyRef

    A provider that is capable of providing the size of the current terminal.

Value Members

  1. object NativeTermSize extends TermSize

    A provider that gets the current terminal size using a native library.

  2. object NoTermSize extends TermSize

    A provider that always return Size.NoSize.

  3. object Size extends Serializable
  4. object TermSize extends TermSize
  5. object TputTermSize extends TermSize

Ungrouped