]> code.ossystems Code Review - openembedded-core.git/commit
oe.terminal: add tmux classes
authorChristopher Larson <chris_larson@mentor.com>
Fri, 5 Apr 2013 00:44:43 +0000 (17:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Apr 2013 11:51:33 +0000 (12:51 +0100)
commit10f64d202ceb230c3c79e09dce182ffce94d1117
treee80d28026529b699d8f34e346d7bd756eaa6d151
parent6c972598c6da17fbec7a4582eb593c31f4283275
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