screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Two little features (printing)


From: Albert van Zyl
Subject: Fwd: Two little features (printing)
Date: Mon, 28 Jul 2008 12:39:29 +0200
User-agent: KMail/1.9.9

This is how my system prints in Screen:

PRINT CHAR(27):"[5i"     *start print*
PRINT "CASH SALE -  23-01-2007"
PRINT "LINE 2"
PRINT "LINE 3"
PRINT CHAR(27):"[4i"     *stop print*

It will then print on the printer:

CASH SALE -  23-01-2007
From feed
LINE 2
Form feed
LINE 3
Form feed


--- Begin Message --- Subject: Two little features (printing) Date: Mon, 28 Jul 2008 12:16:31 +0200 User-agent: KMail/1.9.9
It would be GREAT if printing (print through) in Screen could work. I have the 
same problem that Dan Mahoney has.

Prints one line of text
Form feed (Page feed)
Prints one line of text
Form feed.........

Please help!

Dan Mahoney wrote:
>> 1) Make printing work.  And by that I mean make it work JUST as it
>> would work without screen, i.e. not "buffer" and send a bunch of
>> printer stop/start sequences every 30 characters -- many SSH
>> applications interpret that stop sequence as a page feed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]