Tty.hx 132 B

1234567
  1. package python.lib;
  2. @:pythonImport("tty", ignoreError=true)
  3. extern class Tty {
  4. public static function setraw (fileNo:Int):Void;
  5. }