summary refs log tree commit diff
path: root/screen.ts
diff options
context:
space:
mode:
Diffstat (limited to 'screen.ts')
-rw-r--r--screen.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/screen.ts b/screen.ts
index 324ce7b..7d47412 100644
--- a/screen.ts
+++ b/screen.ts
@@ -1,8 +1,11 @@
-// deno-lint-ignore-file no-process-globals ban-ts-comment no-explicit-any
+// deno-lint-ignore ban-unused-ignore
+// deno-lint-ignore ban-unused-ignore
+// deno-lint-ignore-file no-process-globals ban-ts-comment no-explicit-any ban-unused-ignore
 // ^ problem solved
 import { Key } from "node:readline";
 import type { Element, Input, Text, Button } from "./elements.ts"
 import { Buffer } from "node:buffer";
+import process from "node:process";
 
 const logs: string[] = [];