On Wed, Oct 2, 2013 at 8:44 AM, Marc MERLIN <[email protected]> wrote:
> While we're at it, another thing I really liked with Eterm.
> Eterm had 'steal focus' in its menu. I use this when the WM is hung but X
> still works so that I can type in that terminal to fix things.
> Use an NFS homedir that hangs, or kill -STOP enlightenment to see what I
> mean, and then you can't move your typing focus to a terminal to fix things
> unless you already have an Eterm running.
>
> Would that be easy to add?
It should be fairly trivial. It's just an action binding which leads
to the following:
XSetInputFocus(Xdisplay, my_window, RevertToParent, CurrentTime);
XRaiseWindow(Xdisplay, my_window);
Eterm's escape sequence for that is "\e]5;\a" if you want to use the same one.
Michael
--
Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[email protected]>
Linux Server/Cluster Admin, LBL.gov Author, Eterm (www.eterm.org)
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users