Improve logo design with decorative brackets

This commit is contained in:
Mario Zechner 2025-11-11 20:35:50 +01:00
parent 95d71920f3
commit 5627b3054a

View file

@ -333,7 +333,7 @@ export class TuiRenderer {
if (this.isInitialized) return;
// Add header with logo and instructions
const logo = chalk.cyan("●") + " " + chalk.bold("pi");
const logo = chalk.cyan("==[ ") + chalk.bold.cyan("pi") + chalk.cyan(" ]==");
const instructions = chalk.dim(
"esc" +
chalk.gray(" to interrupt") +