]> code.ossystems Code Review - openembedded-core.git/commit
terminal.py: add tmux new window option
authorDan McGregor <dan.mcgregor@usask.ca>
Wed, 4 Feb 2015 16:09:12 +0000 (10:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:44 +0000 (18:52 +0000)
commitd7ef9e49b1c687279f6eb2c7abc32ff915714177
tree07290ed3031202e1d6846f25caa087eeaf650b16
parentb2cee9b9f08dff41e46e227b1ffa5e46e98faa89
terminal.py: add tmux new window option

Add a new terminal type that makes a new window in the running tmux
session instead of splitting the window. 80x25 is not enough to run
menuconfig inside a split window, so add the option to create a new
window instead.

Use the new window option by default when the split window would be
less than 19 lines high.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/terminal.py