Up

Module Readline__input_char

Signature

type t = [
| `Backspace
| `Tab
| `Newline
| `Char of char
| `Up
| `Down
| `Left
| `Right
| `Home
| `End
| `Delete
| `Eof
| `Unknown_escape of string * int option * int option
]
val get : unit -> t