Do not needlessly recompute layout
[llpp.git] / keys.ml
blob6448a568b5d27781ac95548c27f957b8b7b2ae0f
1 type t =
2 | Ascii of char | Code of int | Ctrl of int | Fn of int
3 | Backspace | Delete | Escape | Insert | Enter
4 | Up | Down | Left | Right | Next | Prior | Home | End
5 ;;