Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: screen program information Message-ID: <13861:Sep2105:07:0790@kramden.acf.nyu.edu> Date: 21 Sep 90 05:07:07 GMT References: <26143:Sep1811:47:4890@kramden.acf.nyu.edu> <13840@hydra.gatech.EDU> Organization: IR Lines: 30 In article <13840@hydra.gatech.EDU> gt0178a@prism.gatech.EDU (BURNS,JIM) writes: > Well, of course I could always just ^a-k (kill) that screen window w/o > affecting any of my other windows, then ^a-c ((re-) create) that window if > I need it. I said flush, not eliminate. Say you accidentally cat /etc/termcap without a pager running. Say there's about 50K of buffering between you and the nearest communications mechanism that knows how to flush output. Are you going to wait for that 50K to drain? Under pty, you just sess -T reconnect p5 > /dev/null, or perhaps pipe it through more, or perhaps save it in a file for later perusal. Then you type ^C and reconnect normally, without harming any other background processes or stopped jobs in the session. How can you do this under screen? > in article <18996:Sep1609:58:2090@kramden.acf.nyu.edu>, brnstnd@kramden.acf.nyu.edu (Dan Bernstein) says: > > you can't bring a screen session back into the middle of a pipe. > [and I said] ^^^^^^^^^^^^^^^^ Huh? You write your amazing macro program. You want to have it handle both the input and output of screen. How do you do this? > And finally, when ARE you going to post pty to c.u.s? :-) pty 3.001 and pty 3.001 patch 1 should appear any moment now on comp.sources.unix. Complain at Rich. In the meantime they're available via anonymous ftp to 128.122.128.22 or upon request to me. ---Dan