The Debugging menu is menu option 6. It displays a 4×4 grid of ANSI terminal background color blocks to confirm that your terminal emulator correctly renders the full 16-color ANSI palette. No files are written and no system commands are executed — the output is purely a visual test of your terminal’s color support.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kaladoodotlua/LRhub/llms.txt
Use this file to discover all available pages before exploring further.
Color Swatches
The grid is rendered using ANSI background escape codes. Each cell is two spaces wide, producing a colored rectangle. The 16 swatches are arranged in four rows:| Row | Color | ANSI Code |
|---|---|---|
| 1 | Red | 41 |
| 1 | Green | 42 |
| 1 | Yellow | 43 |
| 1 | Blue | 44 |
| 2 | Magenta | 45 |
| 2 | Cyan | 46 |
| 2 | White | 47 |
| 2 | Bright Black / Dark Gray | 100 |
| 3 | Bright Red | 101 |
| 3 | Bright Green | 102 |
| 3 | Bright Yellow | 103 |
| 3 | Bright Blue | 104 |
| 4 | Bright Magenta | 105 |
| 4 | Bright Cyan | 106 |
| 4 | Bright White | 107 |
| 4 | Black | 40 |
Navigation
After the color grid is displayed, the tool prompts:- Enter
yto return to the main LRhub menu. - Enter
nto exit LRhub entirely.
This menu is intended for development and verification of the hub’s ANSI output. It does not test 256-color (8-bit) or true-color (24-bit) modes — only the standard 16-color ANSI background palette.