Re: [dev] [dmenu] dmenu_run in C

2014-12-14 Thread Calvin Morrison
On 14 December 2014 at 11:44, M Farkas-Dyck wrote: > On 14/12/2014, Jonny Langley wrote: >> It adds just under 100 LOC, but means the shell scripts >> dmenu_{run,path} are unneeded. > > ; wc -l dmenu_^(run path) > 2 dmenu_run > 13 dmenu_path > 15 total how many lines of code is an interprete

Re: [dev] [dmenu] dmenu_run in C

2014-12-14 Thread M Farkas-Dyck
On 14/12/2014, Jonny Langley wrote: > It adds just under 100 LOC, but means the shell scripts > dmenu_{run,path} are unneeded. ; wc -l dmenu_^(run path) 2 dmenu_run 13 dmenu_path 15 total ;