aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/display/forms/linefn.h
blob: c263dfce5abf86b08146e9d323439f658f084b03 (plain) (blame)
1
2
3
4
5
6
7
8
# LINEFN.H -- Data structure associated with linefn()

define	LEN_LINSTRUCT	4

define	LIN_ROW		Memi[$1]	# Cursor row
define	LIN_COL		Memi[$1+1]	# Cursor column
define	LIN_ICHAR	Memi[$1+2]	# Index to current character
define	LIN_LAST	Memi[$1+3]	# Character which caused return