El mar, 15 feb 2022 a la(s) 20:16, Greg Minshall (minsh...@umich.edu) escribió:
>
> Ismael,
>
> > These errors mean the named auxiliary build scripts (needed for
> > portability) are not present and must be provided...
>
> thank you for your explanation. i have wondered.
>
> > Technically, it's wr
El dom, 13 feb 2022 a la(s) 22:23, Kyryl Melekhin
(k.melek...@gmail.com) escribió:
>
> Michael Hendricks wrote:
>
> > Agreed.
> >
> > > If anybody wants to go and fix the build let me know of your fork or
> > > patch as I want to try it, out of curiosity.
> >
> > After cloning the repo[1], I ran `
El vie, 31 dic 2021 a la(s) 09:30, Laslo Hunhold (d...@frign.de) escribió:
>
> On Fri, 31 Dec 2021 12:49:46 +0600
> NRK wrote:
>
> Dear NRK,
>
> > Hmm, I was under the impression that `?=` was accepted into POSIX.
> > But I cannot find any mention of it in the posix manpage (man 1p
> > make) so I
On Sat, Oct 25, 2014 at 11:15 PM, dequis wrote:
<...>
> My patch:
>
> Just wcwidth(...) -> abs(wcwidth(...))
>
> In other words: if wcwidth returns -1, interpret that as a column
> width of 1. It's a bit dirty and lazy, but it works wonderfully for
> most characters.
<...>
It's better than nothin
On Tue, 03 Dec 2013 12:59:59 +0100
Troels Henriksen wrote:
> patrick295767 patrick295767 writes:
>
> > Would you know a technique to have a way that your application looks
> > the same on whatever system (Linux, Mac, OS/2, Windows,..)?
>
> Use UTF-8. Seriously, different character sets are suc
Signed-off-by: Ismael Luceno
---
dmenu.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dmenu.c b/dmenu.c
index 8d9bbb6..9625705 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -608,7 +608,10 @@ setup(void) {
CWOverrideRedirect | CWBackPixel
Fix segfault on systems with broken locale support
--- dmenu.c.orig 2013-11-16 10:52:03.970786705 -0300
+++ dmenu.c 2013-11-18 16:07:45.422148846 -0300
@@ -5,6 +5,7 @@
#include
#include
#include
+#include
#include
#include
#include
@@ -590,7 +591,13 @@
CWOverride