getlsbackup(3) — Unix Programmer’s Manual
NAME
getlsbackup - return the status of the linestyle backup mode
SYNOPSIS
C
Boolean getlsbackup()
FORTRAN
logical function getlsb()
Pascal
function getlsbackup: Boolean;
DESCRIPTION
Getlsbackup returns the current value of the linestyle backup flag. TRUE means that the last three pixels of a line will be colored regardless of the linestyle pattern; FALSE means that the pattern will determine the state of all the pixels in the line.
SEE ALSO
lsbackup
NOTE
This command can only be used in immediate mode.
Silicon Graphics — R1c