fix: arrow keys in prompts now move cursor, also implements delete key

This commit is contained in:
2025-05-21 11:46:51 -06:00
parent 89a3df17e6
commit 041129dc83
3 changed files with 73 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bearmetal/pdf-tools",
"version": "1.0.3",
"version": "1.0.4",
"license": "GPL 3.0",
"tasks": {
"dev": "deno run -A --env-file=.env main.ts",