Re: Windowlist menu customization

2018-06-26 Thread Chris Jones
On Tue, Jun 26, 2018 at 06:11:03PM EDT, Chris Jones wrote: > On Tue, Jun 26, 2018 at 02:48:53AM EDT, Amadeusz Sławiński wrote: > > On Mon, 25 Jun 2018 17:45:03 -0400 Chris Jones > > wrote: > > > > > On Mon, Jun 25, 2018 at 02:26:12PM EDT, Amadeusz Sławiński wrote: > > > > On Mon, 25 Jun 2018 12:38

Re: Windowlist menu customization

2018-06-26 Thread Amadeusz Sławiński
On Tue, 26 Jun 2018 07:07:45 + Marcin Cieslak wrote: > On Tue, 26 Jun 2018, Amadeusz Sławiński wrote: > > > OK, I think I may be bit confused about what you are trying to do here. > > If you want to set title based on what you just started in shell it's > > possible right now... > > http://w

Re: Windowlist menu customization

2018-06-26 Thread Chris Jones
On Tue, Jun 26, 2018 at 02:48:53AM EDT, Amadeusz Sławiński wrote: > On Mon, 25 Jun 2018 17:45:03 -0400 > Chris Jones wrote: > > > On Mon, Jun 25, 2018 at 02:26:12PM EDT, Amadeusz Sławiński wrote: > > > On Mon, 25 Jun 2018 12:38:48 -0400 > > > Chris Jones wrote: > > > > > [...] Quick update... F

Re: Windowlist menu customization

2018-06-26 Thread Chris Jones
On Tue, Jun 26, 2018 at 02:48:53AM EDT, Amadeusz Sławiński wrote: > On Mon, 25 Jun 2018 17:45:03 -0400 > Chris Jones wrote: > > > On Mon, Jun 25, 2018 at 02:26:12PM EDT, Amadeusz Sławiński wrote: > > > On Mon, 25 Jun 2018 12:38:48 -0400 > > > Chris Jones wrote: > > > > > [...] > OK, I think

Re: Windowlist menu customization

2018-06-26 Thread Amadeusz Sławiński
On Tue, 26 Jun 2018 16:59:17 -0400 Chris Jones wrote: > On Mon, Jun 25, 2018 at 02:26:12PM EDT, Amadeusz Sławiński wrote: > > On Mon, 25 Jun 2018 12:38:48 -0400 > > Chris Jones wrote: > > [...] > > Quick update... > > For now I'll just use the workaround provided as a demo by the attached f

Re: Keybinding UTF-8 characters?

2018-06-26 Thread Amadeusz Sławiński
On Tue, 26 Jun 2018 14:33:41 +0200 Stefan `Sec` Zehl wrote: > Hi, > > I have the following lines in my .screenrc: > > bind ! select 11 > bind \" select 12 > bind \$ select 14 > bind % select 15 > bind & select 16 > bind / select 17 > bind ( select 18 > bind ) select 19 > bind = select 10 > > T

Re: Windowlist menu customization

2018-06-26 Thread Chris Jones
On Mon, Jun 25, 2018 at 02:26:12PM EDT, Amadeusz Sławiński wrote: > On Mon, 25 Jun 2018 12:38:48 -0400 > Chris Jones wrote: [...] Quick update... For now I'll just use the workaround provided as a demo by the attached file. If you're interested, just run: $ screen -c overview-screenrc The

Re: Windowlist menu customization

2018-06-26 Thread Marcin Cieslak
On Tue, 26 Jun 2018, Amadeusz Sławiński wrote: > OK, I think I may be bit confused about what you are trying to do here. > If you want to set title based on what you just started in shell it's > possible right now... > http://web.mit.edu/gnu/doc/html/screen_9.html#SEC37 > http://aperiodic.net/scre

Keybinding UTF-8 characters?

2018-06-26 Thread Stefan `Sec` Zehl
Hi, I have the following lines in my .screenrc: bind ! select 11 bind \" select 12 bind \$ select 14 bind % select 15 bind & select 16 bind / select 17 bind ( select 18 bind ) select 19 bind = select 10 The intention is to use ^a + SHIFT+number to switch to the ten next windows. This works fine