Class DoubleSizeCharacters

java.lang.Object
org.jline.terminal.impl.DoubleSizeCharacters

public class DoubleSizeCharacters extends Object
Utility class for handling double-size characters in terminals.

Double-size characters are a feature supported by some terminals that allows displaying text at double width and/or double height. This is useful for creating banners, headers, or emphasizing important text.

The implementation uses VT100-compatible escape sequences: - ESC # 3: Double-height, double-width line (top half) - ESC # 4: Double-height, double-width line (bottom half) - ESC # 5: Single-width, single-height line (normal) - ESC # 6: Double-width, single-height line