Re: allowing user interaction in screen caommand

2013-03-12 Thread jonathan chetwynd
Eric, try ampersand & iirc ~:" On 12/03/13 15:25, Eric Smith wrote: I am mapping as follows: bindkey "^[[1;5l" eval 'screen' 'stuff "bin/screen_grab_input.sh^M"' 'other' 'stuff baz' I want screen to wait until the script `bin/screen_grab_input.sh' has completed before executing the comma

allowing user interaction in screen caommand

2013-03-12 Thread Eric Smith
I am mapping as follows: bindkey "^[[1;5l" eval 'screen' 'stuff "bin/screen_grab_input.sh^M"' 'other' 'stuff baz' I want screen to wait until the script `bin/screen_grab_input.sh' has completed before executing the command 'other'. Is that possible? $ cat bin/screen_grab_input.sh read input e

Re: no border when doing vert_split

2013-03-12 Thread Kevin Van Workum
On Thu, Mar 7, 2013 at 4:02 PM, DookTibs wrote: > > Hi - I just started using screen. One problem I'm running into is when I > split the window using the "vert_split" command, there is no visual border > separating the two windows. I do get a border when doing a horizontal > split. > From screens