wok annotate perl-io-tty/description.txt @ rev 24832
updated libspiro and libspiro-dev (0.5.20150702 -> 20200505)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 06:24:51 2022 +0100 (2022-03-25) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24226 | 1 IO::Tty is used internally by IO::Pty to create a pseudo-tty. |
Hans-G?nter@24226 | 2 You wouldn't want to use it directly except to import constants, |
Hans-G?nter@24226 | 3 use IO::Pty. |
Hans-G?nter@24226 | 4 For a list of importable constants, see IO::Tty::Constant. |
Hans-G?nter@24226 | 5 |
Hans-G?nter@24226 | 6 Please note that pty creation is very system-dependend. |
Hans-G?nter@24226 | 7 From my experience, any modern POSIX system should be fine. |