Larry Kollar

Results 7 comments of Larry Kollar

Haha, yeah, XSLT is a side-task at my day job right now. Our software guy quit in May, and we're trying to find someone who can let me focus on...

OK, 6.1 is coming from my MacPorts, and Wordgrinder was compiled with ncurses 5.4, the default on Catalina: ``` % objdump -macho -dylibs-used `which wordgrinder` /usr/local/bin/wordgrinder: /usr/lib/libz.1.dylib (compatibility version 1.0.0,...

Workaround: change the first four lines under `install:` to read: install $(INSTFLAGS) -d $(BINDIR) install $(INSTFLAGS) -d $(SHAREDIR) install $(INSTFLAGS) -d $(MANDIR)/man1 install $(INSTFLAGS) -d $(MANDIR)/man7 Of course, that will...

Just pushed an update that should fix this, and make it unnecessary to fiddle with the Makefile further. Please test!

Hi, can you try installing `ncurses5-compat-libs` as Fred Warren suggested in Issue #5? If that fixes the problems, I'll add a note to the docs and close these.

OK, this is a stupid question, but did you put the 5 in there?

OK, I have a dumb request I just now thought of: press **F5** to open the command line, then type `show_vars` and look for `escdelay`. - If the value is...