Leah Neukirchen
Leah Neukirchen
I realized this issue occurs all over the code base and fixed it everywhere.
Ah, I see. Some things that come to mind are 1) use musl's memmem implementation (e.g. extracted here https://github.com/leahneukirchen/mblaze/blob/master/mymemmem.c ) which is portable, efficient and permissively licensed, 2) detect NULs...
The bottom bar is not redrawn properly after resizing, even when a key was pressed.
Just put the code before and after the context/describe block...
They are run in order... I see, you only want to define the blocks once. Let me think about it.
You need to install ffi. .colfmdir is created automatically when colfm successfully exists.
I just ran into this too, and it's even worse as `restic backup path/to/symlink` is stored as a symlink (plausible), but also `restic backup path/to/symlink/` (note the trailing slash) is...
I was thinking about ls and find. But yes, tar behaves as you say. So perhaps add a `-H` ;)
I think this is overkill, as you can see here, even with `-O1` the noreturn of exit is propagated the the function that definitively calls it: https://godbolt.org/z/G1ed7vfxe Thus, annotating strerr_die...
But why? If you define a macro anyway, just call it like the official C11 name.