opentui_rust 0.2.1

High-performance terminal UI rendering engine with alpha blending and diffed buffers
Documentation
---
source: src/ansi/mod.rs
expression: sequences
---
[
  {
    "description": "simple_link",
    "hex": "1b 5d 38 3b 69 64 3d 31 3b 68 74 74 70 73 3a 2f 2f 65 78 61 6d 70 6c 65 2e 63 6f 6d 1b 5c",
    "readable": "ESC]8;id=1;https://example.comESCST"
  },
  {
    "description": "link_with_path",
    "hex": "1b 5d 38 3b 69 64 3d 34 32 3b 68 74 74 70 73 3a 2f 2f 65 78 61 6d 70 6c 65 2e 63 6f 6d 2f 70 61 74 68 2f 74 6f 2f 66 69 6c 65 2e 74 78 74 1b 5c",
    "readable": "ESC]8;id=42;https://example.com/path/to/file.txtESCST"
  },
  {
    "description": "link_end",
    "hex": "1b 5d 38 3b 3b 1b 5c",
    "readable": "ESC]8;;ESCST"
  }
]