Searched refs:xterm (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/um/drivers/ |
| A D | xterm_kern.c | 23 struct xterm_wait *xterm = data; in xterm_interrupt() local 27 ret = os_rcv_fd_msg(xterm->fd, &fd, n_fds, in xterm_interrupt() 28 &xterm->pid, sizeof(xterm->pid)); in xterm_interrupt() 34 else if (ret != sizeof(xterm->pid)) in xterm_interrupt() 37 xterm->new_fd = fd; in xterm_interrupt() 38 complete(&xterm->ready); in xterm_interrupt()
|
| A D | Makefile | 56 obj-$(CONFIG_XTERM_CHAN) += xterm.o xterm_kern.o 66 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o vde_user.o vector_user.o
|
| A D | Kconfig | 60 bool "xterm channel support" 64 its own xterm. 68 string "xterm channel default terminal emulator" 70 default "xterm" 90 default "xterm" 94 be overridden from the command line. The default value is "xterm", 98 which don't have X or xterm available.
|
| /linux/Documentation/arch/powerpc/ |
| A D | hvcs.rst | 237 used to launch the interactive I/O application. If one is using xterm and 239 one should "export TERM=xterm" on the console. This tells ncurses 241 control sequences that xterm can understand. 454 Additionally, just because you logged into the console using and xterm
|
| /linux/Documentation/virt/uml/ |
| A D | user_mode_linux_howto_v2.rst | 673 xterm for every console configured inside the image (up to 6 in most 675 xterm. This makes it nice and easy to use UML on a host with a GUI. It is, 681 console to use something different from the default xterm. 705 information for the xterm channel below). UML will not boot until a client 713 * The xterm channel - this is the default - bring up an xterm on this channel 714 and direct IO to it. Note that in order for xterm to work, the host must 716 port-helper and other utilities needed for UML to communicate with the xterm.
|
| /linux/Documentation/arch/s390/ |
| A D | 3270.rst | 32 another 3270 emulator, started from an xterm window on your PC or 33 workstation. With the DEF GRAF command, an application such as xterm,
|
Completed in 14 milliseconds