module Fancyline::Key
Overview
Host for ASCII key sequence code, which does its best to figure out what the user just typed.
Defined in:
fancyline/key.crClass Method Summary
-
.read_control(char : Char, &) : Control | Nil
Reads a
Control
input from char.
Class Method Detail
Reads a Control
input from char. If an escape sequence was detected,
calls the given block for the next Char?
.