summary refs log tree commit diff
path: root/configure (unfollow)
Commit message (Collapse)Author
2020-02-09Add install targetJune McEnroe
2020-02-09Remove unnecessary uiDrawJune McEnroe
2020-02-09Avoid VLAs in tab completeJune McEnroe
2020-02-09Add /helpJune McEnroe
Now with automatic search! Also had to fix the SIGCHLD handling...
2020-02-09Add M-uJune McEnroe
2020-02-09Invert the direction of window->scrollJune McEnroe
2020-02-09Add The Scroll BarJune McEnroe
2020-02-09Implement scrolling!June McEnroe
2020-02-09Add M-/June McEnroe
2020-02-09Add M-aJune McEnroe
2020-02-09Add C-n and C-pJune McEnroe
2020-02-09Use iswspace for word movementJune McEnroe
2020-02-09Add C-yJune McEnroe
This is weechat's binding for it.
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
Also rename all the edit ops to something consistent.
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
Sort of like Textual does, but only in the first part of the messaage, either before a colon or before a space. Hopefully this makes it less costly than it would be, and prevents false positives on people with common nouns for nicks.
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
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