libressl certhash: subtraction is not comparison

2015-03-05 Thread Christian Neukirchen
n Void Linux. Diffed against portable libressl 2.1.4. -- Christian Neukirchenhttp://chneukirchen.org subtraction is not comparison http://www.tedunangst.com/flak/post/subtraction-is-not-comparison --- apps/certhash.c 2015-02-27 16:11:46.0 +0100 +++ apps/certhash.c 2015-03-0

Re: cwm crashes on Linux when combining grouponly/movetogroup

2011-02-13 Thread Christian Neukirchen
Ted Unangst writes: > On Sun, 13 Feb 2011, Christian Neukirchen wrote: > >> Catching up on this bug, which has hit some other users I know now as well. > >> > For some reason cc->stackingorder is bigger than gc->highstack (which is >> > 0 in above use

Re: cwm crashes on Linux when combining grouponly/movetogroup

2011-02-12 Thread Christian Neukirchen
Catching up on this bug, which has hit some other users I know now as well. Christian Neukirchen writes: >> I found this key sequence to crash cwm on Linux in CVS HEAD: >> >> Minimal .cwmrc: >> bind C-i grouponly2 >> bind CS-i movetogroup2 >> >> Run

cwm: Don't warp to ignored windows on mapping

2010-08-09 Thread Christian Neukirchen
(wm, &Conf.ignoreq, entry) + if (strncasecmp(wm->title, cc->name, strlen(wm->title)) == 0) + return; + client_ptrwarp(cc); } -- Christian Neukirchenhttp://chneukirchen.org

cwm(1) avoid keygrab on rebinding (r)cycle

2010-01-29 Thread Christian Neukirchen
e hide menu - a command to remove all keybindings (it's hell for Emacs users to disable all default commands and remap them to e.g. 4-) - alternatively, changing all key prefixes at once (like evilwm did). Anyway, thanks for cwm, it replaces my evilwm setup now. Please Cc: replies to me as I&