One day I'll figure this shit out

This commit is contained in:
2025-05-28 09:09:41 -06:00
parent 0f9c377853
commit 65743d8562
6 changed files with 512 additions and 139 deletions

View File

@@ -1,5 +1,6 @@
import type { callback } from "../types.ts";
import { type CLICharEvent, InputManager } from "./InputManager.ts";
import { cliLog } from "./prompts.ts";
import { colorize } from "./style.ts";
import { TerminalBlock, TerminalLayout } from "./TerminalLayout.ts";
@@ -299,7 +300,7 @@ if (import.meta.main) {
"yuzu",
"zucchini",
], { terminalBlock: block });
// console.log(val);
cliLog(val || "No value");
// Deno.stdout.writeSync(new TextEncoder().encode("\x07"));
}