summary refs log tree commit diff
path: root/calico.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-02 18:02:24 -0400
committerJune McEnroe <june@causal.agency>2021-09-02 18:02:24 -0400
commit4c889ebf5d42ba8939e33c14a74b4552474587f4 (patch)
treeeae014e2d394181e0d3ce98dc82d50526f230646 /calico.1
parentRead from /dev/urandom instead of using getentropy(3) (diff)
downloadpounce-4c889ebf5d42ba8939e33c14a74b4552474587f4.tar.gz
pounce-4c889ebf5d42ba8939e33c14a74b4552474587f4.zip
Call serverConfig() with NULLs for -o
Always use insecure, and trust, clientCert, clientPriv are irrelevant
for printing the remote certificate.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
lly. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe