Re: sending key strokes with screen

2007-07-10 Thread Michael Grant
Someone on this list, I cannot remember who, recommended using a register and then processing the register. Here is a command I wrote which redisplays a screen and it's save buffer so when you log back in and reattach, you can get then scroll up: register A "\001:hardcopy -h /tmp/mgrant.screendu

sending key strokes with screen

2007-07-10 Thread Dan Burt
i am using screen to start another process on my linux server, so i can attach/detach whenever i need to. however, i would also like to programmatically send commands to this active screen session, but it must be prefixed with a "Ctrl + a" key combination, followed by any other key depending on