[OE-core] [OE-Core][PATCH 1/2] terminal.py: add tmux new window option

Dan McGregor danismostlikely at gmail.com
Wed Feb 4 21:49:19 UTC 2015


On 4 February 2015 at 15:42, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 4 February 2015 at 16:09, Dan McGregor <danismostlikely at gmail.com> wrote:
>>
>> 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.
>
>
> Is there an argument for just using a new window always, splitting seems a
> bit weird to me.  My terminals are the size I like them to be, and having
> have a terminal just for devshell seems lame.
>
> (occasional tmux user but never beyond simply leaving jobs running)
>

With this change setting OE_TERMINAL = "tmux-new-window" in your
configuration will always launch a new terminal. I just left splitting
as the default because it's the current behaviour; I've been using
only new windows for over a year personally.

I don't really see a reason for keeping the splitting behaviour, but I
imagine that others might not like it magically changing on them.

> Ross



More information about the Openembedded-core mailing list