p
term
package term
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
-
trait
TermSize extends AnyRef
A provider that is capable of providing the size of the current terminal.
Value Members
-
object
NativeTermSize extends TermSize
A provider that gets the current terminal size using a native library.
-
object
NoTermSize extends TermSize
A provider that always return
Size.NoSize
. - object Size extends Serializable
- object TermSize extends TermSize
- object TputTermSize extends TermSize