about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Add sandman wrapperJune McEnroe2020-02-12
|
* Add chroot targetJune McEnroe2020-02-11
|
* Factor out XDG base directory codeJune McEnroe2020-02-10
| | | | | And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs.
* Add install targetJune McEnroe2020-02-09
|
* Scan messages for URLsJune McEnroe2020-02-08
|
* Populate completion with commandsJune McEnroe2020-02-07
|
* Add simple configure scriptJune McEnroe2020-02-06
| | | | | Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics.
* Use getopt_config to load optionsJune McEnroe2020-02-05
| | | | I'm really getting a lot of use out of this config.c huh.
* Add extremely basic editing and message sendingJune McEnroe2020-02-05
|
* Split showing style codes and word wrappingJune McEnroe2020-02-04
|
* Remove term.c in favor of more curses APIsJune McEnroe2020-02-02
|
* Generate tags fileJune McEnroe2020-02-01
|
* 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.
* Blindly implement login flowJune McEnroe2020-02-01