Re: [dev] [dmenu] [patch] Use slow path if stdin is a tty

2019-01-27 Thread Hiltjo Posthuma
On Sat, Jan 26, 2019 at 05:02:05PM +0100, dok wrote: > Hi, > > This is a simple patch to prevent from being locked by having dmenu > waiting on fgets to read from a tty with the keyboard already grabbed. > > cheers > > From d579ee3221be1bd3fb5c1cf9c9bf55a2da68882c Mon Sep 17 00:00:00 2001 > Fro

[dev] [dmenu] [patch] Use slow path if stdin is a tty

2019-01-26 Thread dok
Hi, This is a simple patch to prevent from being locked by having dmenu waiting on fgets to read from a tty with the keyboard already grabbed. cheers >From d579ee3221be1bd3fb5c1cf9c9bf55a2da68882c Mon Sep 17 00:00:00 2001 From: dok Date: Sat, 26 Jan 2019 15:49:15 +0100 Subject: [PATCH] Use slo