summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-02 11:19:35 -0500
committerJune McEnroe <june@causal.agency>2021-12-02 11:19:35 -0500
commitff8e4448ebc03fb2cacdd3ffb34fd644645e8286 (patch)
tree7e4fa4aff5a4512ee4496243dde135ffd44a8036 /www
parentUse noinput, nounput options in lex files (diff)
downloadsrc-ff8e4448ebc03fb2cacdd3ffb34fd644645e8286.tar.gz
src-ff8e4448ebc03fb2cacdd3ffb34fd644645e8286.zip
Add Six Months, Three Days, Five Others
An impressive amount of these short stories are actual stories with
beginnings, middles and ends! Well done! The last little side story
of All the Birds in the Sky is cute.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
='/catgirl/commit/url.c?h=1.7&id=9b9794df33488acc82529ecb9cfe478441f5f48a&follow=1'>Implement URL openingJune McEnroe 2020-02-08Scan messages for URLsJune McEnroe 2020-02-08Add procPipe for subprocessesJune McEnroe 2020-02-08Handle SIGCHLDJune McEnroe 2020-02-08Check signals after file descriptorsJune McEnroe If a signal happens while processing an FD, it should be handled immediately, rather than waiting for another poll return. 2020-02-08Simplify(?) reflow buffer loopJune McEnroe 2020-02-08Add /topicJune McEnroe 2020-02-08Add /namesJune McEnroe 2020-02-08Only show expected topic/names repliesJune McEnroe 2020-02-08Add /debugJune McEnroe 2020-02-08Add /closeJune McEnroe 2020-02-08Check return values of newwin/newpadJune McEnroe 2020-02-08Add /queryJune McEnroe 2020-02-08Add /partJune McEnroe 2020-02-08Handle ID overflowJune McEnroe idk just shove it all in <network>. 2020-02-08Handle KICKJune McEnroe See I knew the color cache in complete would be useful in at least one place! 2020-02-08Handle QUITJune McEnroe 2020-02-08Handle NAMES replyJune McEnroe 2020-02-08Add /nickJune McEnroe 2020-02-08Handle NICKJune McEnroe 2020-02-07Only treat the first tab as the alignment pointJune McEnroe 2020-02-07Revert "Only treat the first tab as the alignment point"June McEnroe This reverts commit 5881a96638b63475bf48d506dbb659c481279790. 2020-02-07Clear completion for ID on self-partJune McEnroe 2020-02-07Update completion on join, part, privmsgJune McEnroe 2020-02-07Use atexit instead of err_set_exitJune McEnroe Unsurprisingly, err_set_exit doesn't exist in GNU's err.h, but since it's safe to call reset_shell_mode on any kind of exit, just use atexit. 2020-02-07Update color in completeTouchJune McEnroe 2020-02-07Use complete to abbreviate commandsJune McEnroe 2020-02-07Populate completion with commandsJune McEnroe 2020-02-07Use define_key for meta keysJune McEnroe This will allow distinguishing meta from escape via ESCDELAY (which should probably be set to something quite a lot shorter than its default). 2020-02-07Only treat the first tab as the alignment pointJune McEnroe 2020-02-07Show one cell to the right of the input cursorJune McEnroe 2020-02-07Add key bindings for IRC formattingJune McEnroe 2020-02-07Document key bindings in manualJune McEnroe 2020-02-07Add some real line editing operationsJune McEnroe 2020-02-06Add simple configure scriptJune McEnroe Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics. 2020-02-06Flush stdout after using putpJune McEnroe 2020-02-06Color notices LightGray in inputJune McEnroe 2020-02-06Color notices LightGray by defaultJune McEnroe 2020-02-06Show input in italics for actions and set Debug promptJune McEnroe 2020-02-06Render actions in italicJune McEnroe Also render italic as normal if it's unsupported, as that is what would happen anyway if curses has A_ITALIC but the terminal has no sitm. That format string is kinda bad. 2020-02-06Never consider notices hotJune McEnroe 2020-02-06Beep on hot