Commit 1921036
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
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