SACS top-level constant

String const SACS

Set Additional Character Separation.

Representation: CSI n \x20 \x5C

Parameter default value: n = 0

SACS is used to establish extra inter-character escapement for subsequent text. The established extra escapement remains in effect until the next occurrence of SACS or of SET REDUCED CHARACTER SEPARATION (SRCS) in the data stream or until it is reset to the default value by a subsequent occurrence of CARRIAGE RETURN/LINE FEED (CR LF) or of NEXT LINE (NEL) in the data stream.

n specifies the number of units by which the inter-character escapement is enlarged.

The unit in which the parameter value is expressed is that established by the parameter value of SELECT SIZE UNIT (SSU).

Implementation

const String SACS = r' \';