about summary refs log tree commit diff
path: root/term.c (unfollow)
Commit message (Collapse)Author
2020-02-02Implement wordWidthJune McEnroe
2020-02-01Implement word wrapJune McEnroe
This actually wasn't that bad?
2020-02-01Parse IRC styling in UIJune McEnroe
Wow the colorPair thing actually works. Have I finally cracked curses colors?
2020-02-01Generate tags fileJune McEnroe
2020-02-01Implement the beginnings of UIJune McEnroe
It takes so much code to do anything in curses...
2020-02-01Add term stuffJune McEnroe
Copied almost verbatim from existing catgirl... I think I did a better job on that state machine this time tbh.
2020-02-01Add IDs and namesJune McEnroe
2020-02-01Add -v flagJune McEnroe
2020-02-01Fix CapNames array indicesJune McEnroe
2020-02-01Blindly implement login flowJune McEnroe
2020-02-01Add more login options to the manual pageJune McEnroe
>June McEnroe 2019-02-08Use set for parent in hiJune McEnroe 2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe