summary refs log tree commit diff
path: root/gfx/Makefile (follow)
Commit message (Collapse)AuthorAge
* Use png.h in gfxx.cJune McEnroe2018-11-15
|
* Use col -b to remove formatting for READMEJune McEnroe2018-10-08
|
* Move gfx man pages to gfx/manJune McEnroe2018-09-11
|
* Rewrite gfx.7 and render plaintext READMEJune McEnroe2018-09-11
|
* Link gfx man pages in ~/.localJune McEnroe2018-09-08
|
* Add dependencies on gfx.hJune McEnroe2018-08-20
|
* Move graphical programs out of binJune McEnroe2018-07-30
I wonder when the last time was something needed -ledit...
tle='2019-02-10 23:51:13 -0500'>2019-02-10Avoid excessive tags in ttpreJune McEnroe 2019-02-10Generate html for binsJune McEnroe 2019-02-10Use italic for underline in nvim man modeJune McEnroe This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe