summary refs log tree commit diff
path: root/url.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-07-20 12:09:24 -0400
committerJune McEnroe <june@causal.agency>2021-07-20 12:09:24 -0400
commit347e2b461f2fbe407cca9a4b59f1f00a01fccd7f (patch)
tree1f1900b791bad97ad6cb0ba235dad5ce3864d75a /url.c
parentAdd -q/quiet option to raise default message visibility threshold (diff)
downloadcatgirl-347e2b461f2fbe407cca9a4b59f1f00a01fccd7f.tar.gz
catgirl-347e2b461f2fbe407cca9a4b59f1f00a01fccd7f.zip
Don't apply uiThreshold to Network and Debug
Messages don't really need to be hidden from <network> and I think
it could be confusing. Debug messages are all Cold so everything
would be hidden, and I want to keep them that way so that <debug>
doesn't clutter the status line needlessly.
Diffstat (limited to 'url.c')
0 files changed, 0 insertions, 0 deletions
t.h?h=2.0&id=af87b4e68d14ff5a3155c1f9c2ce1fa7d536c278&follow=1'>Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe