Re: [hackers] [st][PATCH] Delay redrawals on palette changes

2022-02-18 Thread Hiltjo Posthuma
On Thu, Feb 17, 2022 at 04:00:47PM +0200, Santtu Lakkala wrote: > Build on auto-sync and only mark window dirty on palette changes and let > the event handler do the actual draw. > --- > st.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/st.c b/st.c > index 5104

[hackers] [st][PATCH] Delay redrawals on palette changes

2022-02-17 Thread Santtu Lakkala
Build on auto-sync and only mark window dirty on palette changes and let the event handler do the actual draw. --- st.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/st.c b/st.c index 51049ba..c71fa06 100644 --- a/st.c +++ b/st.c @@ -1927,7 +1927,7 @@ strhandle(void)