> 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
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
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
>
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
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
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