SCOUG-HELP Mailing List Archives
Return to [ 27 |
May |
2002 ]
>> Next Message >>
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
In <3CF1E207.54CB@peterskye.com>, on 05/26/02
at 11:37 PM, Peter Skye said:
>That's probably true, but I want formatted mode and PAGEBREAK (thanks
>again) is the answer.
For the really gory details, here's how EPM implements this:
compile if EVERSION >= '5.60'
defc pagebreak
-- I put a form feed character there for the dual purpose of somewhat
-- supporting page breaks in raw mode and to allow the attributes to be
-- placed at column 2 rather than column 1. My selection of a chr(12)
may
-- actually mean that all page breaks need to be stripped after one is
done
-- printing because they may render the file invalid. (For example, I
don't
-- know if C allows a free FORMFEED character.)
insertline chr(12)
up
-- I place the attributes at column 2 rather than column 1 below,
because if
-- they are at column 1, line mark operations will not move them with
the line.
insert_attribute 6, 0, 1, 0, /*col:*/ 2, .line
insert_attribute 6, 0, 0, 0, /*col:*/ 2, .line
compile endif
Steven
--
---------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.31a #10183 Warp4/FP15/14.085_W4
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
---------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
>> Next Message >>
Return to [ 27 |
May |
2002 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|