Lines Matching refs:terminal
13 bool "Virtual terminal" if EXPERT
18 If you say Y here, you will get support for terminal devices with
21 one physical terminal. This is rather useful, for example one
22 virtual terminal can collect system messages and warnings, another
28 properties (such as colors or beeping) of a virtual terminal. The
35 You need at least one virtual terminal device in order to make use
53 bool "Support for console on virtual terminal" if EXPERT
59 answer Y here, a virtual terminal (the device used to interact with
60 a physical terminal) can be used as system console. This is the most
66 terminal (/dev/tty0) will be used as system console. You can change
68 would use the third virtual terminal as system console. (Try "man
88 The virtual terminal is the device that interacts with the physical
89 terminal through console drivers. On these systems, at least one
104 A pseudo terminal (PTY) is a software device consisting of two
106 a physical terminal; the master device is used by a process to
108 terminal. Typical programs for the master side are telnet servers
115 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
116 terminal is then made available to the process and the pseudo
117 terminal slave can be accessed as /dev/pts/<number>. What was
138 A pseudo terminal (PTY) is a software device consisting of two
140 a physical terminal; the master device is used by a process to
142 terminal. Typical programs for the master side are telnet servers