repo.or.cz
/
mlrogue.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
inf loop
[mlrogue.git]
/
rawmode-ffi.sml
blob
ef67f0612f61587648b6b62d7f5e468c9bc03d49
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