inf loop
[mlrogue.git] / rawmode-ffi.sml
blobef67f0612f61587648b6b62d7f5e468c9bc03d49
1 structure RM =
2 struct
3 val enable = _import "enable_raw_mode" private: unit -> unit;
4 val disable = _import "disable_raw_mode" private: unit -> unit;
5 end