mode
terminus.effect.AnsiCodes.mode
object mode
Attributes
- Source
- AnsiCodes.scala
- Graph
-
- Supertypes
- Self type
-
mode.type
Members list
Type members
Classlikes
object alternateScreen
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
- Self type
-
alternateScreen.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
- Self type
-
application.type
In this article