* 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_
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
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]
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