Re: [screen-devel] GNU Screen v.4.3.0

2015-06-13 Thread Erik Falor
On Sat, Jun 13, 2015 at 07:35:02PM +0200, Amadeusz S??awi??ski wrote: > Hello everyone, > > I'm announcing availability of GNU Screen v.4.3.0 Thank you for a new release of Screen! I'm excited to try out the new features! -- Erik Falor Registered Linux User #445632http://un

Re: GNU Screen v.4.3.0

2015-06-13 Thread Carsten Mattner
On Sat, Jun 13, 2015 at 7:35 PM, Amadeusz Sławiński wrote: > Hello everyone, > > I'm announcing availability of GNU Screen v.4.3.0 > > So more than a year after previous release there is new one, hopefully > even better. As for things that changed: > > * Introduce Xx string escape showing the exec

GNU Screen v.4.3.0

2015-06-13 Thread Amadeusz Sławiński
Hello everyone, I'm announcing availability of GNU Screen v.4.3.0 So more than a year after previous release there is new one, hopefully even better. As for things that changed: * Introduce Xx string escape showing the executed command of a window * Implement dead/zombie window polling, allowin

Re: using in bind - SOLVED

2015-06-13 Thread Eric Smith
luteijn wrote on Sat-13-Jun 15 8:34AM > > What you should be sending in your case is [D (three bytes, is > the same character as ctrl-[, rendered as ^[. Control sequences can be > entered in 'stuff' in the caret notation, so 'stuff ^[[D' should work. Note > that you do need two open-square-brac