v1.2.3: add arg to fix framebuffer not redrawing

on some devices, the framebuffer will not redraw unless something is written to stdout, so the arg 'force-stdout' has been added to write spaces to stdout after every key press or touch event
This commit is contained in:
2025-11-03 00:39:59 +00:00
parent 497beb7bb0
commit c4876e5606
3 changed files with 25 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ming-wm"
version = "1.2.2"
version = "1.2.3"
repository = "https://github.com/stjet/ming-wm"
license = "GPL-3.0-or-later"
edition = "2021"