Re: Calling system(3) when SIGCHLD is SIG_IGN'd

2023-08-13 Thread Michael van Elst
On Sun, Aug 13, 2023 at 01:04:00PM +0200, Rhialto wrote: > On Sat 12 Aug 2023 at 23:49:43 +0200, Michael van Elst wrote: > > On Sat, Aug 12, 2023 at 03:22:56PM +0200, Rhialto wrote: > > > > > > Or, alternatively, a proper signal handler for SIGCHLD could be set up.

Re: Calling system(3) when SIGCHLD is SIG_IGN'd

2023-08-12 Thread Michael van Elst
ildren. -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: ctwm blocks "wmctrl -c"

2021-09-24 Thread Michael van Elst
On Fri, Sep 24, 2021 at 11:36:39PM +0200, Frank Steiner wrote: > Frank Steiner wrote: > > > > > Michael van Elst wrote: > > > > > Killing a window by id is possible with xkill. No window manager support > > > is required for this. > > >

Re: ctwm blocks "wmctrl -c"

2021-09-24 Thread Michael van Elst
cally by some conditions (like > event has passed)... Killing a window by id is possible with xkill. No window manager support is required for this. Greetings, -- Michael van Elst Internet: mlel...@serpens.de "A potential Snark may lurk in every tree."

Re: Resize window size

2021-04-14 Thread Michael van Elst
On Wed, Apr 14, 2021 at 08:57:29PM +0200, Rhialto wrote: > On Wed 14 Apr 2021 at 17:38:05 +0200, Michael van Elst wrote: > > The window height calculation in add_window.c differs from those > > done in functions_win_moveresize.c and win_resize.c. Aligning > > the code

Resize window size

2021-04-14 Thread Michael van Elst
ect.height is only the height of the ":" string, which isn't tall enough to display arbitrary characters. I don't know if or how you accept patches, but if you think this is correct, feel free to use it. Greetings, -- Michae