summary refs log tree commit diff
path: root/TOUR.7
blob: 2e77ffaadd8a88d552a22bcc9ce0503414a35a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.Dd December 28, 2020
.Dt TOUR 7
.Os "Causal Agency"
.
.Sh NAME
.Nm tour
.Nd things that are here
.
.Sh FILES
.Bl -tag -width Ds
.It Pa home/
.Dq dotfiles
.It Pa bin/
utilities of varying utility
.It Pa bin/dash/
dash patched for interactive use
.It Pa doc/rfc/
scripts for reading IETF RFCs
.It Pa doc/zlib/
zlib documentation ported to
.Xr mdoc 7
.It Pa www/
sources for causal.agency sites
.It Pa www/git.causal.agency/cgit/
patched cgit
.It Pa port/wcwidth/
.Xr wcwidth 3
replacement for macOS
.El
plement 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