change: selects now use inputmanager
fix: bad exit logic feat: field rename now supports renaming things with multiple widgets
This commit is contained in:
@@ -295,7 +295,7 @@ if (import.meta.main) {
|
||||
Deno.addSignalListener("SIGINT", () => {
|
||||
layout.clearAll();
|
||||
// console.clear();
|
||||
Deno.exit(0);
|
||||
// Deno.exit(0);
|
||||
});
|
||||
const name = await cliPrompt("Enter your name:", block);
|
||||
cliLog(`Hello, ${name}!`, block);
|
||||
|
Reference in New Issue
Block a user