/openbmc/openbmc/poky/meta/classes/ |
H A D | terminal.bbclass | 19 import oe.terminal 20 return " ".join(o.name for o in oe.terminal.prioritized()) 48 import oe.terminal 91 terminal = oe.data.typed_value('OE_TERMINAL', d).lower() 92 if terminal == 'none': 94 elif terminal != 'auto': 96 oe.terminal.spawn(terminal, command, title, None, d) 98 except oe.terminal.UnsupportedTerminal: 99 bb.warn('Unsupported terminal "%s", defaulting to "auto"' % 100 terminal) [all …]
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-terminal/ |
H A D | matchbox-terminal_0.2.bb | 1 SUMMARY = "Lightweight GTK+ terminal application" 23 RPROVIDES:${PN} = "virtual-x-terminal-emulator" 24 ALTERNATIVE:${PN} = "x-terminal-emulator" 25 ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/matchbox-terminal" 26 ALTERNATIVE_PRIORITY[x-terminal-emulator] = "20"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
H A D | 0002-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 6 Upstream-Status: Backport [http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/terminal.c.diff?r1=1… 10 libedit/terminal.c | 3 ++- 13 diff --git a/libedit/terminal.c b/libedit/terminal.c 15 --- a/libedit/terminal.c 16 +++ b/libedit/terminal.c
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/ |
H A D | 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 13 src/terminal.cc | 5 +++++ 16 diff --git a/src/terminal.cc b/src/terminal.cc 18 --- a/src/terminal.cc 19 +++ b/src/terminal.cc
|
/openbmc/linux/drivers/s390/char/ |
H A D | Kconfig | 17 Include support for fullscreen applications on an IBM 3270 terminal. 21 prompt "Support for console on 3270 terminal" 24 Include support for using an IBM 3270 terminal as a Linux system 29 prompt "Support for 3215 line mode terminal" 36 prompt "Support for console on 3215 line mode terminal" 39 Include support for using an IBM 3215 line-mode terminal as a 47 prompt "Support for SCLP line mode terminal" 54 prompt "Support for console on SCLP line mode terminal" 57 Include support for using an IBM HWC line-mode terminal as the Linux 62 prompt "Support for SCLP VT220-compatible terminal" [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uvc | 42 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal 47 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output 50 Description: Output terminal descriptors 52 What: /config/usb-gadget/gadget/functions/uvc.name/control/terminal/output/default 55 Description: Default output terminal descriptors 61 bSourceID id of the terminal to which this terminal 63 bAssocTerminal id of the input terminal to which this output 64 terminal is associated 65 wTerminalType terminal type 66 bTerminalID a non-zero id of this terminal [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xterm_394.bb | 2 SUMMARY = "xterm is the standard terminal emulator for the X Window System" 41 RPROVIDES:${PN} = "virtual-x-terminal-emulator" 46 ALTERNATIVE:${PN} = "resize x-terminal-emulator" 47 ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm" 49 ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9"
|
/openbmc/phosphor-webui/app/server-control/styles/ |
H A D | remote-console.scss | 19 .terminal-container { 25 .window-terminal-container { 31 #terminal{ id
|
/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/ |
H A D | rxvt-unicode.inc | 2 SUMMARY = "rxvt terminal clone supporting unicode" 4 terminal emulator rxvt, modified to store text in Unicode \ 20 RPROVIDES:${PN} = "virtual-x-terminal-emulator" 21 ALTERNATIVE:${PN} = "x-terminal-emulator" 22 ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/rxvt"
|
/openbmc/linux/drivers/tty/ |
H A D | Kconfig | 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 [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/ |
H A D | weston.ini | 29 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 30 #path=/usr/bin/gnome-terminal 33 #icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png 34 #path=/usr/bin/weston-terminal
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-ptyprocess_0.7.0.bb | 1 SUMMARY = "Run a subprocess in a pseudo terminal" 21 python3-terminal \ 38 python3-terminal \
|
/openbmc/linux/drivers/watchdog/ |
H A D | pic32-wdt.c | 75 u32 period, ps, terminal; in pic32_wdt_get_timeout_secs() local 89 terminal = BIT(ps); in pic32_wdt_get_timeout_secs() 92 period = terminal / rate; in pic32_wdt_get_timeout_secs() 95 rate, terminal, period); in pic32_wdt_get_timeout_secs()
|
/openbmc/openbmc/poky/meta/recipes-graphics/images/ |
H A D | core-image-weston.bb | 1 SUMMARY = "A very basic Wayland image with a terminal" 10 …LL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
|
/openbmc/webui-vue/src/views/Operations/Kvm/ |
H A D | Kvm.vue | 4 <div class="terminal-container"> 21 .terminal-container {
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/ |
H A D | python3-rich_13.9.4.bb | 1 SUMMARY = "Rich is a Python library for rich text and beautiful formatting in the terminal" 2 DESCRIPTION = "The Rich API makes it easy to add color and style to terminal output. \
|
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/ |
H A D | 0001-Reinstate-xdg-terminal.patch | 4 Subject: [PATCH] Enable xdg-terminal 23 + xdg-terminal
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/ |
H A D | xinit_1.4.2.bb | 22 --with-xterm=x-terminal-emulator" 25 RRECOMMENDS:${PN} += "virtual-x-terminal-emulator"
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 216 for terminal in prioritized(): 218 spawn(terminal.name, sh_cmd, title, env, d) 223 bb.warn("Terminal %s is supported but did not start" % (terminal.name)) 232 terminal = Registry.registry[name] 245 pipe = terminal(sh_cmd, title, env, d)
|
/openbmc/openbmc/poky/meta/recipes-core/ttyrun/ |
H A D | ttyrun_2.36.0.bb | 1 SUMMARY = "Start the program if the specified terminal device is available." 3 init(8) program when a terminal is not available."
|
/openbmc/openbmc/poky/meta/recipes-extended/minicom/ |
H A D | minicom_2.9.bb | 1 SUMMARY = "Text-based modem control and terminal emulation program" 3 DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like o…
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/ |
H A D | gnome-terminal_3.54.0.bb | 1 SUMMARY = "GNOME terminal" 23 git://gitlab.gnome.org/GNOME/gnome-terminal.git;protocol=https;nobranch=1 \
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 22 import terminal 142 terminal.SetPrintTestMode() 143 self._col = terminal.Color() 202 lines = terminal.GetPrintTestLines() 214 lines = terminal.GetPrintTestLines() 222 col = terminal.Color()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | python-development-shell.rst | 12 specified target. Then a new terminal is opened. Additionally, key 43 This command spawns a terminal and places you in an interactive Python 49 either by using Ctrl+d or closing the terminal window.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh/ |
H A D | 0001-configure.ac-add-support-of-protobuf-4.22.x.patch | 53 …AM_CPPFLAGS = -I$(srcdir)/../statesync -I$(srcdir)/../terminal -I$(srcdir)/../network -I$(srcdir)/… 56 …crypto.a ../network/libmoshnetwork.a ../statesync/libmoshstatesync.a ../terminal/libmoshterminal.a… 57 …crypto.a ../network/libmoshnetwork.a ../statesync/libmoshstatesync.a ../terminal/libmoshterminal.a…
|