term
Properties of the current terminal.
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- term.type
Members list
Value members
Concrete methods
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
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
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
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.