Subject: Re: Sending an escape sequence to the console terminal
To: John Maier <JohnAM@datastorm.com>
From: J.T. Conklin <jconklin@netcom.com>
List: netbsd-users
Date: 04/23/1997 20:47:49
> I have pcvt setup.  I know that ^[[?3h will put a regular VT100 into 132   
> col mode.
> 
> How do I state this in an echo statement to get pcvt to go into 132 col   
> mode?

I'd use printf(1) like this ``printf "\033[?3h"''

	--jtc