Skip to content

Commit 1921036

Browse files
committed
Fix typed text not echoing while the terminal is scrolled back; bump to 1.3.6
SwiftTerm's updateDisplay invalidated live-screen rows as if the view were always scrolled to the bottom, so with the view scrolled back the echoed characters landed on rows that never repainted (the caret, positioned with the correct offset, kept moving). Fixed in the fork (upstream PR migueldeicaza/SwiftTerm#603) and pinned Notchy to the new notchy-branch tip.
1 parent 6478bc4 commit 1921036

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Notchy.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"@executable_path/../Frameworks",
304304
);
305305
MACOSX_DEPLOYMENT_TARGET = 15.6;
306-
MARKETING_VERSION = 1.3.5;
306+
MARKETING_VERSION = 1.3.6;
307307
PRODUCT_BUNDLE_IDENTIFIER = li.luy.notchy;
308308
PRODUCT_NAME = "$(TARGET_NAME)";
309309
REGISTER_APP_GROUPS = YES;
@@ -343,7 +343,7 @@
343343
"@executable_path/../Frameworks",
344344
);
345345
MACOSX_DEPLOYMENT_TARGET = 15.6;
346-
MARKETING_VERSION = 1.3.5;
346+
MARKETING_VERSION = 1.3.6;
347347
PRODUCT_BUNDLE_IDENTIFIER = li.luy.notchy;
348348
PRODUCT_NAME = "$(TARGET_NAME)";
349349
REGISTER_APP_GROUPS = YES;
@@ -385,7 +385,7 @@
385385
repositoryURL = "https://github.com/bones7456/SwiftTerm.git";
386386
requirement = {
387387
kind = revision;
388-
revision = dadc8d3b3e172153aee4db1998bad817ecf0ace4;
388+
revision = 26704cefc2cb70cac87eac430aed48aa6f4d8a93;
389389
};
390390
};
391391
BD0000040000000000000004 /* XCRemoteSwiftPackageReference "Sparkle" */ = {

Notchy.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)