Hi Vitaly, I've added your net.lisp to contrib/. Thanks! Vitaly Mayatskikh <v.mayats...@gmail.com> writes:
> It flickers quite often with mpd, cpu, bat and time stuff in the > mode line. Select-from-menu with Morgan's scroll patch flickers like > mad. /me wish stumpwm will use some kind of double buffering some > day... ;) Double buffering is pretty easy to do, it turns out. Instead of blitting to the window, you create a pixmap and blit to that. Whenever X requests a portion of the window to be updated, you blit from the pixmap. Actually implementing that in the code probably isn't too hard but would require a small paradigm shift in how stumpwm does it now. Feel free to patch it. -Shawn _______________________________________________ Stumpwm-devel mailing list Stumpwm-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/stumpwm-devel