Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-19 Thread Ethan Mallove
On Thu, Mar/19/2009 12:54:04PM, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Micah Cowan wrote: > > Ethan Mallove wrote: > >> On Wed, Mar/18/2009 01:39:03PM, Micah Cowan wrote: > >> Ethan Mallove wrote: > > Hello, > > > > The below command causes my Screen w

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > It'd also be very useful to know what exit statuses were returned by > both vim and tcsh, but I'm not sure of the best way to get at those. Actually, recent screens (Ubuntu's version of 4.0.3jw4 at least, and the development sourc

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > Ethan Mallove wrote: >> On Wed, Mar/18/2009 01:39:03PM, Micah Cowan wrote: >> Ethan Mallove wrote: > Hello, > > The below command causes my Screen window to close: > > $ touch a b c && ls -1 a b c | xargs vim

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ethan Mallove wrote: > On Wed, Mar/18/2009 01:39:03PM, Micah Cowan wrote: > Ethan Mallove wrote: Hello, The below command causes my Screen window to close: $ touch a b c && ls -1 a b c | xargs vim Vim: Warning: Input i

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-19 Thread Ethan Mallove
On Wed, Mar/18/2009 01:39:03PM, Micah Cowan wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ethan Mallove wrote: > > Hello, > > > > The below command causes my Screen window to close: > > > > $ touch a b c && ls -1 a b c | xargs vim > > Vim: Warning: Input is not from a terminal

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-18 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ethan Mallove wrote: > Hello, > > The below command causes my Screen window to close: > > $ touch a b c && ls -1 a b c | xargs vim > Vim: Warning: Input is not from a terminal > [then Screen window closes!] FWIW, I can't produce this with Ubun

Re: [screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-18 Thread Erik Falor
On Wed, Mar 18, 2009 at 02:27:27PM -0500, Ethan Mallove wrote: > Hello, > > The below command causes my Screen window to close: > > $ touch a b c && ls -1 a b c | xargs vim > Vim: Warning: Input is not from a terminal > [then Screen window closes!] I would suspect that this has to do with

[screen-devel] Terminal VIM run from xargs closes my GNU Screen window

2009-03-18 Thread Ethan Mallove
Hello, The below command causes my Screen window to close: $ touch a b c && ls -1 a b c | xargs vim Vim: Warning: Input is not from a terminal [then Screen window closes!] There is no problem if I do the above outside of Screen (e.g., my terminal window does not exit). And if I take xargs