Re: ansi printer from screen

2007-05-10 Thread sqweek
On 4/21/07, Abel Morabito <[EMAIL PROTECTED]> wrote: esc[5i <> esc[4i -- Printer-Controller modes according to VT100 standards-- Under screen output is sent to stdout instead. Do you know how to work around this? Sounds ilke screen doesn't think your terminal supports the printer con

ansi printer from screen

2007-04-21 Thread Abel Morabito
Dear users, I use a shell script to print from a remote server to my local machine. It basically uses the sequence esc[5i <> esc[4i -- Printer-Controller modes according to VT100 standards-- Under screen output is sent to stdout instead. Do you know how to work around this? Thank you