| 61 | static QString yellow(const QString& s) { return ansi("93", s); } |
| 62 | static QString cyan(const QString& s) { return ansi("96", s); } |
| 63 | static QString bold(const QString& s) { return ansi("1", s); } |
| 64 | |
| 65 | // ── CatClient ───────────────────────────────────────────────────────────────── |
| 66 |