TerminalKeyReader
terminus.effect.TerminalKeyReader
trait TerminalKeyReader(timeout: Duration) extends KeyReader
An implementation of KeyReader that interprets the standard terminal escape codes for key presses. The timeout is how long we wait between an escape being pressed and another key before we decide they are separate key presses.
Attributes
- Source
- TerminalKeyReader.scala
- Graph
-
- Supertypes
- Known subtypes
- Self type
Members list
In this article