cursor
Codes for manipulating the cursor
Attributes
- Source
- AnsiCodes.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
cursor.type
Members list
Type members
Classlikes
Attributes
- Source
- AnsiCodes.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
down.type
Attributes
- Source
- AnsiCodes.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
style.type
Attributes
- Source
- AnsiCodes.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
up.type
Value members
Concrete methods
Move the given number of characters to the left.
Move the cursor to the given column. The left-most column is 1, and coordinates increase to the right.
Move the cursor to the given column. The left-most column is 1, and coordinates increase to the right.
Attributes
- Source
- AnsiCodes.scala
Move the given number of characters to the right.
Move the cursor to the given position, where (1, 1) is the top left corner and coordinates increase to the right and down.
Move the cursor to the given position, where (1, 1) is the top left corner and coordinates increase to the right and down.
Attributes
- Source
- AnsiCodes.scala
Concrete fields
Restore the previously saved cursor state, or reset it to default values if no state has been saved.
Restore the previously saved cursor state, or reset it to default values if no state has been saved.
Attributes
- Source
- AnsiCodes.scala
Save the cursor location, character set, pending wrap state, SGR attributes, and origin mode.
Save the cursor location, character set, pending wrap state, SGR attributes, and origin mode.
Attributes
- Source
- AnsiCodes.scala