[dev] Re: [st] Reporting a Segmentation fault

2015-11-27 Thread Marc Collin
My problem seems to be fixed too after your commit. Thanks. On Fri, Nov 27, 2015 at 3:41 PM, Marc Collin wrote: > My problem seems to be fixed too after your commit. > > Thanks. > > > On Friday, November 27, 2015, Roberto E. Vargas Caballero > wrote: >> On Fri, Nov 20, 2015 at 10:52:28AM -0200,

Re: [dev] dwm: drw_draw does too much

2015-11-27 Thread Dimitris Papastamos
On Fri, Nov 27, 2015 at 12:18:44PM -0700, David Kennedy wrote: > This part of the drawbar function is really confusing: > > if (m == selmon) { /* status is only drawn on selected monitor */       >             > w = TEXTW(stext); > x = m->ww - w; >

[dev] dwm: drw_draw does too much

2015-11-27 Thread David Kennedy
This part of the drawbar function is really confusing: if (m == selmon) { /* status is only drawn on selected monitor */                   w = TEXTW(stext); x = m->ww - w; if (x < xx) { x = xx;

Re: [dev] [st] Reporting a Segmentation fault

2015-11-27 Thread Roberto E. Vargas Caballero
On Fri, Nov 20, 2015 at 10:52:28AM -0200, Marc Collin wrote: > Hello, I want to report a segfault when using st. > > Steps to reproduce: > 1) open st > 2) "vim file" > 3) Press "Enter" > > Around 30% of times this results in a crash. > Here's the message st gives: > > erresc: unknown sequence ES