To send regular keys to a screen session externally I can do:
screen -S sessionname -X eval 'stuff "asdf"'
But how can I send the arrow keys?
screen -S sessionname -X eval 'stuff "\033[A"'
Doesn't appear to do the job.
Thanks,
Jason
___
screen-use
On Thu, 28 Dec 2006, Peder Stray wrote:
How do a control where the -X command will go?
If I wanted the windowlist to show in term1 for example.
For your question Robert, I have no idea how you can select ther
terminal connected... can't see anything in the manpage, and can't say i
found a wa
On Sun, 24 Dec 2006, Andy Harrison wrote:
On 12/22/06, Robert Blackwell <[EMAIL PROTECTED]> wrote:
I will get a windowlist in term2 (the one most recently created).
How do a control where the -X command will go?
If I wanted the windowlist to show in term1 for example.