[ bullseye ]
[ sid ]
[ Bron: golang-github-jesseduffield-pty ]
Pakket: golang-github-jesseduffield-pty-dev (1.1.3+git20191112.07ed706-1)
Verwijzigingen voor golang-github-jesseduffield-pty-dev
Debian bronnen:
Het bronpakket golang-github-jesseduffield-pty downloaden:
- [golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706-1.dsc]
- [golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706.orig.tar.xz]
- [golang-github-jesseduffield-pty_1.1.3+git20191112.07ed706-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Go package for using Unix pseudo-terminals
Package pty provides functions for working with Unix terminals.
The 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.