Re: [dev] [PATCH] Reorder-and-extend-glyph-attributes

2014-08-02 Thread stanio
Hi, * Christoph Lohmann 2014-08-02 11:34 > As mentioned in my last e‐mail: The number of sucking e‐mail providers > is greater than two, which requires variable blinking definitions to im‐ > plement e‐mail awareness correctly. > > Thinking this further would allow a simple integration of a glob

Re: [dev] [dwm][patch] limit updates per second for win move/resize

2014-08-02 Thread Dimitris Papastamos
On Sat, Aug 02, 2014 at 09:49:47PM +0400, Alexander S. wrote: > Could you reformat it as git send-email (1) patch? It would be much > more pleasant for a maintainer to apply. > Otherwise, great job! This will hopefully fix a couple of issues I have. I can't speaker for the maintainer himself but f

Re: [dev] [dwm][patch] limit updates per second for win move/resize

2014-08-02 Thread Markus Teich
Hiltjo Posthuma wrote: > - int ocx, ocy; > - int nw, nh; > + int ocx, ocy, nw, nh; Heyho Hiltjo, that will surely help to fix your problems. ;P I would leave it out, since it is totally unrelated und a matter of coding style. --Markus

Re: [dev] [dwm][patch] limit updates per second for win move/resize

2014-08-02 Thread Alexander S.
2014-08-02 18:16 GMT+04:00 Hiltjo Posthuma : > Hi, > > Attached is a patch which fixes an issue I have with laggy screen > updates when resizing or moving floating windows. > > What the patch does is: > Limit the amount of updates when resizing or moving a floating window > to 60 times per second.

[dev] [dwm][patch] limit updates per second for win move/resize

2014-08-02 Thread Hiltjo Posthuma
Hi, Attached is a patch which fixes an issue I have with laggy screen updates when resizing or moving floating windows. What the patch does is: Limit the amount of updates when resizing or moving a floating window to 60 times per second. This makes resizing and moving alot smoother and by limitin

[dev] Announcing smdev

2014-08-02 Thread Dimitris Papastamos
Greetings everyone. smdev[0] is now hosted on suckless.org. It is a simple/suckless mdev alternative. smdev has similar semantics to mdev. For those used to mdev it should be easy enough to switch to smdev. smdev is configured via config.h, it would be really nice if there was a script to conv

Re: [dev] [sandy] Additional key tests

2014-08-02 Thread Silvan Jegen
On Fri, Aug 01, 2014 at 10:19:25PM +0200, Markus Teich wrote: > Silvan Jegen wrote: > > http://sillymon.ch/data/funcfsm.png > > (source: http://sillymon.ch/data/funcfsm.dot ) > > Heyho Silvan, > > this seems to be way too complex. I agree that it is quite complex but it has some merits (I will b

Re: [dev] [PATCH] Reorder-and-extend-glyph-attributes

2014-08-02 Thread FRIGN
On Sat, 02 Aug 2014 11:20:38 +0200 Christoph Lohmann <2...@r-36.net> wrote: > There are two use cases for two blinking modes: Showing the advanced > technology of st. If the refactoring works, this shows the flexibility > of the st vt100 implementation. It’s a bit like the DEC test sequenc

Re: [dev] [PATCH] Reorder-and-extend-glyph-attributes

2014-08-02 Thread Christoph Lohmann
Greetings. On Sat, 02 Aug 2014 11:25:45 +0200 sta...@cs.tu-berlin.de wrote: > * Markus Teich 2014-07-31 12:39 > > at suckless conf last year 20h mentioned, he originally implemented blinking > > support to warn him about outlook and gmail users in mutt. > > epic! > > then he clearly needs at le

Re: [dev] [PATCH] Reorder-and-extend-glyph-attributes

2014-08-02 Thread Christoph Lohmann
Greetings. On Sat, 02 Aug 2014 11:20:38 +0200 "Roberto E. Vargas Caballero" wrote: > > > I use it in mutt to show the mails that are in delete state. > > > > Do you need two blinking modes for that? > > I was talking about the normal blinking. > > > Seems like the topic has closed itself. >