summary refs log tree commit diff
path: root/ui.c (follow)
Commit message (Expand)AuthorAge
* Support all 99 IRC colorsJune McEnroe2020-02-10
* Recalculate unreadLines on reflowJune McEnroe2020-02-10
* Only make windows hotterJune McEnroe2020-02-10
* Always increase unreadLinesJune McEnroe2020-02-10
* Move scroll marker on resizeJune McEnroe2020-02-10
* Update line count for words longer than linesJune McEnroe2020-02-10
* Simplify mark, heat, unread trackingJune McEnroe2020-02-10
* Fix M-a so it properly cycles back to where it startedJune McEnroe2020-02-10
* Add M-lJune McEnroe2020-02-09
* Remove unnecessary uiDrawJune McEnroe2020-02-09
* Add /helpJune McEnroe2020-02-09
* Add M-uJune McEnroe2020-02-09
* Invert the direction of window->scrollJune McEnroe2020-02-09
* Add The Scroll BarJune McEnroe2020-02-09
* Implement scrolling!June McEnroe2020-02-09
* Add M-/June McEnroe2020-02-09
* Add M-aJune McEnroe2020-02-09
* Add C-n and C-pJune McEnroe2020-02-09
* Add C-yJune McEnroe2020-02-09
* Add C-w and M-dJune McEnroe2020-02-09
* Rename kill opsJune McEnroe2020-02-09
* Add M-b and M-fJune McEnroe2020-02-09
* Add C-kJune McEnroe2020-02-09
* Add C-dJune McEnroe2020-02-09
* Add C-b and C-fJune McEnroe2020-02-09
* Simplify edit buffer conversion and input renderingJune McEnroe2020-02-09
* Switch to "other" window if closing active windowJune McEnroe2020-02-09
* Simplify(?) reflow buffer loopJune McEnroe2020-02-08
* Add /closeJune McEnroe2020-02-08
* Check return values of newwin/newpadJune McEnroe2020-02-08
* Only treat the first tab as the alignment pointJune McEnroe2020-02-07
* Revert "Only treat the first tab as the alignment point"June McEnroe2020-02-07
* Use atexit instead of err_set_exitJune McEnroe2020-02-07
* Populate completion with commandsJune McEnroe2020-02-07
* Use define_key for meta keysJune McEnroe2020-02-07
* Only treat the first tab as the alignment pointJune McEnroe2020-02-07
* Show one cell to the right of the input cursorJune McEnroe2020-02-07
* Add key bindings for IRC formattingJune McEnroe2020-02-07
* Add some real line editing operationsJune McEnroe2020-02-07
* Flush stdout after using putpJune McEnroe2020-02-06
* Color notices LightGray in inputJune McEnroe2020-02-06
* Show input in italics for actions and set Debug promptJune McEnroe2020-02-06
* Render actions in italicJune McEnroe2020-02-06
* Beep on hotJune McEnroe2020-02-06
* Disable SUSPJune McEnroe2020-02-06
* Change prompt depending on commandJune McEnroe2020-02-05
* Scroll the input windowJune McEnroe2020-02-05
* Only reflow text when COLS changesJune McEnroe2020-02-05
* Modulo colors before comparing pairsJune McEnroe2020-02-05
* Reflow text on window resizeJune McEnroe2020-02-05
2021-06-18Document channel keys in join optionJune McEnroe 2021-06-18Use | to separate flags from config optionsJune McEnroe This lets mandoc generate tags for the option names as well, so you can ":t away" in less(1), for example, and anchor links in HTML output. The added No's prevent the equals signs from being part of the anchor links. 2021-06-18Stop referring to server-time as IRCv3.2June McEnroe IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec. 2021-06-17Add mailing list archive to READMEJune McEnroe 2021-06-10Stop accumulating ISUPPORT tokens once MOTD startsJune McEnroe This avoids duplicating tokens when a client sends VERSION and the server responds with its 005s again. 2021-06-09Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe