Prevent page clear/show flash on kitty when pages have been cleared from memory. (#148)

* wip; start working on making it not flash when transferring new images

* don't delete the images, just clear them

* add changelog entry

* fmt
This commit is contained in:
June
2026-04-24 09:56:19 -05:00
committed by GitHub
parent 421401c7a7
commit 5e4fbff9cd
5 changed files with 57 additions and 42 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ flexi_logger = "0.31"
console-subscriber = { version = "0.5.0", optional = true }
[patch.crates-io]
pathfinder_simd = { git = "https://github.com/itsjunetime/pathfinder.git", branch = "fix_nightly_arm_simd" }
pathfinder_simd = { git = "https://github.com/itsjunetime/pathfinder.git", rev = "814671e162a1829e074521446317b915311d3d4d" }
[profile.production]
inherits = "release"