From a4d4e36118167f44df12f0c07a2f00d06dd0f398 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Sun, 21 Sep 2025 13:30:12 -0700 Subject: [PATCH] fun c64 cursor --- src/components/terminal.tsx | 6 ++++ src/css/terminal.css | 64 +++++++++++++++++++++++++++++++++---- src/js/cursor.ts | 40 +++++++++++++++++++++++ src/js/main.ts | 2 ++ 4 files changed, 105 insertions(+), 7 deletions(-) create mode 100644 src/js/cursor.ts diff --git a/src/components/terminal.tsx b/src/components/terminal.tsx index 4476e0f..092394e 100644 --- a/src/components/terminal.tsx +++ b/src/components/terminal.tsx @@ -6,6 +6,12 @@ export const Terminal: FC = async () => (