about summary refs log tree commit diff
path: root/edit.c (unfollow)
Commit message (Expand)Author
2020-02-09Add C-yJune McEnroe
2020-02-09Add general key bindings paragraph to manualJune McEnroe
2020-02-09Add C-w and M-dJune McEnroe
2020-02-09Rename kill opsJune McEnroe
2020-02-09Add M-b and M-fJune McEnroe
2020-02-09Add C-kJune McEnroe
2020-02-09Add C-dJune McEnroe
2020-02-09Add C-b and C-fJune McEnroe
2020-02-09Hook up tab-completeJune McEnroe
2020-02-09Add self.nick to completion in Network, not NoneJune McEnroe
2020-02-09Simplify edit buffer conversion and input renderingJune McEnroe
2020-02-09Show realname on JOIN if it is different from nickJune McEnroe
2020-02-09Switch to "other" window if closing active windowJune McEnroe
2020-02-08Use fmemopen to build colored mentions stringJune McEnroe
2020-02-08Use unexpected NAMES replies to populate completeJune McEnroe
2020-02-08Color mentionsJune McEnroe
2020-02-08Trim whitespace from both ends of command paramsJune McEnroe
2020-02-08Add /copyJune McEnroe
2020-02-08Allow overriding the /open utilityJune McEnroe
2020-02-08Set FDs CLOEXECJune McEnroe
2020-02-08Implement 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
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
2020-02-08Handle KICKJune McEnroe
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
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
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
2020-02-07Only treat the first tab as the alignment pointJune McEnroe