Searched refs:add_terminal (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | terminal.py | 22 def add_terminal(self, priority, name, command): member in Terminals 56 terminals.add_terminal(2, "tmux", f"tmux new-window -n \"%title\" \"{connect_command}\"") 57 terminals.add_terminal(2, "gnome-terminal", f"gnome-terminal --window --title \"%title\" --command … 58 terminals.add_terminal(1, "xterm", f"xterm -title \"%title\" -e {connect_command}") 59 terminals.add_terminal(0, "none", None)
|