sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 5881eecd471cc44bf4925a780b8bbc215e4aa844
parent cb71976ef4e39cbd419db46ed7c8fb437bc9d921
Author: Avi Halachmi (:avih) <avihpit@yahoo.com>
Date:   Sun, 10 May 2020 00:27:16 +0300

[st][patch][sync] add note that autosync was merged upstream

Diffstat:
Mst.suckless.org/patches/sync/index.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/st.suckless.org/patches/sync/index.md b/st.suckless.org/patches/sync/index.md @@ -24,6 +24,9 @@ doesn't follow X events - i.e. unattended output - e.g. during animation. Part 1: auto-sync ----------------- +*NOTE*: this patch (part 1) is not required if you use st-master. It was +merged upsream on 2020-05-10 and will be included in the next release. + This patch replaces the timing algorithm and uses a range instead of fixed timing values. The range gives it the flexibility to choose when to draw, and it tries to draw once an output "batch" is complete, i.e. when there's some @@ -73,7 +76,7 @@ Part 1 is independent, but part 2 needs part 1 first. Both files are git patches and can be applied with either `git am` or with `patch`. Both files add values at `config.def.h`, and part 2 also updates `st.info`. -* Part 1: [st-autosync-0.8.3.diff](st-autosync-0.8.3.diff) +* Part 1 (merged upstream): [st-autosync-0.8.3.diff](st-autosync-0.8.3.diff) * Part 2: [st-appsync-0.8.3.diff](st-appsync-0.8.3.diff)