Reduce differences with root_skels in contrib.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / src / lib / lua / pty / pty.lua
1 -- $Id: pty.lua,v 1.1 2005/04/03 19:52:01 cpressey Exp $
2 -- Lua wrapper functions for Lua 5.0.x Pty (pseudo-terminal) binding.
3
4 module("pty")
5
6 Pty = require("lpty")
7
8 return Pty