Modern monitors are bigger
[llpp.git] / keys.ml
blobbd4dccfbbd4e1696947a120388a6865dee6379a2
1 type t =
2 | Ascii of char | Code of int | Fn of int
3 | Backspace | Delete | Escape | Insert | Enter
4 | Up | Down | Left | Right | Next | Prior | Home | End
5 ;;