blessed-components - v1.20.0
    Preparing search index...

    Interface CharacterSet

    interface CharacterSet {
        border: { horizontal: string; vertical: string };
        progress: { empty: string; filled: string };
        sparkline: readonly string[];
        trend: { down: string; flat: string; up: string };
    }
    Index

    Properties

    border: { horizontal: string; vertical: string }
    progress: { empty: string; filled: string }
    sparkline: readonly string[]
    trend: { down: string; flat: string; up: string }