about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* Populate completion with commandsJune McEnroe2020-02-07
* Search for cert and priv in config dirsJune McEnroe2020-02-06
* Handle errors from getoptJune McEnroe2020-02-05
* Use getopt_config to load optionsJune McEnroe2020-02-05
* Add /quitJune McEnroe2020-02-05
* Fix SIGWINCH handlingJune McEnroe2020-02-05
* Reflow text on window resizeJune McEnroe2020-02-05
* Split showing style codes and word wrappingJune McEnroe2020-02-04
* Only check revents if nfds > 0June McEnroe2020-02-04
* Handle signals in poll loopJune McEnroe2020-02-04
* Add beginnings of input handlingJune McEnroe2020-02-04
* Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02
* Add idColorsJune McEnroe2020-02-02
* Implement window switching and status lineJune McEnroe2020-02-02
* Implement word wrapJune McEnroe2020-02-01
* Parse IRC styling in UIJune McEnroe2020-02-01
* Implement the beginnings of UIJune McEnroe2020-02-01
* Add IDs and namesJune McEnroe2020-02-01
* Add -v flagJune McEnroe2020-02-01
* Blindly implement login flowJune McEnroe2020-02-01
td> 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe