Re: On Screen and XTerm and automatic window resizing...

2010-06-01 Thread Maciej Żenczykowski
> Here is from the manual: > > "  -A   Adapt  the  sizes of all windows to the size of the current > terminal.  By default, screen tries to restore  its  old  window  sizes > when  attaching  to  resizable  terminals  (those with "WS" in its > description, e.g. suncmd or some xterm)." > > Can you u

Re: Bind prev and next to Ctrl-arrow

2010-06-01 Thread Aaron Davies
On Tuesday, June 1, 2010, Jostein Berntsen wrote: > On 01.06.10,19:26, Jostein Berntsen wrote: >> Is it possible to bind Ctrl-left arrow to prev and Ctrl-right arrow to >> next in screen? Tried some different combinations, but it did not work. >> >> > > Well, I sorted this out: > > bindkey ^[[1;5C

Re: On Screen and XTerm and automatic window resizing...

2010-06-01 Thread Jostein Berntsen
On 31.05.10,22:16, Maciej Żenczykowski wrote: > Here's what I would like to achieve (in my particular case I only care > about [ie. use] the programmatically resizeable XTerm and [rarely] the > non-resize'able linux console): > > - if I open a new screen session on a terminal of W columns and H >

Re: Bind prev and next to Ctrl-arrow

2010-06-01 Thread Jostein Berntsen
On 01.06.10,19:26, Jostein Berntsen wrote: > Is it possible to bind Ctrl-left arrow to prev and Ctrl-right arrow to > next in screen? Tried some different combinations, but it did not work. > > Well, I sorted this out: bindkey ^[[1;5C prev bindkey ^[[1;5D next Jostein

Bind prev and next to Ctrl-arrow

2010-06-01 Thread Jostein Berntsen
Is it possible to bind Ctrl-left arrow to prev and Ctrl-right arrow to next in screen? Tried some different combinations, but it did not work. Jostein ___ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-use

On Screen and XTerm and automatic window resizing...

2010-06-01 Thread Maciej Żenczykowski
Here's what I would like to achieve (in my particular case I only care about [ie. use] the programmatically resizeable XTerm and [rarely] the non-resize'able linux console): - if I open a new screen session on a terminal of W columns and H lines, I would like screen to startup with that size. - wh