scroll

terminus.effect.AnsiCodes.scroll
object scroll

Attributes

Source
AnsiCodes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
scroll.type

Members list

Value members

Concrete methods

def down(lines: Int): String

Scroll the display down the given number of rows. Defaults to 1 row.

Scroll the display down the given number of rows. Defaults to 1 row.

Attributes

Source
AnsiCodes.scala
def up(lines: Int): String

Scroll the display up the given number of rows. Defaults to 1 row.

Scroll the display up the given number of rows. Defaults to 1 row.

Attributes

Source
AnsiCodes.scala