Re: help: vi ESC sequence entry used in PCL codes

1998-06-23 Thread aqy6633
> This can be generated in MS-DOG edit by: > > hold down the Ctrl+V, and press [ > > BUT - I must do this in vi So that my scripts will generate a > readable report. To enter any non-printable charachter in vi just do Ctrl-V and _then_ charachter to enter (like Esc). Alex Y. -- _ _(

help: vi ESC sequence entry used in PCL codes

1998-06-23 Thread dave oswald
Hey all... I'm generating a report utilizing PCL print codes - where I need to page break by enter the string: Ec&10H Where "Ec" is the escape sequence. This can be generated in MS-DOG edit by: hold down the Ctrl+V, and press [ BUT - I must do this in vi So that my scripts will generate