Fix parallel native build too
[llpp.git] / keys.ml
blob97ccdaef151e0b7b482a03177655d3e687410b6e
1 type pv =
2 | Ascii of char | Code of int | Fn of int
3 | Backspace | Delete | Escape | Insert | Enter
4 | KPdelete | KPdown | KPend | KPenter | KPhome
5 | KPleft | KPminus | KPnext | KPplus | KPprior | KPright | KPup
6 | Up | Down | Left | Right | Next | Prior | Home | End
7 ;;