mode

terminus.effect.AnsiCodes.mode
object mode

Attributes

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

Members list

Type members

Classlikes

Alternate screen mode, which means content will not be shown when the program exits and key presses will not be saved to the history buffer. See https://invisible-island.net/xterm/ctlseqs/ctlseqs.html and search for "alternate screen"

Alternate screen mode, which means content will not be shown when the program exits and key presses will not be saved to the history buffer. See https://invisible-island.net/xterm/ctlseqs/ctlseqs.html and search for "alternate screen"

Attributes

Source
AnsiCodes.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object application

Application mode, which seems to only change the codes sent by some keys. See https://www.vt100.net/docs/vt510-rm/DECCKM

Application mode, which seems to only change the codes sent by some keys. See https://www.vt100.net/docs/vt510-rm/DECCKM

Attributes

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