cursorHVPosClose top-level constant

String const cursorHVPosClose

Closing tag for Horizontal Vertical Position.

Template: {cursorHVPosOpen}[n]{cursorHVPosClose}.

Same as Cursor Position, but counts as a format effector function (like cr or lf) rather than an editor function (like Cursor Up or Cursor Next Line). This can lead to different handling in certain terminal modes.

See also cursorHVPosToTopLeft and cursorHVPosTo.

Implementation

const String cursorHVPosClose = 'f';