Re: [hackers] [st][PATCH] Set minimum window size to avoid crash when resizing out of bounds

2018-05-17 Thread Michael Buch
Resized the terminal window inwards until it crashed. Using floating window on dwm it didnt consistently crash. I was using xfce however. On Thu, 17 May 2018 at 13:04, Hiltjo Posthuma wrote: > On Wed, May 16, 2018 at 09:36:03PM +0100, michaelbuc...@gmail.com wrote: > > From: Michael Buch > > >

Re: [hackers] [st][PATCH] Set minimum window size to avoid crash when resizing out of bounds

2018-05-17 Thread Hiltjo Posthuma
On Wed, May 16, 2018 at 09:36:03PM +0100, michaelbuc...@gmail.com wrote: > From: Michael Buch > > The termianl window is created without lower/upper bounds for window > width/height. On resizing the terminal to a size of 1x1 or below we crash. > This patch sets the minimum window height and wid

Re: [hackers] [st][PATCH] Set minimum window size to avoid crash when resizing out of bounds

2018-05-17 Thread Silvan Jegen
Hi Thanks for the patch! Some comments below. On Wed, May 16, 2018 at 10:36 PM wrote: > From: Michael Buch > The termianl window is created without lower/upper bounds for window width/height. On resizing the terminal to a size of 1x1 or below we crash. This patch sets the minimum window heig