]> code.ossystems Code Review - openembedded-core.git/commit
oe.terminal: add tmux classes
authorChristopher Larson <chris_larson@mentor.com>
Thu, 4 Apr 2013 18:45:22 +0000 (11:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 22:51:09 +0000 (23:51 +0100)
commit31c58d584f838738a6b6258b87b1c7e6ca173086
tree3b2f65e098323fadb909bff089ccbbf55e7476d2
parent035e074cb7ff943defe3a10dc2a73b3cb2fd7e96
oe.terminal: add tmux classes

This adds two new Terminal classes. It's separated into two, so that opening
a split inside a tmux window is preferred to the other terminal types, but
opening a tmux session is prioritized only slightly higher than screen.

- tmuxrunning: Open a new pane in the current running tmux window. Requires
  that the TMUX variable be added to the env whitelist to use it.
- tmux: Open a new tmux session

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py