Re: [OE-core] Customize devshell terminal command / environment?

2012-09-24 Thread Morten Minde Neergaard
At 09:44, Mon 2012-09-24, Morten Minde Neergaard wrote: […] > * Make a new CustomTerminal terminal class that takes its command line >from a configuration directive, e.g. OE_TERMINAL_CUSTOMCMD > * Allowing option overrides for each of the existing classes > * Detect the STY variable if prese

[OE-core] Customize devshell terminal command / environment?

2012-09-24 Thread Morten Minde Neergaard
Hi, I'm using screen for all my terminal multiplexing. While using the devshell feature, I want to add devshells directly to my existing screen session. This wasn't straightforward, at least not as straightforward as I'd like. Made this pach: https://gist.github.com/3774736 It's just a quick hac