Re: [dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-15 Thread Roberto E. Vargas Caballero
> hmm, it was originally added with > b2db58c2a05168257ee4e4b941f0533c6dde2a10 to make the window title the > status line. > The window title does become the status line, but sandy keeps spitting > stuff out while I'm editing, so I'll take a printed terminal status > line over spittle. > Is there a

Re: [dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-15 Thread shua lloret
Seems like the output wasn't flushing correctly. Created a patch that manually flushes after setting the title which fixes it for me, though I'm wary that this is just some terminal setting that should be turned on/off. -shuall On Thu, Oct 15, 2015 at 4:08 AM, Roberto E. Vargas Caballero wrote:

[dev] dmenu segfaults when pressing control+enter without a selection

2015-10-15 Thread Matthew of Boswell
Hello, I found this bug while accidentally pressing control+enter when I did a quick control+y+enter for opening pages in surf. After doing this dozens of times per day, I tracked down what was causing it. Fix attached. -- Matt Boswell--- dmenu_old.c 2015-10-15 17:49:27.521943292 -0400 +++ dmen

Re: [dev] dmenu segfaults when pressing control+enter without a selection

2015-10-15 Thread Matthew of Boswell
On Thu, 15 Oct 2015 18:08:20 -0400 Matthew of Boswell wrote: > Fix attached. Nevermind... I didn't know that dmenu was on git.suckless.org... There's no reference to its git repository on the main suckless.org website. Looks like this segfault was fixed last year on the master branch... By the