Laurence Tratt
Laurence Tratt
Ah so it seems that in `:terminal` mode Shift-Backspace was a problem but, AFAICS, no-one had an issue with it in non-`:terminal` mode? Does that mean the `input.cpp` needs a...
Yes, `` works in plain nvim (assuming the terminal supports it: xterm supports it but xfce4-terminal doesn't, for example).
Oops I forgot to explicitly mention you @jgehrig
Thanks, this certainly looks like an improvement, although I think you're suggesting that "more" privilege separation might be possible?
Just to confirm that: ``` BUPSTASH_REPOSITORY_COMMAND="doas -u backup ssh \"bupstash serve \"" ``` works fine on OpenBSD (and I imagine your `su` variant for non-OpenBSD probably works well too!) for...
You're quite right -- well spotted! I've pushed a patch to fix this (also to the main Converge repository).
In this case, I *think* it's OK not to check with errors on the basis that it's better to wake up more often than less often -- and since I...
Normally I'd agree, but I'm neutral on `pselect` failing (similarly `kqueue`'s return code is ignored on platforms that have `kqueue`), because its failure isn't super important. But I'm happy to...
I had to check that because posix doesn't say that `pselect` can return `ENOMEM`. It seems that's a Linux oddity that everyone else handles as `EAGAIN`. That does suggest to...
Don't forget: I can't run this code (I just copy and pasted Stephen's code from #51). If someone wants to add additional code, they need to tell me exactly what...