summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-17 16:00:06 -0400
committerJune McEnroe <june@causal.agency>2021-03-17 16:00:06 -0400
commitd7ce4b9bc61ee52144e62ec3d4665f80095db44c (patch)
tree26252374f3fe74adeb43d4c2d44c0d2dbf46c928 /chat.c
parentReset style after newline in input (diff)
downloadcatgirl-d7ce4b9bc61ee52144e62ec3d4665f80095db44c.tar.gz
catgirl-d7ce4b9bc61ee52144e62ec3d4665f80095db44c.zip
Add C-z keys for directly inserting most color codes
So you don't have to remember those dang numbers whose order makes
no sense!
Diffstat (limited to 'chat.c')
0 files changed, 0 insertions, 0 deletions
2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroeEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move 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