Searched refs:xterm (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/um/drivers/ |
| H 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()
|
| H 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.
|
| H A D | Makefile | 38 obj-$(CONFIG_XTERM_CHAN) += xterm.o xterm_kern.o 50 USER_OBJS := fd.o null.o pty.o tty.o xterm.o vector_user.o
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 640 xterm for every console configured inside the image (up to 6 in most 642 xterm. This makes it nice and easy to use UML on a host with a GUI. It is, 648 console to use something different from the default xterm. 672 information for the xterm channel below). UML will not boot until a client 680 * The xterm channel - this is the default - bring up an xterm on this channel 681 and direct IO to it. Note that in order for xterm to work, the host must 683 port-helper and other utilities needed for UML to communicate with the xterm.
|
| /linux/Documentation/arch/powerpc/ |
| H 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/arch/s390/ |
| H 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,
|