File:  [Coherent Logic Development] / freem_fileman / USER / DDGFH.m
Revision 1.1: download - view: text, annotated - select for diffs
Mon Apr 28 14:13:19 2025 UTC (5 weeks, 4 days ago) by snw
Branches: MAIN
CVS tags: HEAD
Restructure repository

DDGFH	;SFISC/MKO-HELP SCREENS ;09:20 AM  7 Jul 1994
	;;21.0;VA FileMan;;Dec 28, 1994
	;Per VHA Directive 10-93-142, this routine should not be modified.
	;
HLP	;Print help screens, refresh screen
	D HLP^DDGLIBH(9251,9259,"DDGFH")
	D REFRESH^DDGF,RC(DY,DX)
	Q
	;
RC(DDGFY,DDGFX)	;Update status line, reset DX and DY, move cursor
	N DDGFS
	I DDGFR D
	. S DY=IOSL-6,DX=IOM-9,DDGFS="R"_(DDGFY+1)_",C"_(DDGFX+1)
	. X IOXY W DDGFS_$J("",7-$L(DDGFS))
	S DY=DDGFY,DX=DDGFX X IOXY
	Q

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>