about summary refs log tree commit diff
path: root/handle.c (unfollow)
Commit message (Expand)Author
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
2020-02-06Never consider notices hotJune McEnroe
2020-02-06Beep on hotJune McEnroe
2020-02-06Set id color to Default on allocationJune McEnroe
2020-02-06Handle mentionsJune McEnroe
2020-02-06Route own query messages correctlyJune McEnroe
2020-02-06Send CAP END if CAP LS doesn't list anything goodJune McEnroe
2020-02-06Flesh out trailing manual sectionsJune McEnroe
2020-02-06Disable SUSPJune McEnroe
2020-02-06Search for cert and priv in config dirsJune McEnroe
2020-02-06Handle TOPIC and repliesJune McEnroe
2020-02-06Handle PARTJune McEnroe
2020-02-06Add /join commandJune McEnroe
2020-02-06Send self.join without colonJune McEnroe
2020-02-05Handle ERRORJune McEnroe
2020-02-05Handle errors from getoptJune McEnroe
2020-02-05Use getopt_config to load optionsJune McEnroe
2020-02-05Add /window name variantJune McEnroe
2020-02-05Document commands in manualJune McEnroe
2020-02-05Handle empty params in /quoteJune McEnroe
2020-02-05Handle empty messages on privmsg, notice, actionJune McEnroe
2020-02-05Add /windowJune McEnroe
2020-02-05Add /quitJune McEnroe
2020-02-05Add /me, /notice, /quote commandsJune McEnroe
2020-02-05Change prompt depending on commandJune McEnroe
2020-02-05Scroll the input windowJune McEnroe
2020-02-05Only reflow text when COLS changesJune McEnroe
2020-02-05Fix SIGWINCH handlingJune McEnroe
2020-02-05Modulo colors before comparing pairsJune McEnroe
2020-02-05Send input as raw IRC in <debug>June McEnroe
2020-02-05Reflow text on window resizeJune McEnroe
2020-02-05Save own username for message echoingJune McEnroe
2020-02-05Align MOTD after -June McEnroe
2020-02-05Add extremely basic editing and message sendingJune McEnroe
2020-02-04Convert editHead and editTail from wchar_tJune McEnroe
2020-02-04Model keyCtrl like keyMetaJune McEnroe
2020-02-04Call inputUpdate when switching windowsJune McEnroe
2020-02-04Align join messages after nickJune McEnroe
2020-02-04Set self.colorJune McEnroe
2020-02-04Split showing style codes and word wrappingJune McEnroe
2020-02-04Align word wrapping with tab characterJune McEnroe
2020-02-04Only check revents if nfds > 0June McEnroe
2020-02-04Handle signals in poll loopJune McEnroe
2020-02-04Switch windows with M-0 through M-9June McEnroe
2020-02-04Factor out unmarkJune McEnroe
2020-02-04Add beginnings of input handlingJune McEnroe