Ckat
Ckat
damn, and I remember going over the diff multiple times making sure I didnt accidentally pull in more junk after writing out the original alarm related signal mess. shame. must've...
please, yes
I'm not entirely sure why the kernel isnt automagically giving me one. but I'll do some digging in due time. this is a far less effort requiring issue than the...
all this does is just take devices and redirect the output, there is no disconnect/reconnect handling at all. you can only hope it crashes instead of getting stuck on reading...
somewhat related, whats the deal with this piece of code https://github.com/htop-dev/htop/blob/6646030116c325157097cf8f66ec83b118d3c54f/ScreenManager.c#L219-L224
> My suggestion: > Each window/screen declares a table of actions it can perform alongside appropriate handlers for each action. For each action there is a list of 1...many key...
another option I see, we could also do some form of mix where theres some generic action name in the keybinding lists like: ``` LEFT [KEY_LEFT, 'h', …] UP [KEY_UP,...
@bqv I have had a quick look at it, one thing that is definitely wrong is that in https://github.com/bqv/weechat-xmpp/blob/e14d928aefa9b2b95c5a0f76eb16e65bf84be895/config.cpp#L149 it should definitely be `file.write()` instead of `file.read()`, this does however...
after some messing around, I managed to mess up internals enough to the point it threw a `WEECHAT_CONFIG_WRITE_ERROR`, which then caused some values to be saved correctly. this led me...
for the record this does fix it and lets you save and reload again. its just a bit odd how it falls together now. also pretty sure it returns a...