Lines Matching refs:terminal
14 bool "Virtual terminal" if EXPERT
19 If you say Y here, you will get support for terminal devices with
22 one physical terminal. This is rather useful, for example one
23 virtual terminal can collect system messages and warnings, another
29 properties (such as colors or beeping) of a virtual terminal. The
36 You need at least one virtual terminal device in order to make use
54 bool "Support for console on virtual terminal" if EXPERT
60 answer Y here, a virtual terminal (the device used to interact with
61 a physical terminal) can be used as system console. This is the most
67 terminal (/dev/tty0) will be used as system console. You can change
69 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
127 A pseudo terminal (PTY) is a software device consisting of two
129 a physical terminal; the master device is used by a process to
131 terminal. Typical programs for the master side are telnet servers