lsbackup() — Silicon Graphics Beta Release
NAME
lsbackup - controls whether the last two pixels of a line are colored
SPECIFICATION
C
lsbackup(b)
Boolean b;
FORTRAN
subroutine lsback(b)
logical b
Pascal
procedure lsbackup(b: Boolean);
DESCRIPTION
lsbackup is one of two commands that modify the application of the linestyle pattern. If enabled, it overrides the current linestyle to guarantee that the final two pixels in a line will be colored. It takes one argument, a boolean. If b = TRUE, backup mode is enabled. resetls should also be set to TRUE when backup mode is enabled. FALSE, the default setting, means the linestyle will be used as is, and lines may have invisible endpoints.
SEE ALSO
deflinestyle, getlsbackup, setlinestyle, resetls
Version 2.3 — July 04, 1985