Lines Matching refs:terminal
14 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
87 The virtual terminal is the device that interacts with the physical
88 terminal through console drivers. On these systems, at least one
103 A pseudo terminal (PTY) is a software device consisting of two
105 a physical terminal; the master device is used by a process to
107 terminal. Typical programs for the master side are telnet servers
114 pseudo terminal, a process opens /dev/ptmx; the number of the pseudo
115 terminal is then made available to the process and the pseudo
116 terminal slave can be accessed as /dev/pts/<number>. What was
126 A pseudo terminal (PTY) is a software device consisting of two
128 a physical terminal; the master device is used by a process to
130 terminal. Typical programs for the master side are telnet servers