pub fn PPR(n: Option<u32>) -> ControlFunction<'static>
Expand description
Page Position Forward.
PPR
causes the active data position to be moved in the data component to the corresponding character position on
the n
-th following page.
The default value for n
is 1
.