|
From: Ethan A M. <sf...@us...> - 2014-06-18 20:56:15
|
On Wednesday, 18 June, 2014 13:44:56 Philipp K. Janert wrote:
> On Wed, 18 Jun 2014 13:24:13 -0700
> Ethan A Merritt <sf...@us...> wrote:
>
> > On Wednesday, 18 June, 2014 13:07:40 Philipp K. Janert wrote:
> > >
> > > On my system, the spacebar does not raise the
> > > command window after a plot, when using the
> > > wxt terminal. The spacebar works as expected
> > > when using the x11 terminal.
> > >
> > > ctrl-space does not work either.
> > >
> > > This happens both with the "packaged" version
> > > of gnuplot (4.6.3) and with the RC (5rc1).
> > >
> > > I looked over the wxt terminals "settings"
> > > dialog, but did not find anything that seemed
> > > applicable.
> > >
> > > Anything else I could try? Is this a wxt-config
> > > issue somehow?
> >
> > It's a configuration option:
> >
> > ./configure --enable-raise-console
>
> That should be enabled by default, isn't it?
>
> In any case - it does not work (for me), even
> if I enable it explicitly (as you suggest).
>
> Do others see this, too? Anything one can do
> about that?
bind ' ' "raise"
should work for all terminals regardless of default configuration.
Ethan
|