Re: [dev] [dmenu] vertical list bugs and patch

2010-03-07 Thread Anselm R Garbe
On 7 March 2010 18:43, wrote: >> > As a remark: The plan is to remove the cursor handling from dmenu >> > again, since it violates the single purpose idea of dmenu. Instead >> > there will be a dinput or sinput program that basically is nothing >> > else as a text field widget that prints the inp

Re: [dev] [dmenu] vertical list bugs and patch

2010-03-07 Thread jonathan . slark
> > As a remark: The plan is to remove the cursor handling from dmenu > > again, since it violates the single purpose idea of dmenu. Instead > > there will be a dinput or sinput program that basically is nothing > > else as a text field widget that prints the input to standard out. > > That seems

Re: [dev] [dmenu] vertical list bugs and patch

2010-03-07 Thread Connor Lane Smith
> As a remark: The plan is to remove the cursor handling from dmenu > again, since it violates the single purpose idea of dmenu. Instead > there will be a dinput or sinput program that basically is nothing > else as a text field widget that prints the input to standard out. That seems a little fid

Re: [dev] [dmenu] vertical list bugs and patch

2010-03-07 Thread Anselm R Garbe
Hi, thanks I applied your patch. As a remark: The plan is to remove the cursor handling from dmenu again, since it violates the single purpose idea of dmenu. Instead there will be a dinput or sinput program that basically is nothing else as a text field widget that prints the input to standard ou

[dev] [dmenu] vertical list bugs and patch

2010-03-06 Thread Connor Lane Smith
Hey all, I found dmenu tip to have a couple of bugs wrt vertical menus: - the '-l' flag adds to the default number of lines, instead of replacing it. - there is no cursor in vline mode. The attached patch fixes these two problems and sorts out the code a little, reducing the LOC by 11. If it