fix: holding Backspace doesnt work on desktop (#903)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-09-08 14:06:35 +08:00
committed by GitHub
parent 7f4cf22cc9
commit 640d61bab9
2 changed files with 3 additions and 3 deletions

View File

@@ -1838,8 +1838,8 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "." path: "."
ref: "v4.0.3" ref: "v4.0.4"
resolved-ref: c64183346b924173eb7251800001a64771911185 resolved-ref: "5747837cdb7b113ef733ce0104e4f2bfa1eb4a36"
url: "https://github.com/lollipopkit/xterm.dart" url: "https://github.com/lollipopkit/xterm.dart"
source: git source: git
version: "4.0.0" version: "4.0.0"

View File

@@ -47,7 +47,7 @@ dependencies:
xterm: xterm:
git: git:
url: https://github.com/lollipopkit/xterm.dart url: https://github.com/lollipopkit/xterm.dart
ref: v4.0.3 ref: v4.0.4
computer: computer:
git: git:
url: https://github.com/lollipopkit/dart_computer url: https://github.com/lollipopkit/dart_computer