Bert Münnich

Results 33 comments of Bert Münnich

I have implemented completion of builtin and external commands, functions and variables in my fork with commits 41a196fd and 2884a347. I've tried to explain everything in the commit messages, so...

Sorry I rebase my commits regularly onto your master; I should have opened a pull request for this. Anyway, I would suggest, that you also cherry-pick my commit 4aed5d2 which...

This looks promising, but we also have to load the first frame in thumbnail mode. Can you refactor the code so that image and thumb code can use a shared...

The fuFunctions array for the Sort Screen's FunctionBar is not ended with a NULL Pointer, thus strdup reads from invalid address when creating this FunctionBar. The following patch (unified diff)...

Sorry, I forgot the tags! --- htop.c.orig 2010-01-13 18:04:07.000000000 +0100 +++ htop.c 2010-01-13 15:29:55.000000000 +0100 @@ -651,7 +651,7 @@ Panel* affinityPanel = AffinityPanel_new(pl->processorCount, curr); - char* fuFunctions[2] = {"Set ",...

Something like: `patch -u < FILE'. See the patch man-page for more details.

I do not have time for this. If anyone wants to work on this: PR #348 is a good start on how to add support for another multi-frame image format.

Unfortunately not, because its API does not support multi-frame image formats.

I do not know what's causing the `bad_ident` message. If you're running the current HEAD then the second log message seems to be right, because physlock now calls `pam_setcred`. Can...