summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-02-10Manually raise SIGINT from C-cC. McEnroe
2020-02-10Split on <> in colorMentionsC. McEnroe
2020-02-10Replace alignment tabs with spaces in bufferListC. McEnroe
2020-02-10Add C-o as alias of M-/C. McEnroe
2020-02-10Only automatically switch to expected joinsC. McEnroe
2020-02-10Delegate to commandPrivmsg from commandMsgC. McEnroe
2020-02-10Synthesize a QUIT message to handle on exitC. McEnroe
2020-02-10Factor out XDG base directory codeC. McEnroe
2020-02-10Leave a blank line after loaded bufferC. McEnroe
2020-02-10Add -s to save and load buffersC. McEnroe
2020-02-10Show heat and other unread in titleC. McEnroe
2020-02-10Eliminate array in hashC. McEnroe
2020-02-10Add -HC. McEnroe
2020-02-10Hash to colors in the range 2-75C. McEnroe
2020-02-10Improve color fudgingC. McEnroe
2020-02-10Support all 99 IRC colorsC. McEnroe
2020-02-10Avoid coloring mentions if there are control codesC. McEnroe
2020-02-10Recalculate unreadLines on reflowC. McEnroe
2020-02-10Only make windows hotterC. McEnroe
2020-02-10Always increase unreadLinesC. McEnroe
2020-02-10Move scroll marker on resizeC. McEnroe
2020-02-10Update line count for words longer than linesC. McEnroe
2020-02-10Simplify mark, heat, unread trackingC. McEnroe
2020-02-10Update prompt when own nick changesC. McEnroe
2020-02-10Match URLs surrounded by parenthesesC. McEnroe
2020-02-10Fix M-a so it properly cycles back to where it startedC. McEnroe
2020-02-09Add M-lC. McEnroe
2020-02-09Add /whoisC. McEnroe
2020-02-09Add /msgC. McEnroe
2020-02-09Add copy of GPLC. McEnroe
2020-02-09Add install targetC. McEnroe
2020-02-09Remove unnecessary uiDrawC. McEnroe
2020-02-09Avoid VLAs in tab completeC. McEnroe
2020-02-09Add /helpC. McEnroe
2020-02-09Add M-uC. McEnroe
2020-02-09Invert the direction of window->scrollC. McEnroe
2020-02-09Add The Scroll BarC. McEnroe
2020-02-09Implement scrolling!C. McEnroe
2020-02-09Add M-/C. McEnroe
2020-02-09Add M-aC. McEnroe
2020-02-09Add C-n and C-pC. McEnroe
2020-02-09Use iswspace for word movementC. McEnroe
2020-02-09Add C-yC. McEnroe
2020-02-09Add general key bindings paragraph to manualC. McEnroe
2020-02-09Add C-w and M-dC. McEnroe
2020-02-09Rename kill opsC. McEnroe
2020-02-09Add M-b and M-fC. McEnroe
2020-02-09Add C-kC. McEnroe
2020-02-09Add C-dC. McEnroe
2020-02-09Add C-b and C-fC. McEnroe