about summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
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
2020-02-03Use time_t rather than struct tmJune McEnroe
2020-02-02Add sequences for toggling focus/paste modesJune McEnroe
2020-02-02Track unread and window heatJune McEnroe
2020-02-02Rearrange some UI codeJune McEnroe
2020-02-02Remove term.c in favor of more curses APIsJune McEnroe
2020-02-02Use tsl/fsl capabilities for title if availableJune McEnroe
2020-02-02Set title in statusUpdateJune McEnroe
2020-02-02Remove services TODOJune McEnroe
2020-02-02Check queries against chanTypesJune McEnroe
2020-02-02Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe
2020-02-02Handle notices and actionsJune McEnroe
2020-02-02Add option to show style codesJune McEnroe
2020-02-02Add extremely basid handlePrivmsgJune McEnroe
2020-02-02Remove style string macrosJune McEnroe
2020-02-02Add idColorsJune McEnroe
2020-02-02Implement window switching and status lineJune McEnroe
2020-02-02Preserve copyright year in term.cJune McEnroe
2020-02-02Add color hashing functionJune McEnroe
2020-02-02Handle nickname errorsJune McEnroe
2020-02-02Call reset_shell_mode on errJune McEnroe