Commits
Commit:
d89eb764fd5d3a5ec0b5b30d85ecdc14789bb7cf
Date:
Sun Apr 24 12:24:18 2022
UTC
replace has_prefix with strncmp
Commit:
b91f4f84d78cc64eebdc37b71e67f689e1b62746
Date:
Wed Feb 9 21:58:50 2022
UTC
drop unnecessary #include of phos.h
Commit:
9d65b1d9ae3209a8a2bc8e8c376dede4f71290ce
Date:
Tue Jan 11 17:21:40 2022
UTC
move util.c declarations in utils.h
it's not spelled `util.h' because otherwise it'd get included instead
of /usr/include/util.h
Commit:
b7d58e0bff4eab3865592066a660901f10368f9a
Date:
Fri Nov 5 21:04:09 2021
UTC
extract keymap-related stuff to its own header
Commit:
bd3e6837cbaeacf042b19300f1e2de9e73c573ff
Date:
Wed Nov 3 22:08:23 2021
UTC
sort token names
Commit:
9cc9d696048bc1d8d5a1320e00da6193815f68f5
Date:
Wed Nov 3 22:07:57 2021
UTC
drop leading T from token names
Commit:
5c38fd5f56d53ec2c71a4e29c234329704962b58
Date:
Mon Aug 30 13:05:45 2021
UTC
allow newlines after {
with the conflict/reduce fix, it become illegal to have a newline
after {, which is not good.
Commit:
493345d64141f0749040830345c805ac4ab19e52
Date:
Mon Aug 30 13:03:53 2021
UTC
avoid a shift/reduce conflict
yacc/bison reports 8 shift/reduce conflicts because the rule
styleopts optnl
is redundant.
Commit:
95a8c791ec85e7b79a1975e82a22f7c07dbb9107
Date:
Thu Aug 26 10:40:55 2021
UTC
fmt (some missing space -> tab conversion)
Commit:
3198f30f89dee7172b30744be22404fbc1cfe8ac
Date:
Thu Aug 26 10:07:37 2021
UTC
correctly parse multiple attributes
Commit:
8da4eaff2d5d150f7491c80bf3f1e26d184706d5
Date:
Sun Jul 25 10:43:11 2021
UTC
set the protocol type for proxies
we still support only gemini:// proxies still
Commit:
21404dd923e07a36badce6c253d4577164b803cd
Date:
Thu Jul 15 15:14:28 2021
UTC
load alternate config file per-TERM
Commit:
0a53787c0b2835570a2f146eb76d83df8ab6fc17
Date:
Fri Jul 9 16:24:11 2021
UTC
make \n optional in some contexts
Commit:
eff23f5de3802cc49140b4c0883ac8c7d5abb3eb
Date:
Fri Jun 25 17:09:37 2021
UTC
typo
prefix "→ " " "
ended up using both as prefix for the line and the continuations the
first string given, ignoring the second argument.
Found and reported by tgl, thanks!!
Commit:
e3427d18a9b8da6cfaadd1018d5ce2f400c73185
Date:
Fri Jun 25 10:05:38 2021
UTC
allow `bind map key cmd' in config file
Omar Polo