[ bullseye ]
[ bookworm ]
[ Bron: golang-github-elisescu-pty ]
Pakket: golang-github-elisescu-pty-dev (1.0.2-3)
Verwijzigingen voor golang-github-elisescu-pty-dev
Debian bronnen:
Het bronpakket golang-github-elisescu-pty downloaden:
- [golang-github-elisescu-pty_1.0.2-3.dsc]
- [golang-github-elisescu-pty_1.0.2.orig.tar.gz]
- [golang-github-elisescu-pty_1.0.2-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Golang package for using Unix pseudo-terminals
Package pty provides functions for working with Unix terminals.
Functions include:
* Open a pty and its corresponding tty. * Assign a pseudo-terminal tty to stdin, stdout, and stderr. * Execute the commands with assigned tty and get the corresponding pty. * Set and resize the pty to the specified size.