about summary refs log tree commit diff
path: root/chat.h (follow)
Commit message (Collapse)AuthorAge
...
* Add extremely basic editing and message sendingJune McEnroe2020-02-05
|
* Split showing style codes and word wrappingJune McEnroe2020-02-04
|
* Add beginnings of input handlingJune McEnroe2020-02-04
|
* Use time_t rather than struct tmJune McEnroe2020-02-03
|
* Add sequences for toggling focus/paste modesJune McEnroe2020-02-02
|
* Remove term.c in favor of more curses APIsJune McEnroe2020-02-02
|
* Use tsl/fsl capabilities for title if availableJune McEnroe2020-02-02
| | | | | Also manually fill them if TERM=xterm* because they really should be there.
* Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02
|
* Remove style string macrosJune McEnroe2020-02-02
|
* Add idColorsJune McEnroe2020-02-02
|
* Implement window switching and status lineJune McEnroe2020-02-02
|
* Add color hashing functionJune McEnroe2020-02-02
|
* Implement the beginnings of UIJune McEnroe2020-02-01
| | | | It takes so much code to do anything in curses...
* Add term stuffJune McEnroe2020-02-01
| | | | | Copied almost verbatim from existing catgirl... I think I did a better job on that state machine this time tbh.
* Add IDs and namesJune McEnroe2020-02-01
|
* Add -v flagJune McEnroe2020-02-01
|
* Blindly implement login flowJune McEnroe2020-02-01