On Thu, 7 Feb 2019 at 22:58, Jordan Timmerman <skor...@gmail.com> wrote: > > Hi Anselm, > > I run the following script: > > echo 'a\nb\nc' | dmenu > > I then press Enter. The program segaults.
I just did this on an up-to-date Arch Linux system with dmenu 4.9 installed and it does not seg-fault on my system. dca@franz:/tmp$ echo 'a\nb\nc' | dmenu a\nb\nc dca@franz:/tmp$