Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread stanio
* Ramil Farkhshatov [2010-05-28 22:08]: > I made a patch against dmenu-4.1 that fixes editing (cursor movement, > character deletion) of utf-8 strings containing multibyte characters. love that ! thanks a lot! -- stanio_

Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Anselm R Garbe
Hi Ramil, On 28 May 2010 21:01, Ramil Farkhshatov wrote: > I made a patch against dmenu-4.1 that fixes editing (cursor movement, > character deletion) of utf-8 strings containing multibyte characters. Thanks a lot, this will go mainstream. Cheers, Anselm

Re: [dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Antoni Grzymala
Ramil Farkhshatov dixit (2010-05-29, 00:01): > I made a patch against dmenu-4.1 that fixes editing (cursor movement, > character deletion) of utf-8 strings containing multibyte characters. Thanks! (+1 for this to go into mainline) -- [a]

[dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Ramil Farkhshatov
Hello. I made a patch against dmenu-4.1 that fixes editing (cursor movement, character deletion) of utf-8 strings containing multibyte characters. -- Ramil Farkhshatov --- a/dmenu.c +++ b/dmenu.c @@ -19,6 +19,7 @@ #define INRECT(X,Y,RX,RY,RW,RH) ((X) >= (RX) && (X) < (RX) + (RW) && (Y) >= (RY