On 4 February 2015 at 15:42, Burton, Ross <[email protected]> wrote: > > On 4 February 2015 at 16:09, Dan McGregor <[email protected]> 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
