File:
[Coherent Logic Development] /
freem /
contrib /
%MESS.m
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs
Sun Jan 19 02:04:04 2025 UTC (2 months, 2 weeks ago) by
snw
Branches:
MAIN,
CoherentLogicDevelopment
CVS tags:
v0-63-1-rc1,
v0-63-0-rc1,
v0-63-0,
v0-62-3,
v0-62-2,
v0-62-1,
v0-62-0,
start,
HEAD
FreeM
%MESS(y,t,len) ; A.Trocha ; display text box [1999/01/31-22:52:31]
; $Source: /home/cvsroot/freem/contrib/%MESS.m,v $
; $Revision: 1.1.1.1 $ $Date: 2025/01/19 02:04:04 $
; <y> row to start with
; <t> text to display
; <len> length of text-info ... default: len=$L(t)+2
;
N %X,%Y
I $G(len)="" S len=$L(t)+2
S %X=80-len\2
S %Y=y
X %GO W @%C,"l",$TR($J("",len)," ","q"),"k"
S %Y=y+1
W @%C,"x" X %GF W $$z^%MEN(t,len) X %GO W "x"
S %Y=y+2
W @%C,"m",$TR($J("",len)," ","q"),"j" X %GF
Q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>