Re: Re: [Lnx-bbc-cvs] gar/utils/splitvt

Nick Moffitt <[email protected]> Thu, 1 Jan 2004 17:19:32 -0800
Newsgroups gmane.linux.bbc.devel
Message-ID <[email protected]>
begin  Paul Gray  quotation:
> On Thu, 1 Jan 2004, Nick Moffitt wrote:
> > 	But what does splitvt do that we couldn't implement as a
> > screen script?
> 
> The functionality that I use with splitvt is analogous to
> esc-:-split in vim.  ctrl-w moves between windows (in splitvt, that
> is).  I haven't seen that done before with screen.

	Okay, consider this gedanken screen script:

#!/usr/bin/screen -mc
escape ^ww
split
screen 
screen

	There's bound to be ways to improve it.  

-- 
"Forget the damned motor car and build cities for lovers and friends."
	-- Lewis Mumford

end