summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Rename client to ircJune McEnroe2018-08-04
* Copy /usr/share/locale into chrootJune McEnroe2018-08-04
* Add libedit to chrootJune McEnroe2018-08-04
* Split source into several filesJune McEnroe2018-08-04
* Link with -lcurseswJune McEnroe2018-08-03
* Add chroot.tar targetJune McEnroe2018-08-02
* Start IRC clientJune McEnroe2018-08-02
e cell to the right of the input cursorJune McEnroe2020-02-07 * Add key bindings for IRC formattingJune McEnroe2020-02-07 * Add some real line editing operationsJune McEnroe2020-02-07 * Flush stdout after using putpJune McEnroe2020-02-06 * Color notices LightGray in inputJune McEnroe2020-02-06 * Show input in italics for actions and set Debug promptJune McEnroe2020-02-06 * Render actions in italicJune McEnroe2020-02-06 * Beep on hotJune McEnroe2020-02-06 * Disable SUSPJune McEnroe2020-02-06 * Change prompt depending on commandJune McEnroe2020-02-05 * Scroll the input windowJune McEnroe2020-02-05 * Only reflow text when COLS changesJune McEnroe2020-02-05 * Modulo colors before comparing pairsJune McEnroe2020-02-05 * Reflow text on window resizeJune McEnroe2020-02-05 * Add extremely basic editing and message sendingJune McEnroe2020-02-05 * Model keyCtrl like keyMetaJune McEnroe2020-02-04 * Call inputUpdate when switching windowsJune McEnroe2020-02-04 * Split showing style codes and word wrapping