]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/tty
paint(1): english
[plan9front.git] / sys / man / 1 / tty
1 .TH TTY 1
2 .SH NAME
3 tty \- cooked mode emulator
4 .SH SYNOPSIS
5 .B tty
6 [-D]
7 .I cmd
8 .I arg1
9 .I arg2
10 .I ...
11 .SH DESCRIPTION
12 .PP
13 .I Tty
14 binds an intermediate "cooked mode" layer between
15 .I cmd
16 and
17 .I /dev/cons.
18 .SH EXAMPLE
19 .LP
20 Provide <DEL> support for a command run on the text console:
21 .sp 1
22 .EX
23 % tty import -c cirno / /n/cirno
24 .EE
25 .SH SOURCE
26 .B /sys/src/cmd/tty.c