summary refs log tree commit diff
path: root/port/caesar
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-25 20:50:36 -0400
committerJune McEnroe <june@causal.agency>2021-09-25 20:50:36 -0400
commitd7be9678b3405d56464b658f1db00e031eb75be8 (patch)
tree4872a43d69c7da5e13a47264eb021c34a7813517 /port/caesar
parentAdd scout to ssh config (diff)
downloadsrc-d7be9678b3405d56464b658f1db00e031eb75be8.tar.gz
src-d7be9678b3405d56464b658f1db00e031eb75be8.zip
Disable HashKnownHosts
All this really does is make fixing problems more difficult.
Diffstat (limited to 'port/caesar')
0 files changed, 0 insertions, 0 deletions
window.c?id=a281bdc5e1700e25022536a5482b1fb41ece4219&follow=1'>Show indicator in status when window has pending inputJune McEnroe 2022-02-20Use separate edit buffers for each IDJune McEnroe 2022-02-20Make sure new cap is actually larger than new lengthJune McEnroe 2022-02-20Remove unused mbs.len field from struct EditJune McEnroe 2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 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>Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe