Skip to content

Commit

Permalink
Merge pull request #3734 from canonical/xterm-fork-snap-scroll
Browse files Browse the repository at this point in the history
Ensure terminal doesn't render partial lines & Snap terminal scrolling to line height
  • Loading branch information
andrei-toterman authored Nov 20, 2024
2 parents 23ed6a7 + 22e1922 commit 3834f19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions src/client/gui/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,11 @@ packages:
xterm:
dependency: "direct main"
description:
name: xterm
sha256: "168dfedca77cba33fdb6f52e2cd001e9fde216e398e89335c19b524bb22da3a2"
url: "https://pub.dev"
source: hosted
path: "."
ref: "4.0.0+mp"
resolved-ref: ff2309c1581c025ba8b9f65e6619fe2fe2252827
url: "https://github.com/levkropp/xterm.dart"
source: git
version: "4.0.0"
zmodem:
dependency: transitive
Expand Down
5 changes: 4 additions & 1 deletion src/client/gui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ dependencies:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
ref: 6c66ad2
xterm: ^4.0.0
xterm:
git:
url: https://github.com/levkropp/xterm.dart
ref: 4.0.0+mp

dependency_overrides:
hotkey_manager_linux:
Expand Down

0 comments on commit 3834f19

Please sign in to comment.