term

argparse.term$
object term

Properties of the current terminal.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
term.type

Members list

Concise view

Value members

Concrete methods

def cols: Int

Get number of columns in the current terminal, or default to 80 if the actual number cannot be determined.

Get number of columns in the current terminal, or default to 80 if the actual number cannot be determined.

Attributes

def getCols(): Option[Int]

Get number of columns in the current terminal.

Get number of columns in the current terminal.

This will return None if the number of columns cannot be determined, for example on an unsupported operating system.

Attributes

def getRows(): Option[Int]

Get number of rows in the current terminal.

Get number of rows in the current terminal.

This will return None if the number of rows cannot be determined, for example on an unsupported operating system.

Attributes

def rows: Int

Get number of rows in the current terminal, or default to 24 if the actual number cannot be determined.

Get number of rows in the current terminal, or default to 24 if the actual number cannot be determined.

Attributes